Bugs item #676799, was opened at 2003-01-29 06:31
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=676799&group_id=22866

Category: JBossServer
Group: v3.0 Rabbit Hole
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Stefan Kuehnel (skuehnel)
>Assigned to: Scott M Stark (starksm)
Summary: Missing public ID for jboss-app.dtd in XmlFileLoader

Initial Comment:
When adding a DOCTYPE as specified in
${jboss.home}/docs/dtds/jboss-app_3.0.dtd to
jboss-app.xml, the loading of the corresponding EAR
fails.  This is because the public id "-//JBoss//DTD
J2EE Application 1.3//EN" is not listed in
org.jboss.metadata.XmlFileLoader.LocalResolver. A line like

 registerDTD("-//JBoss//DTD J2EE Application 1.3//EN",
"jboss-app_3_0.dtd");

is needed in the constructor for LocalResolver.


----------------------------------------------------------------------

>Comment By: Scott M Stark (starksm)
Date: 2003-04-03 17:35

Message:
Logged In: YES 
user_id=175228

Fixed for 3.0.7

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=676799&group_id=22866


-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to