switching to cdi completely
This commit is contained in:
6
src/main/webapp/META-INF/context.xml
Normal file
6
src/main/webapp/META-INF/context.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<Context>
|
||||
<Resource name="BeanManager" auth="Container"
|
||||
type="javax.enterprise.inject.api.BeanManager"
|
||||
factory="org.jboss.weld.resources.ManagerObjectFactory" />
|
||||
</Context>
|
0
src/main/webapp/WEB-INF/beans.xml
Normal file
0
src/main/webapp/WEB-INF/beans.xml
Normal file
Reference in New Issue
Block a user