[jboss-jira] [JBoss JIRA] Updated: (JBAS-4943) jboss-ds_1_5.dtd is wrong
Adrian Brock (JIRA)
jira-events at lists.jboss.org
Tue Nov 6 10:37:45 EST 2007
[ http://jira.jboss.com/jira/browse/JBAS-4943?page=all ]
Adrian Brock updated JBAS-4943:
-------------------------------
Fix Version/s: JBossAS-5.0.0.Beta3
JBossAS-4.2.3.GA
Ahh! Ok I see the problem.
I've updated the dtds in the 4.2.x and 5.0.x branches to include the optional loader-repository
in -ds.xml
I'll leave this open in case Norman wants to modify the main documentation as well.
> 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
> Fix For: JBossAS-5.0.0.Beta3, JBossAS-4.2.3.GA
>
>
> 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