Jar missing from Ear [message #847624] |
Tue, 17 April 2012 09:46  |
Eclipse User |
|
|
|
I have an ear project which has 3 other other projects in its deployment assembly. One is a web project, one is an ejb project and the last is a utility project which contains only interfaces. (see below for org.eclipse.wst.common.component)
I can add this to a jboss 6.x server. If you unfold the application in the server view it seems like it knows the jar is supposed to be there. It is missing however if you actually look in the deployed ear.
According to a colleague of mine (on another continent) it works for him. I can't get it to work for love or money.
Any ideas?
org.eclipse.wst.common.component :
<?xml version="1.0" encoding="UTF-8"?>
<project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="m4n_solr">
<wb-resource deploy-path="/" source-path="/EarContent"/>
<dependent-module archiveName="m4n_solr_web.war" deploy-path="/" handle="module:/resource/m4n_solr_web/m4n_solr_web">
<dependent-object/>
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="m4n_solr_ejb.jar" deploy-path="/" handle="module:/resource/m4n_solr_ejb/m4n_solr_ejb">
<dependent-object/>
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="m4n_solr_ejb_client.jar" deploy-path="/lib" handle="module:/resource/m4n_solr_ejb_client/m4n_solr_ejb_client">
<dependency-type>uses</dependency-type>
</dependent-module>
</wb-module>
</project-modules>
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.08040 seconds