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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to