Checking through the XDoclet Jira I found out that this is a known issue and in 
fact it is fixed in cvs head for the yet to be released 1.3. What is needed is 
not the DTD but an update to the root element to make it J2EE 1.4 compliant as 
such:
<java-wsdl-mapping 
  |   xmlns="http://java.sun.com/xml/ns/j2ee"; 
  |   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
  |   xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee            
  |                       
http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd"; 
  |   version="1.1">  

The Jira issues is at 
http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1126

/joel

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to