<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">







<p class="p1">Hi all,</p><p class="p1"><br></p><p class="p1"><br></p><p class="p1">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.&nbsp;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&nbsp;[PermissionMapper].&nbsp;</p>
<p class="p2"><br></p>
<p class="p2"><br></p>
<p class="p1">I am stuck on this error, any input is much appreciated.</p>
<p class="p2"><br></p>
<p class="p2"><br></p>
<p class="p1">The detailed error message:</p><p class="p1"><br></p>
<p class="p1">&nbsp; 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**</p>
<p class="p1">&nbsp; 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' **</p>
<p class="p2"><br></p>
<p class="p1">or</p>
<p class="p2"><br></p>
<p class="p1">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**</p>
<p class="p1">&nbsp;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' **</p>
<p class="p2"><br></p>
<p class="p2"><br></p>
<p class="p2"><br></p>
<p class="p1">Excluded libraries from war:</p>
<p class="p1">&nbsp;<span class="Apple-tab-span">        </span><span class="Apple-tab-span">        </span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;xml-apis-1.3.04.ja</p>
<p class="p1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;xmlParserAPIs-2.6.2.jar</p>
<p class="p1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;jsf-api-1.2.jar</p>
<p class="p1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;jta-1.1.jar</p>
<p class="p1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;jaxen-1.1.1.jar</p>
<p class="p1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;jaxb-xjc-2.2.5.jar</p>
<p class="p1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;weld-servlet-core-1.1.6.Final.jar</p>
<p class="p1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;weld-api-1.1.Final.jar</p>
<p class="p1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;weld-core-1.1.6.Final.jar</p>
<p class="p1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;weld-spi-1.1.Final.jar</p>
<p class="p1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;xercesImpl-2.9.1.jar</p>
<p class="p1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;dom4j-1.6.1.jar</p>
<p class="p1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;cdi-api-1.0-SP4.jar</p>
<p class="p1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;javassist-3.14.0-GA.jar</p>
<p class="p1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;javax.inject-1.jar</p>
<p class="p1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;jboss-interceptors-api_1.1_spec-1.0.0.Beta1.jar</p>
<p class="p1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;jsr250-api-1.0.jar</p>
<p class="p1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;persistence-api-1.0.jar</p>
<p class="p1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;shrinkwrap-api-1.0.0-cr-1.jar</p>
<p class="p1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;shrinkwrap-impl-base-1.0.0-cr-1.jar</p>
<p class="p1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;shrinkwrap-spi-1.0.0-cr-1.jar</p><p class="p1"><br></p><p class="p1"><br></p><p class="p1">Thanks,</p><p class="p1">Patricia</p></td></tr></table>