Skip to main content

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

Dimo:  This sounds like the bug over here:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=241466

I'd suggest commenting on that bug.

- Rob Stryker

Stoilov, Dimo wrote:
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
_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev



Back to the top