Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
2.5
-
None
-
None
-
Windows XP, Java 5, RAD/
Description
Hello!
I'm using the eclipse:eclipse goal in order to generate the WTP 1.5 descriptors for RAD7. Unfortunately, the plugin generates invalid XML namespace definition:
Websphere rejects to deploy this definition.
<application id="Application_ID" xmlns:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application_1_4.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/j2ee" version="1.4">
While following definition generated with the ear-plugin is working perfectly:
<application xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application_1_4.xsd" version="1.4">
I also tried other goals. Eclipse:rad seams to generate descriptor for an older RAD version. And with eclipse:m2eclipse there were the dependend-modules missing.
So, eclipse:eclipse would work perfectly for me. Is it possible to fix it?