Dear devs,<br>I&#39;m testing .ear classloading with utility classes packaged in the Enterprise Archive.<br>The following case test fails, so I&#39;m wondering if it&#39;s my misundertanding or a bug:<br><br>application.ear<br>
|<br>|  Webapplication.war<br>|  Utility.jar<br>|<br>|  META-INF/MANIFEST.MF<br><br>Manifest file contains the Java EE compliant dependency to the class Utility.jar<br>Class-Path: Utility.jar<br><br>However, the Webapplication fails to load the classes from Utility.jar, which are instead correctly pickedup if I move them into the ear&#39;s lib folder.<br>
<br>As side note - I&#39;ve tried also stating isolated deployments to false, in jboss-deployment-structure.xml (which should default) without success:<br>&lt;jboss-deployment-structure&gt;<br>  &lt;ear-subdeployments-isolated&gt;false&lt;/ear-subdeployments-isolated&gt;<br>
&lt;/jboss-deployment-structure&gt;<br><br>Any suggestion?<br>Thanks a lot<br>Francesco<br>