|
Hi All,
I have two ear files. In one of the ear file, i use
<!DOCTYPE application PUBLIC '-//Sun Microsystems,
Inc.//DTD J2EE Application 1.3//EN'
'http://java.sun.com/dtd/application_1_3.dtd'>
and in another i use
<!DOCTYPE application PUBLIC '-//Sun Microsystems,
Inc.//DTD J2EE Application 1.3//EN'
'http://java.sun.com/j2ee/dtds/application_1_2.dtd'>
Now my problem is when i try to deploy my first ear, i get a
message "External entity http://java.sun.com....," not found.
Java.net.socket exception, connection times out.
But my second ear file, with http://java.sun.com/j2ee/dtds/application_1_2.dtd
deplpys fine. What can be the possible cause for this error. I
read in jboss doc tha we can add url for checking dtd's statically or
dynamically.
Thanx in advance.
Regards,
Sanjay
|
- RE: [JBoss-user] Help : problem with ejb-jar.xml Sanjay Gupta
- RE: [JBoss-user] Help : problem with ejb-jar.xml Michael Schulz
- RE: [JBoss-user] Help : problem with ejb-jar.xml Sanjay Gupta
