Open Tomas-Kraus opened 12 years ago
@glassfishrobot Commented Reported by @lukasj
@glassfishrobot Commented @lukasj said: quick and dirty fix handling only http and https protocols
@glassfishrobot Commented snajper said: Why are we waiving this one?
@glassfishrobot Commented File: jaxb-876.diff.txt Attached By: @lukasj
@glassfishrobot Commented File: wsdl-lib-1.0-SNAPSHOT.jar Attached By: @lukasj
@glassfishrobot Commented Issue-Links: is related to JAX_WS_COMMONS-4 JAX_WS_COMMONS-80
@glassfishrobot Commented Was assigned to yaroska
@glassfishrobot Commented This issue was imported from java.net JIRA JAXB-876
-have a jar containing wsdl, schema and xml catalog, ie the one attached, and let the wsdl refer to the schema using common URL (ie using http or https protocol - generally arbitrary protocol can be used)
-now run wsimport for the wsdl in the jar:
=> stacktrace similar to the following one appears:
Problem is that JAXB is looking for 'jar:file:...!http://' URL but it should be looking for 'http://localhost:8080/WebApplication1/ProcessOrder?xsd=1' instead and it should be also able to resolve this URL using user defined catalog (if any)
Affected Versions
[2.2.5]