yes, thanks I&#39;ve added the newline at the end of the Class-Path.<br><br>What I find odd, is that adding to to jboss-deployment-structure.xml the resources element, deployment fails because the Utility module has been already loaded.....<br>
<br>&lt;jboss-deployment-structure&gt;<br> <br>   &lt;deployment&gt;<br>    <br>    &lt;resources&gt;<br>      &lt;resource-root path=&quot;Utility.jar&quot; /&gt;<br>    &lt;/resources&gt;<br>  &lt;/deployment&gt;<br> <br>
&lt;/jboss-deployment-structure&gt;<br> <br><br>Caused by: org.jboss.msc.service.DuplicateServiceException: Service jboss.module.information.service.&quot;deployment.EnterpriseApp.ear.Utility.jar&quot;.main is already registered<br>
<br>......walking in the dark........<br><br><br><div class="gmail_quote">2011/7/12 Stuart Douglas <span dir="ltr">&lt;<a href="mailto:stuart.w.douglas@gmail.com">stuart.w.douglas@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
This should work, and there are tests for this in the test suite. Are you missing a newline at the end of the Class-Path: line in the manifest by any chance?<br>
<br>
For some really annoying reason the JDK manifest processing stuff does not work unless there is newline at the end of the file.<br>
<br>
Stuart<br>
<div><div></div><div class="h5"><br>
<br>
On 12/07/2011, at 7:06 PM, Francesco Marchioni wrote:<br>
<br>
&gt; Dear devs,<br>
&gt; I&#39;m testing .ear classloading with utility classes packaged in the Enterprise Archive.<br>
&gt; The following case test fails, so I&#39;m wondering if it&#39;s my misundertanding or a bug:<br>
&gt;<br>
&gt; application.ear<br>
&gt; |<br>
&gt; |  Webapplication.war<br>
&gt; |  Utility.jar<br>
&gt; |<br>
&gt; |  META-INF/MANIFEST.MF<br>
&gt;<br>
&gt; Manifest file contains the Java EE compliant dependency to the class Utility.jar<br>
&gt; Class-Path: Utility.jar<br>
&gt;<br>
&gt; 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>
&gt;<br>
&gt; As side note - I&#39;ve tried also stating isolated deployments to false, in jboss-deployment-structure.xml (which should default) without success:<br>
&gt; &lt;jboss-deployment-structure&gt;<br>
&gt;   &lt;ear-subdeployments-isolated&gt;false&lt;/ear-subdeployments-isolated&gt;<br>
&gt; &lt;/jboss-deployment-structure&gt;<br>
&gt;<br>
&gt; Any suggestion?<br>
&gt; Thanks a lot<br>
&gt; Francesco<br>
</div></div>&gt; _______________________________________________<br>
&gt; jboss-as7-dev mailing list<br>
&gt; <a href="mailto:jboss-as7-dev@lists.jboss.org">jboss-as7-dev@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/jboss-as7-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/jboss-as7-dev</a><br>
<br>
</blockquote></div><br>