Hi, 
 
I have an Axis 1.2 RC2 generated Web Service running on JBoss 4.0 that has 
been stable for a couple of months. Today, out of the blue, I can not longer 
start up JBoss. 
 
The problem is a URL that can not be found, 
http://www.ibm.com/webservices/dtd/j2ee_jaxrpc_mapping_1_0.dtd 
 
It appears that the Axis generated mapping files reference it in the header:
 
<!DOCTYPE java-wsdl-mapping PUBLIC 
  "-//IBM Corporation, Inc.//DTD J2EE JAX-RPC mapping 1.0//EN" 
  "http://www.ibm.com/webservices/dtd/j2ee_jaxrpc_mapping_1_0.dtd";>      
 
IBM has reorganized their open source web site and the document is no longer 
available; at least at that URL. The real problem is that I can not even find 
a hard copy of the dtd sitting around. What a way to waste a day :(  
 
How do I get around this cleanly? I do not want to change the generated 
mappings by hand, because that will interrupt my automated build process. 
 
Thanks, 
Joel

Reply via email to