Dear devs,<br>I'm testing .ear classloading with utility classes packaged in the Enterprise Archive.<br>The following case test fails, so I'm wondering if it'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's lib folder.<br>
<br>As side note - I've tried also stating isolated deployments to false, in jboss-deployment-structure.xml (which should default) without success:<br><jboss-deployment-structure><br> <ear-subdeployments-isolated>false</ear-subdeployments-isolated><br>
</jboss-deployment-structure><br><br>Any suggestion?<br>Thanks a lot<br>Francesco<br>