Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.5.1
-
None
-
Maven 2.0.8, JDK 1.5.0_14, Win XP SP3, Version: 3.3.2
-
Patch
Description
For an EAR WTP module the file org.eclipse.wst.common.component is not being generated correctly if there are dependent EJB modules. The suffix of the arhcive name is set to .ejb instead of .jar
The problem is in the class AbstractWtpResourceWriter.addDependency(...) line 182
archiveName = dep.getEclipseProjectName() + "." + dep.getType();
so for EJB modules this will produce for example:
<dependent-module archiveName="ejb-module-1.0.ejb" ...
instead of
<dependent-module archiveName="ejb-module-1.0.jar" ...
Best regards,
Leander
Attachments
Attachments
Issue Links
- duplicates
-
MECLIPSE-451 EJB projects are not correctly referenced in .component
- Closed