Issue Type: Bug Bug
Affects Versions: 1.1.0.SP2
Assignee: Martin Kouba
Components: Tests
Created: 07/Aug/13 10:38 PM
Description:

The xmlns has to be "http://xmlns.jcp.org/xml/ns/javaee", not "http://xmlns.jcp.org/xml/ns/javaee/" according to the schema.
Test:
org.jboss.cdi.tck.tests.context.passivating.enterprise.invalid.StatefulSessionBeanXmlDescriptorTest

@1.1.0.SP1:
<ejb-jar version="3.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.jcp.org/xml/ns/javaee/">

Should be:
<ejb-jar version="3.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.jcp.org/xml/ns/javaee">

Project: CDI TCK
Priority: Major Major
Reporter: Sang Sup Kim
Security Level: Public (Everyone can see)
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
weld-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/weld-issues

Reply via email to