Hi all,
I am running Drools Guvnor 5.4.0.Final on JBoss AS 6.1. I removed some libraries that were
conflicting, and I also removed from the web.xml, the BeanManager resource env. After
those changes, the app starts up, but it fails when bootstrapping Weld, when wrapping
injection target to IdentityImpl class, failing on unsatisfied dependencies. The reported
error varies, as sometimes the unsatisfied dependencies are [HttpSession] , [Credentials]
or [PermissionMapper].
I am stuck on this error, any input is much appreciated.
The detailed error message:
Deployment
"vfs:///myPath/jboss-6.1.0.Final/server/default/deploy/myAPP.war_WeldBootstrapBean"
is in error due to the following reason(s): org.jboss.weld.exceptions.DeploymentException:
WELD-001408 Unsatisfied dependencies for type [HttpSession] with qualifiers [@Default] at
injection point [[field] @Inject org.jboss.seam.security.IdentityImpl.session], **ERROR**
Deployment "java:global/cdi/myAPP/myAPP/BeanManager" is in error due to the
following reason(s): ** NOT FOUND Depends on
'java:global/cdi/myAPP/myAPP/BeanManager' **
or
Deployment
"vfs:///myPath/jboss-6.1.0.Final/server/default/deploy/myAPP.war_WeldBootstrapBean"
is in error due to the following reason(s): org.jboss.weld.exceptions.DeploymentException:
WELD-001408 Unsatisfied dependencies for type [PermissionMapper] with qualifiers
[@Default] at injection point [[field] @Inject private
org.jboss.seam.security.IdentityImpl.permissionMapper], **ERROR**
Deployment "java:global/cdi/myAPP/myAPP/BeanManager" is in error due to the
following reason(s): ** NOT FOUND Depends on
'java:global/cdi/myAPP/myAPP/BeanManager' **
Excluded libraries from war:
xml-apis-1.3.04.ja
xmlParserAPIs-2.6.2.jar
jsf-api-1.2.jar
jta-1.1.jar
jaxen-1.1.1.jar
jaxb-xjc-2.2.5.jar
weld-servlet-core-1.1.6.Final.jar
weld-api-1.1.Final.jar
weld-core-1.1.6.Final.jar
weld-spi-1.1.Final.jar
xercesImpl-2.9.1.jar
dom4j-1.6.1.jar
cdi-api-1.0-SP4.jar
javassist-3.14.0-GA.jar
javax.inject-1.jar
jboss-interceptors-api_1.1_spec-1.0.0.Beta1.jar
jsr250-api-1.0.jar
persistence-api-1.0.jar
shrinkwrap-api-1.0.0-cr-1.jar
shrinkwrap-impl-base-1.0.0-cr-1.jar
shrinkwrap-spi-1.0.0-cr-1.jar
Thanks,Patricia