Fréderic Bergmans
2014-03-11 11:02:37 UTC
Hello,
I am having some problems with the generated deployment assembly for my ear
project.
The org.eclipse.wst.common.component file contains the following entries:
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/ear-resources"/>
<wb-resource deploy-path="/" source-path="/src/main/application"
tag="defaultRootSource"/>
Both contain the META-INF/weblogic-application.xml file.
When deploying the application on my local weblogic server, the
weblogic-application.xml from the src/main/application/META-INF directory
is used instead of the filtered one in the
target/m2e-wtp/ear-resources/META-INF folder.
This causes an exception.
According to the page http://wiki.eclipse.org/M2E-WTP_FAQ , the first one
should be used when there is a collision between two files with the same
name. Is this correct?
Kind regards,
Frederic
I am having some problems with the generated deployment assembly for my ear
project.
The org.eclipse.wst.common.component file contains the following entries:
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/ear-resources"/>
<wb-resource deploy-path="/" source-path="/src/main/application"
tag="defaultRootSource"/>
Both contain the META-INF/weblogic-application.xml file.
When deploying the application on my local weblogic server, the
weblogic-application.xml from the src/main/application/META-INF directory
is used instead of the filtered one in the
target/m2e-wtp/ear-resources/META-INF folder.
This causes an exception.
According to the page http://wiki.eclipse.org/M2E-WTP_FAQ , the first one
should be used when there is a collision between two files with the same
name. Is this correct?
Kind regards,
Frederic