[jboss-jira] [JBoss JIRA] Created: (JBCOMMON-23) JBossEntityResolver does not register jboss-app_5_0.dtd

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Tue Apr 3 07:15:58 EDT 2007


JBossEntityResolver  does not register jboss-app_5_0.dtd
--------------------------------------------------------

                 Key: JBCOMMON-23
                 URL: http://jira.jboss.com/jira/browse/JBCOMMON-23
             Project: JBoss Common
          Issue Type: Bug
      Security Level: Public (Everyone can see)
            Reporter: Thomas Diesler
         Assigned To: Dimitris Andreadis


2.0.4.Alpha

      registerEntity("-//JBoss//DTD J2EE Application 1.3//EN", "jboss-app_3_0.dtd");
      registerEntity("-//JBoss//DTD J2EE Application 1.3V2//EN", "jboss-app_3_2.dtd");
      registerEntity("-//JBoss//DTD J2EE Application 1.4//EN", "jboss-app_4_0.dtd");

I added this workaround to XmlFileLoader

         JBossEntityResolver entityResolver = new JBossEntityResolver();
         entityResolver.registerEntity("-//JBoss//DTD Java EE Application 5.0///EN", "jboss-app_5_0.dtd");


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