[
https://issues.apache.org/jira/browse/CXF-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yvan DeBoeck closed CXF-2047.
-----------------------------
Resolution: Invalid
Thanks for the quick reply.
Overriding the fault package in a jaxws bindings file, resolved my issue:
<jaxws:bindings xmlns:jaxws="http://java.sun.com/xml/ns/jaxws"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<jaxws:bindings node="wsdl:fault">
<jaxws:package name="package name for fault classes"/>
</jaxws:bindings>
</jaxws:bindings>
> WSDLToJava generates webfault in wrong package
> ----------------------------------------------
>
> Key: CXF-2047
> URL: https://issues.apache.org/jira/browse/CXF-2047
> Project: CXF
> Issue Type: Bug
> Components: Tooling
> Affects Versions: 2.0.10
> Reporter: Yvan DeBoeck
> Attachments: cxf_faultproblem.zip
>
>
> When a web service has a method that throws an exception (webfault) then the
> webfault exception class is generated in the package associated with the
> service and not in the package of the namespace of the exception. The
> package-namespace association is configured via -p
> I'll include an example soon.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.