[jboss-jira] [JBoss JIRA] Created: (JBAS-4943) jboss-ds_1_5.dtd is wrong

Michael Lipp (JIRA) jira-events at lists.jboss.org
Tue Nov 6 08:48:54 EST 2007


jboss-ds_1_5.dtd is wrong
-------------------------

                 Key: JBAS-4943
                 URL: http://jira.jboss.com/jira/browse/JBAS-4943
             Project: JBoss Application Server
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Documentation, JCA service
    Affects Versions: JBossAS-4.0.5.GA
         Environment: Any
            Reporter: Michael Lipp
         Assigned To: Norman Richards


The jboss-ds_1_5.dtd (as distributed in docs/dtd/) is wrong or not up-to-date (and there is no newer version and no out-of-date mark). As has been pointed out by Adrian Brock in JBAS-4942, it is possible to specify a loader-repository like this:

<connection-factories>
   <!-- The loader repository name used by the ear -->
  <loader-repository>jboss.test:loader=JavaClassIsolation</loader-repository>

   <tx-connection-factory>
      <!-- The "path" to the rar -->
      <rar-name>some.ear#some.rar</rar-name>
        <etc/>
   </tx-connection-factory>
</connection-factories> 

... although this is not compliant with the DTD!

Keeping the DTD up-to-date would avoid unnecessary bug reports and/or forum questions because looking at the DTD is the first step in finding out how to configure required behavior.


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