Well the problem I am having is that in one environment, I am getting this:
org.dom4j.DocumentException: Connection timed out Nested exception: Connection timed out
from another post I saw, it looks like my dtd is trying to validate if it can't find the correct dtd. That makes sense, until i factor in the following...
The same code (war file) deployed on the exact same distribution of jboss on a different server works....
In other words:
server1 + war1 + jboss1 = works
server2 + war1 + jboss1 = doesn't work
Any ideas where to look?
Any idea why hibernate would act this way?
Thanks in Advance!
|