[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-1414) Update all persistence.xml descriptors to declare namespace

Andrew Lee Rubinger (JIRA) jira-events at lists.jboss.org
Wed Jun 11 10:26:16 EDT 2008


Update all persistence.xml descriptors to declare namespace
-----------------------------------------------------------

                 Key: EJBTHREE-1414
                 URL: http://jira.jboss.com/jira/browse/EJBTHREE-1414
             Project: EJB 3.0
          Issue Type: Task
            Reporter: Andrew Lee Rubinger
         Assigned To: Andrew Lee Rubinger
            Priority: Blocker
             Fix For: AS 5.0.0.CR1


Ensure that all persistence.xml files in the testsuite have the following:

<persistence xmlns="http://java.sun.com/xml/ns/persistence"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://java.sun.com/xml/ns/persistence
   http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"
   version="1.0">

This is required for the metadata parsing deployers


-- 
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