Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-wtp-dev] Ear deployment assembly problem

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

Back to the top