application.xml has wrong xml name space
----------------------------------------
Key: GERONIMODEVTOOLS-729
URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-729
Project: Geronimo-Devtools
Issue Type: Bug
Components: eclipse-plugin
Affects Versions: 3.0
Environment: eclipse helios sr1
latest GEP 3.0-snapshot build
Reporter: Forrest Xia
Priority: Minor
1. start eclipse and install the latest gep 3.0 snapshot build
2. create an ear project
3. open the generated application.xml
you will see a xml name space like this:
<application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:application="http://java.sun.com/xml/ns/javaee/application_5.xsd"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/application_6.xsd"
id="Application_ID" version="6">
Note that
xmlns:application="http://java.sun.com/xml/ns/javaee/application_5.xsd" is
different from xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/application_6.xsd", they should be aligned to
application_6.xsd.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira