Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] A question about ear->module dependency creation and componentimpl ext.p

Hello,

Our project names are different from the Java EE module URIs, and thus
the WTP operation that creates EAR to module dependency generates wrong
URI in the application.xml. The same is the case with Web->EJB
dependencies - wrong classpath entry in the manifest.

As these operations work with the virtual component name (which by
default is the project name), a possible solution could be to have
custom component names. If we go for this, we have to use
org.eclipse.wst.common.modulecore.componentimpl ext.p to provide virtual
component implementation. However it seems only one client can extend
this ext.p. (no priority option defined) and it is already extended by
org.eclipse.jst.j2ee.

Any ideas appreciated.

Regards,
Dimo


Back to the top