You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Lajos Kesik (JIRA)" <ji...@apache.org> on 2008/07/05 23:22:35 UTC

[jira] Updated: (CXF-1690) java2wsdl generates incorrect targetnamespace in the wsdl

     [ https://issues.apache.org/jira/browse/CXF-1690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lajos Kesik updated CXF-1690:
-----------------------------

           Description: 
There is an annotation on the exception class:

@WebFault(targetNamespace="http://xxx.demo.com", faultBean="com.demo.yyy.DemoExceptionBean")
public class DemoException extends Exception implements Serializable{......

java2wsdl does not use the defined targetNamespace in wsdl generation.

The DemoException in the wsdl does not have the target namespace definition.

  was:
There is an annotation on the exception class
@WebFault(targetNamespace="http://xxx.demo.com", faultBean="com.demo.yyy.DemoExceptionBean")

java2wsdl does not use the defined targetNamespace in wsdl generation.


    Remaining Estimate: 1h  (was: 0.5h)
     Original Estimate: 1h  (was: 0.5h)

> java2wsdl generates incorrect targetnamespace in the wsdl
> ---------------------------------------------------------
>
>                 Key: CXF-1690
>                 URL: https://issues.apache.org/jira/browse/CXF-1690
>             Project: CXF
>          Issue Type: Bug
>          Components: JAXB Databinding
>    Affects Versions: 2.0.7
>         Environment: Windows XP, java 6, CXF 2.0.7, maven 2.0.9, cxf-codegen-plugin 2.0.7(java2wsdl)
>            Reporter: Lajos Kesik
>            Priority: Critical
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> There is an annotation on the exception class:
> @WebFault(targetNamespace="http://xxx.demo.com", faultBean="com.demo.yyy.DemoExceptionBean")
> public class DemoException extends Exception implements Serializable{......
> java2wsdl does not use the defined targetNamespace in wsdl generation.
> The DemoException in the wsdl does not have the target namespace definition.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.