You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Andrew Harrison (JIRA)" <ji...@apache.org> on 2009/09/21 21:39:16 UTC

[jira] Created: (CXF-2444) org.apache.cxf.service.model.InterfaceInfo attributes are not passed to the WSDL PortType during WSDL generation.

org.apache.cxf.service.model.InterfaceInfo attributes are not passed to the WSDL PortType during WSDL generation.
-----------------------------------------------------------------------------------------------------------------

                 Key: CXF-2444
                 URL: https://issues.apache.org/jira/browse/CXF-2444
             Project: CXF
          Issue Type: Bug
          Components: Core
            Reporter: Andrew Harrison
            Priority: Minor


When adding an attribute to an org.apache.cxf.service.model.InterfaceInfo, this should be reflected in the WSDL PortType when the WSDL is generated from the ServiceInfo object. The problem lies in org.apache.cxf.wsdl11.ServiceWSDLBuilder.buildPortType(InterfaceInfo intf, final Definition def);

This method should call:

addExtensibilityAttributes(portType, intf.getExtensionAttributes());

which would add the attributes.

The same is issue is not apparent when going from WSDL to a ServiceInfo object.

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


[jira] Commented: (CXF-2444) org.apache.cxf.service.model.InterfaceInfo attributes are not passed to the WSDL PortType during WSDL generation.

Posted by "Benson Margulies (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-2444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12758041#action_12758041 ] 

Benson Margulies commented on CXF-2444:
---------------------------------------

Care to make a patch?

> org.apache.cxf.service.model.InterfaceInfo attributes are not passed to the WSDL PortType during WSDL generation.
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-2444
>                 URL: https://issues.apache.org/jira/browse/CXF-2444
>             Project: CXF
>          Issue Type: Bug
>          Components: Core
>            Reporter: Andrew Harrison
>            Priority: Minor
>
> When adding an attribute to an org.apache.cxf.service.model.InterfaceInfo, this should be reflected in the WSDL PortType when the WSDL is generated from the ServiceInfo object. The problem lies in org.apache.cxf.wsdl11.ServiceWSDLBuilder.buildPortType(InterfaceInfo intf, final Definition def);
> This method should call:
> addExtensibilityAttributes(portType, intf.getExtensionAttributes());
> which would add the attributes.
> The same is issue is not apparent when going from WSDL to a ServiceInfo object.

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


[jira] Updated: (CXF-2444) org.apache.cxf.service.model.InterfaceInfo attributes are not passed to the WSDL PortType during WSDL generation.

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp updated CXF-2444:
-----------------------------

    Fix Version/s:     (was: 2.3)
                   2.2.4
                   2.1.7

> org.apache.cxf.service.model.InterfaceInfo attributes are not passed to the WSDL PortType during WSDL generation.
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-2444
>                 URL: https://issues.apache.org/jira/browse/CXF-2444
>             Project: CXF
>          Issue Type: Bug
>          Components: Core
>            Reporter: Andrew Harrison
>            Assignee: Benson Margulies
>            Priority: Minor
>             Fix For: 2.1.7, 2.2.4
>
>         Attachments: patch.txt
>
>
> When adding an attribute to an org.apache.cxf.service.model.InterfaceInfo, this should be reflected in the WSDL PortType when the WSDL is generated from the ServiceInfo object. The problem lies in org.apache.cxf.wsdl11.ServiceWSDLBuilder.buildPortType(InterfaceInfo intf, final Definition def);
> This method should call:
> addExtensibilityAttributes(portType, intf.getExtensionAttributes());
> which would add the attributes.
> The same is issue is not apparent when going from WSDL to a ServiceInfo object.

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


[jira] Resolved: (CXF-2444) org.apache.cxf.service.model.InterfaceInfo attributes are not passed to the WSDL PortType during WSDL generation.

Posted by "Benson Margulies (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benson Margulies resolved CXF-2444.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3

Thank you very much for the patch. r817895.

> org.apache.cxf.service.model.InterfaceInfo attributes are not passed to the WSDL PortType during WSDL generation.
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-2444
>                 URL: https://issues.apache.org/jira/browse/CXF-2444
>             Project: CXF
>          Issue Type: Bug
>          Components: Core
>            Reporter: Andrew Harrison
>            Assignee: Benson Margulies
>            Priority: Minor
>             Fix For: 2.3
>
>         Attachments: patch.txt
>
>
> When adding an attribute to an org.apache.cxf.service.model.InterfaceInfo, this should be reflected in the WSDL PortType when the WSDL is generated from the ServiceInfo object. The problem lies in org.apache.cxf.wsdl11.ServiceWSDLBuilder.buildPortType(InterfaceInfo intf, final Definition def);
> This method should call:
> addExtensibilityAttributes(portType, intf.getExtensionAttributes());
> which would add the attributes.
> The same is issue is not apparent when going from WSDL to a ServiceInfo object.

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


[jira] Assigned: (CXF-2444) org.apache.cxf.service.model.InterfaceInfo attributes are not passed to the WSDL PortType during WSDL generation.

Posted by "Benson Margulies (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benson Margulies reassigned CXF-2444:
-------------------------------------

    Assignee: Benson Margulies

> org.apache.cxf.service.model.InterfaceInfo attributes are not passed to the WSDL PortType during WSDL generation.
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-2444
>                 URL: https://issues.apache.org/jira/browse/CXF-2444
>             Project: CXF
>          Issue Type: Bug
>          Components: Core
>            Reporter: Andrew Harrison
>            Assignee: Benson Margulies
>            Priority: Minor
>         Attachments: patch.txt
>
>
> When adding an attribute to an org.apache.cxf.service.model.InterfaceInfo, this should be reflected in the WSDL PortType when the WSDL is generated from the ServiceInfo object. The problem lies in org.apache.cxf.wsdl11.ServiceWSDLBuilder.buildPortType(InterfaceInfo intf, final Definition def);
> This method should call:
> addExtensibilityAttributes(portType, intf.getExtensionAttributes());
> which would add the attributes.
> The same is issue is not apparent when going from WSDL to a ServiceInfo object.

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


[jira] Updated: (CXF-2444) org.apache.cxf.service.model.InterfaceInfo attributes are not passed to the WSDL PortType during WSDL generation.

Posted by "Andrew Harrison (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Harrison updated CXF-2444:
---------------------------------

    Attachment: patch.txt

> org.apache.cxf.service.model.InterfaceInfo attributes are not passed to the WSDL PortType during WSDL generation.
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-2444
>                 URL: https://issues.apache.org/jira/browse/CXF-2444
>             Project: CXF
>          Issue Type: Bug
>          Components: Core
>            Reporter: Andrew Harrison
>            Priority: Minor
>         Attachments: patch.txt
>
>
> When adding an attribute to an org.apache.cxf.service.model.InterfaceInfo, this should be reflected in the WSDL PortType when the WSDL is generated from the ServiceInfo object. The problem lies in org.apache.cxf.wsdl11.ServiceWSDLBuilder.buildPortType(InterfaceInfo intf, final Definition def);
> This method should call:
> addExtensibilityAttributes(portType, intf.getExtensionAttributes());
> which would add the attributes.
> The same is issue is not apparent when going from WSDL to a ServiceInfo object.

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