[
https://issues.apache.org/jira/browse/CXF-3353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Freeman Fang reassigned CXF-3353:
---------------------------------
Assignee: Freeman Fang
> can't refer to java.lang.Exception in gererated fault code
> ----------------------------------------------------------
>
> Key: CXF-3353
> URL: https://issues.apache.org/jira/browse/CXF-3353
> Project: CXF
> Issue Type: Bug
> Components: Tooling
> Reporter: Freeman Fang
> Assignee: Freeman Fang
>
> if wsdl and wsdl types are using same name namespace, also in the types we
> define a fault with name
> <element name="exception">
> then generated code like
> public class ServiceException extends Exception {
> The exception here should be java.lang.Exception,
> but the java compile consider it as inner faulttype
> org.apache.hello_world_soap_http_provider.Exception in the
> same package, which cause compilation error.
> We should always use java.lang.Exception in the generated code to avoid such
> error
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira