> > b) The validation is hard coded to true and the dtd declared in the > > jboss.xml requires an http connection! What if I want to work and I am > not > > connected to the internet? JBoss went around this problem by using a > local > > resolver. Have a look at the > > org.jboss.metadata.XMLFileLoader.LocalResolver > > class (if you need I can send it to you). > > Validation is not hard coded, but it's enabled by default (though we'll > default it to false for release version, it's only for test purposes). > For now you can disable it by <jboss validateXml="false"/>.
I guess this will be added in the doc soon then :) _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
