[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Connection timed out

ewinston do-not-reply at jboss.com
Sat Feb 2 19:48:52 EST 2008


Ok, then that is a problem I am running into as well.  

You have an xml file somewhere that is getting read by JBoss that has the DTD or schema specification in it.  JBoss is supposed to validate against local files but it doesn't appear to (again, this is with 5.0), instead it tries to pull the file from the net.

Since there is no access it will never work.  The only solution I have found is to comment out the DTD or schema specification in the xml file (one of the deployment descriptors) and then try again.  JBoss should then just accept the file and not try to validate against anything.

This solution works for me when deploying a datasource that has the dtd defined when I am not connected to the network.

Edward

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125808#4125808

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125808



More information about the jboss-user mailing list