You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Edell Nolan (JIRA)" <ji...@apache.org> on 2008/03/04 18:20:35 UTC

[jira] Created: (SM-1260) CXFBC doesn't support multiple parts defined in wsdl.

CXFBC doesn't support multiple parts defined in wsdl.
-----------------------------------------------------

                 Key: SM-1260
                 URL: https://issues.apache.org/activemq/browse/SM-1260
             Project: ServiceMix
          Issue Type: Bug
          Components: servicemix-cxf-bc
            Reporter: Edell Nolan
             Fix For: 3.2.2


Hi,

The JbiOutWsdl1Interceptor doesn't cater for multiple parts defined in the wsdl in the case of RPC.

Also the JbiInWsdl1Interceptor does't need to match names based on the QNAME - the localpart should be fine in the case of RPC.

I have attached a patch with a test case as well. 

It would be great if someone can take a look and apply the patch ?

thanks, Edell.

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


[jira] Updated: (SM-1260) CXFBC doesn't support multiple parts defined in wsdl.

Posted by "Edell Nolan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edell Nolan updated SM-1260:
----------------------------


Hi,

I have tried to include the Testcase in the patch but it seems the tortoise svn client won't add new folders or files into the patch - so I have attached a zip file with the 4 new files - you will need to apply these as well for the tests to run as the POM was updated to run wsdl2java on the quote.wsdl file.

thanks, Edell.

> CXFBC doesn't support multiple parts defined in wsdl.
> -----------------------------------------------------
>
>                 Key: SM-1260
>                 URL: https://issues.apache.org/activemq/browse/SM-1260
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-cxf-bc
>            Reporter: Edell Nolan
>             Fix For: 3.2.2
>
>         Attachments: cxfbc-sm1260.patch, SM-1260TestCase.zip
>
>
> Hi,
> The JbiOutWsdl1Interceptor doesn't cater for multiple parts defined in the wsdl in the case of RPC.
> Also the JbiInWsdl1Interceptor does't need to match names based on the QNAME - the localpart should be fine in the case of RPC.
> I have attached a patch with a test case as well. 
> It would be great if someone can take a look and apply the patch ?
> thanks, Edell.

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


[jira] Updated: (SM-1260) CXFBC doesn't support multiple parts defined in wsdl.

Posted by "Edell Nolan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edell Nolan updated SM-1260:
----------------------------

    Attachment: cxfbc-sm1260.patch

> CXFBC doesn't support multiple parts defined in wsdl.
> -----------------------------------------------------
>
>                 Key: SM-1260
>                 URL: https://issues.apache.org/activemq/browse/SM-1260
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-cxf-bc
>            Reporter: Edell Nolan
>             Fix For: 3.2.2
>
>         Attachments: cxfbc-sm1260.patch, SM-1260TestCase.zip
>
>
> Hi,
> The JbiOutWsdl1Interceptor doesn't cater for multiple parts defined in the wsdl in the case of RPC.
> Also the JbiInWsdl1Interceptor does't need to match names based on the QNAME - the localpart should be fine in the case of RPC.
> I have attached a patch with a test case as well. 
> It would be great if someone can take a look and apply the patch ?
> thanks, Edell.

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


[jira] Updated: (SM-1260) CXFBC doesn't support multiple parts defined in wsdl.

Posted by "Edell Nolan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edell Nolan updated SM-1260:
----------------------------

    Attachment: SM-1260TestCase.zip

> CXFBC doesn't support multiple parts defined in wsdl.
> -----------------------------------------------------
>
>                 Key: SM-1260
>                 URL: https://issues.apache.org/activemq/browse/SM-1260
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-cxf-bc
>            Reporter: Edell Nolan
>             Fix For: 3.2.2
>
>         Attachments: cxfbc-sm1260.patch, SM-1260TestCase.zip
>
>
> Hi,
> The JbiOutWsdl1Interceptor doesn't cater for multiple parts defined in the wsdl in the case of RPC.
> Also the JbiInWsdl1Interceptor does't need to match names based on the QNAME - the localpart should be fine in the case of RPC.
> I have attached a patch with a test case as well. 
> It would be great if someone can take a look and apply the patch ?
> thanks, Edell.

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


[jira] Updated: (SM-1260) CXFBC doesn't support multiple parts defined in wsdl.

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet updated SM-1260:
--------------------------------

    Fix Version/s: servicemix-cxf-bc-2008.01

> CXFBC doesn't support multiple parts defined in wsdl.
> -----------------------------------------------------
>
>                 Key: SM-1260
>                 URL: https://issues.apache.org/activemq/browse/SM-1260
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-cxf-bc
>            Reporter: Edell Nolan
>            Assignee: Freeman Fang
>             Fix For: 3.2.2, 3.3, servicemix-cxf-bc-2008.01
>
>         Attachments: cxfbc-sm1260.patch, SM-1260TestCase.zip
>
>
> Hi,
> The JbiOutWsdl1Interceptor doesn't cater for multiple parts defined in the wsdl in the case of RPC.
> Also the JbiInWsdl1Interceptor does't need to match names based on the QNAME - the localpart should be fine in the case of RPC.
> I have attached a patch with a test case as well. 
> It would be great if someone can take a look and apply the patch ?
> thanks, Edell.

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


[jira] Resolved: (SM-1260) CXFBC doesn't support multiple parts defined in wsdl.

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang resolved SM-1260.
------------------------------

    Fix Version/s: 3.3
       Resolution: Fixed

commit patch
http://svn.apache.org/viewvc?rev=633758&view=rev for 3.2.2 branch
http://svn.apache.org/viewvc?rev=633760&view=rev for 3.3



> CXFBC doesn't support multiple parts defined in wsdl.
> -----------------------------------------------------
>
>                 Key: SM-1260
>                 URL: https://issues.apache.org/activemq/browse/SM-1260
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-cxf-bc
>            Reporter: Edell Nolan
>            Assignee: Freeman Fang
>             Fix For: 3.2.2, 3.3
>
>         Attachments: cxfbc-sm1260.patch, SM-1260TestCase.zip
>
>
> Hi,
> The JbiOutWsdl1Interceptor doesn't cater for multiple parts defined in the wsdl in the case of RPC.
> Also the JbiInWsdl1Interceptor does't need to match names based on the QNAME - the localpart should be fine in the case of RPC.
> I have attached a patch with a test case as well. 
> It would be great if someone can take a look and apply the patch ?
> thanks, Edell.

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


[jira] Assigned: (SM-1260) CXFBC doesn't support multiple parts defined in wsdl.

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang reassigned SM-1260:
--------------------------------

    Assignee: Freeman Fang

> CXFBC doesn't support multiple parts defined in wsdl.
> -----------------------------------------------------
>
>                 Key: SM-1260
>                 URL: https://issues.apache.org/activemq/browse/SM-1260
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-cxf-bc
>            Reporter: Edell Nolan
>            Assignee: Freeman Fang
>             Fix For: 3.2.2
>
>         Attachments: cxfbc-sm1260.patch, SM-1260TestCase.zip
>
>
> Hi,
> The JbiOutWsdl1Interceptor doesn't cater for multiple parts defined in the wsdl in the case of RPC.
> Also the JbiInWsdl1Interceptor does't need to match names based on the QNAME - the localpart should be fine in the case of RPC.
> I have attached a patch with a test case as well. 
> It would be great if someone can take a look and apply the patch ?
> thanks, Edell.

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