[
http://jira.jboss.com/jira/browse/JBWS-1420?page=all ]
Thomas Diesler updated JBWS-1420:
---------------------------------
Fix Version/s: jbossws-1.0.5
Change jaxrpc-mapping document location
---------------------------------------
Key: JBWS-1420
URL:
http://jira.jboss.com/jira/browse/JBWS-1420
Project: JBoss Web Services
Issue Type: Task
Security Level: Public(Everyone can see)
Components: wstools
Reporter: Thomas Diesler
Assigned To: Thomas Diesler
Fix For: jbossws-1.2.0, jbossws-1.0.5
When I use wstools to generate java source and jaxrpc-mapping.xml from a wsdl, it
generates
<java-wsdl-mapping version='1.1'
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'>
as the first line in the jaxrpc-mapping.xml.
The xml validator in Eclipse doesn't like the j2ee_jaxrpc_mapping_1_1.xsd on the ibm
site. It says it contains errors. If I replace this with
http://java.sun.com/xml/ns/j2ee/j2ee_jaxrpc_mapping_1_1.xsd
as the namespace suggests then everything validates.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira