]
Brian Fitzpatrick updated JBIDE-13414:
--------------------------------------
Fix Version/s: 4.3.0.Beta1
(was: LATER)
No Error reported when WS Client code generation fails
------------------------------------------------------
Key: JBIDE-13414
URL:
https://issues.jboss.org/browse/JBIDE-13414
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: webservices
Reporter: Mustafa Musaji
Assignee: Brian Fitzpatrick
Labels: jax-ws, web_service_client
Fix For: 4.3.0.Beta1
Attachments: echoService.wsdl, new-error.png, screenshot-1.png
If you have a WSDL which would normally fail because of JAXB collision. From command line
you would get an error like this:
Failed to invoke WSDLToJava
org.apache.cxf.tools.common.ToolException: Thrown by JAXB:
Thrown by JAXB:
Two declarations cause a collision in the ObjectFactory class.
...
However, in JBDS you don't get any error. It just doesn't create any sources and
there is no indication of what the issue is.