Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Invalid
-
3.0
-
None
-
eclipse helios sr1
latest GEP 3.0-snapshot build
Description
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.