[jboss-jira] [JBoss JIRA] Created: (JBSEAM-345) correct ejb-jar.xml root node declaration in examples

Maurice Zeijen (JIRA) jira-events at jboss.com
Thu Sep 7 03:19:28 EDT 2006


correct ejb-jar.xml root node declaration in examples
-----------------------------------------------------

                 Key: JBSEAM-345
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-345
             Project: JBoss Seam
          Issue Type: Task
          Components: Examples
    Affects Versions: 1.0.1, 1.0, 1.0 beta 2, 1.0 beta 1, 1.1
            Reporter: Maurice Zeijen
            Priority: Minor


Please correct the root node decleration in the seam examples. At this moment they only contain the <ejb-jar> node but this should be:

<ejb-jar xmlns="http://java.sun.com/xml/ns/javaee"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd"
         version="3.0">	

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list