You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2008/06/01 10:14:00 UTC

[jira] Created: (CAMEL-566) CamelInvoker fail if operationName in the wsdl portype begin with uppercase

CamelInvoker fail if operationName in the wsdl portype begin with uppercase
---------------------------------------------------------------------------

                 Key: CAMEL-566
                 URL: https://issues.apache.org/activemq/browse/CAMEL-566
             Project: Apache Camel
          Issue Type: Bug
          Components: camel-cxf
    Affects Versions: 1.3.0
            Reporter: Freeman Fang
             Fix For: 1.4.0


the generated method name in java file is always begin with lower case, but the operationName in the servicemodel begin with uppercase per the wsdl, this mismatch will cause the invocation fail throwing NO_OPERATION_FOUND exception
we should set CxfConstants.OPERATION_NAME as the one from servicemodel

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


Re: [jira] Created: (CAMEL-566) CamelInvoker fail if operationName in the wsdl portype begin with uppercase

Posted by Willem Jiang <wi...@gmail.com>.
I will take care of it ;)
Thanks for freeman's patch and test case.

Willem
Claus Ibsen wrote:
> Hi
>
> I do think Willem is the best candidate as he is the main contributor on the CFX component.
>
> Med venlig hilsen
>  
> Claus Ibsen
> ......................................
> Silverbullet
> Skovsgårdsvænget 21
> 8362 Hørning
> Tlf. +45 2962 7576
> Web: www.silverbullet.dk
>
> -----Original Message-----
> From: Freeman Fang [mailto:freeman.fang@gmail.com] 
> Sent: 1. juni 2008 10:14
> To: camel-dev@activemq.apache.org
> Subject: Re: [jira] Created: (CAMEL-566) CamelInvoker fail if operationName in the wsdl portype begin with uppercase
>
> Hi,
>
> Can anyone review and apply this patch for me?
> Thanks in advance
>
> Freeman
>
> Freeman Fang (JIRA) wrote:
>   
>> CamelInvoker fail if operationName in the wsdl portype begin with uppercase
>> ---------------------------------------------------------------------------
>>
>>                  Key: CAMEL-566
>>                  URL: https://issues.apache.org/activemq/browse/CAMEL-566
>>              Project: Apache Camel
>>           Issue Type: Bug
>>           Components: camel-cxf
>>     Affects Versions: 1.3.0
>>             Reporter: Freeman Fang
>>              Fix For: 1.4.0
>>
>>
>> the generated method name in java file is always begin with lower case, but the operationName in the servicemodel begin with uppercase per the wsdl, this mismatch will cause the invocation fail throwing NO_OPERATION_FOUND exception
>> we should set CxfConstants.OPERATION_NAME as the one from servicemodel
>>
>>   
>>     
>
>
>   


RE: [jira] Created: (CAMEL-566) CamelInvoker fail if operationName in the wsdl portype begin with uppercase

Posted by Claus Ibsen <ci...@silverbullet.dk>.
Hi

I do think Willem is the best candidate as he is the main contributor on the CFX component.

Med venlig hilsen
 
Claus Ibsen
......................................
Silverbullet
Skovsgårdsvænget 21
8362 Hørning
Tlf. +45 2962 7576
Web: www.silverbullet.dk

-----Original Message-----
From: Freeman Fang [mailto:freeman.fang@gmail.com] 
Sent: 1. juni 2008 10:14
To: camel-dev@activemq.apache.org
Subject: Re: [jira] Created: (CAMEL-566) CamelInvoker fail if operationName in the wsdl portype begin with uppercase

Hi,

Can anyone review and apply this patch for me?
Thanks in advance

Freeman

Freeman Fang (JIRA) wrote:
> CamelInvoker fail if operationName in the wsdl portype begin with uppercase
> ---------------------------------------------------------------------------
>
>                  Key: CAMEL-566
>                  URL: https://issues.apache.org/activemq/browse/CAMEL-566
>              Project: Apache Camel
>           Issue Type: Bug
>           Components: camel-cxf
>     Affects Versions: 1.3.0
>             Reporter: Freeman Fang
>              Fix For: 1.4.0
>
>
> the generated method name in java file is always begin with lower case, but the operationName in the servicemodel begin with uppercase per the wsdl, this mismatch will cause the invocation fail throwing NO_OPERATION_FOUND exception
> we should set CxfConstants.OPERATION_NAME as the one from servicemodel
>
>   


Re: [jira] Created: (CAMEL-566) CamelInvoker fail if operationName in the wsdl portype begin with uppercase

Posted by Freeman Fang <fr...@gmail.com>.
Hi,

Can anyone review and apply this patch for me?
Thanks in advance

Freeman

Freeman Fang (JIRA) wrote:
> CamelInvoker fail if operationName in the wsdl portype begin with uppercase
> ---------------------------------------------------------------------------
>
>                  Key: CAMEL-566
>                  URL: https://issues.apache.org/activemq/browse/CAMEL-566
>              Project: Apache Camel
>           Issue Type: Bug
>           Components: camel-cxf
>     Affects Versions: 1.3.0
>             Reporter: Freeman Fang
>              Fix For: 1.4.0
>
>
> the generated method name in java file is always begin with lower case, but the operationName in the servicemodel begin with uppercase per the wsdl, this mismatch will cause the invocation fail throwing NO_OPERATION_FOUND exception
> we should set CxfConstants.OPERATION_NAME as the one from servicemodel
>
>   


[jira] Updated: (CAMEL-566) CamelInvoker fail if operationName in the wsdl portype begin with uppercase

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

Freeman Fang updated CAMEL-566:
-------------------------------

    Attachment: camel-566.patch

> CamelInvoker fail if operationName in the wsdl portype begin with uppercase
> ---------------------------------------------------------------------------
>
>                 Key: CAMEL-566
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-566
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-cxf
>    Affects Versions: 1.3.0
>            Reporter: Freeman Fang
>            Assignee: Willem Jiang
>             Fix For: 1.4.0
>
>         Attachments: camel-566.patch
>
>
> the generated method name in java file is always begin with lower case, but the operationName in the servicemodel begin with uppercase per the wsdl, this mismatch will cause the invocation fail throwing NO_OPERATION_FOUND exception
> we should set CxfConstants.OPERATION_NAME as the one from servicemodel

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


[jira] Commented: (CAMEL-566) CamelInvoker fail if operationName in the wsdl portype begin with uppercase

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43181#action_43181 ] 

Freeman Fang commented on CAMEL-566:
------------------------------------

http://svn.apache.org/viewvc?rev=662226&view=rev

> CamelInvoker fail if operationName in the wsdl portype begin with uppercase
> ---------------------------------------------------------------------------
>
>                 Key: CAMEL-566
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-566
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-cxf
>    Affects Versions: 1.3.0
>            Reporter: Freeman Fang
>            Assignee: Willem Jiang
>             Fix For: 1.4.0
>
>         Attachments: camel-566.patch
>
>
> the generated method name in java file is always begin with lower case, but the operationName in the servicemodel begin with uppercase per the wsdl, this mismatch will cause the invocation fail throwing NO_OPERATION_FOUND exception
> we should set CxfConstants.OPERATION_NAME as the one from servicemodel

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


[jira] Commented: (CAMEL-566) CamelInvoker fail if operationName in the wsdl portype begin with uppercase

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43143#action_43143 ] 

Freeman Fang commented on CAMEL-566:
------------------------------------

sure, will add test later on

Cheers

> CamelInvoker fail if operationName in the wsdl portype begin with uppercase
> ---------------------------------------------------------------------------
>
>                 Key: CAMEL-566
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-566
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-cxf
>    Affects Versions: 1.3.0
>            Reporter: Freeman Fang
>            Assignee: Willem Jiang
>             Fix For: 1.4.0
>
>         Attachments: camel-566.patch
>
>
> the generated method name in java file is always begin with lower case, but the operationName in the servicemodel begin with uppercase per the wsdl, this mismatch will cause the invocation fail throwing NO_OPERATION_FOUND exception
> we should set CxfConstants.OPERATION_NAME as the one from servicemodel

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


[jira] Updated: (CAMEL-566) CamelInvoker fail if operationName in the wsdl portype begin with uppercase

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

Freeman Fang updated CAMEL-566:
-------------------------------

    Attachment:     (was: camel-566.patch)

> CamelInvoker fail if operationName in the wsdl portype begin with uppercase
> ---------------------------------------------------------------------------
>
>                 Key: CAMEL-566
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-566
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-cxf
>    Affects Versions: 1.3.0
>            Reporter: Freeman Fang
>            Assignee: Willem Jiang
>             Fix For: 1.4.0
>
>
> the generated method name in java file is always begin with lower case, but the operationName in the servicemodel begin with uppercase per the wsdl, this mismatch will cause the invocation fail throwing NO_OPERATION_FOUND exception
> we should set CxfConstants.OPERATION_NAME as the one from servicemodel

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


[jira] Assigned: (CAMEL-566) CamelInvoker fail if operationName in the wsdl portype begin with uppercase

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

Claus Ibsen reassigned CAMEL-566:
---------------------------------

    Assignee: Willem Jiang

Willem, I suppose you don't mind I assign this to you as CXF is your ball park ;)

> CamelInvoker fail if operationName in the wsdl portype begin with uppercase
> ---------------------------------------------------------------------------
>
>                 Key: CAMEL-566
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-566
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-cxf
>    Affects Versions: 1.3.0
>            Reporter: Freeman Fang
>            Assignee: Willem Jiang
>             Fix For: 1.4.0
>
>         Attachments: camel-566.patch
>
>
> the generated method name in java file is always begin with lower case, but the operationName in the servicemodel begin with uppercase per the wsdl, this mismatch will cause the invocation fail throwing NO_OPERATION_FOUND exception
> we should set CxfConstants.OPERATION_NAME as the one from servicemodel

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


[jira] Work started: (CAMEL-566) CamelInvoker fail if operationName in the wsdl portype begin with uppercase

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

Work on CAMEL-566 started by Willem Jiang.

> CamelInvoker fail if operationName in the wsdl portype begin with uppercase
> ---------------------------------------------------------------------------
>
>                 Key: CAMEL-566
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-566
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-cxf
>    Affects Versions: 1.3.0
>            Reporter: Freeman Fang
>            Assignee: Willem Jiang
>             Fix For: 1.4.0
>
>         Attachments: camel-566.patch
>
>
> the generated method name in java file is always begin with lower case, but the operationName in the servicemodel begin with uppercase per the wsdl, this mismatch will cause the invocation fail throwing NO_OPERATION_FOUND exception
> we should set CxfConstants.OPERATION_NAME as the one from servicemodel

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


[jira] Resolved: (CAMEL-566) CamelInvoker fail if operationName in the wsdl portype begin with uppercase

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

Willem Jiang resolved CAMEL-566.
--------------------------------

    Resolution: Fixed

Patch applied with thanks to Freeman.

> CamelInvoker fail if operationName in the wsdl portype begin with uppercase
> ---------------------------------------------------------------------------
>
>                 Key: CAMEL-566
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-566
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-cxf
>    Affects Versions: 1.3.0
>            Reporter: Freeman Fang
>            Assignee: Willem Jiang
>             Fix For: 1.4.0
>
>         Attachments: camel-566.patch
>
>
> the generated method name in java file is always begin with lower case, but the operationName in the servicemodel begin with uppercase per the wsdl, this mismatch will cause the invocation fail throwing NO_OPERATION_FOUND exception
> we should set CxfConstants.OPERATION_NAME as the one from servicemodel

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


[jira] Updated: (CAMEL-566) CamelInvoker fail if operationName in the wsdl portype begin with uppercase

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

Freeman Fang updated CAMEL-566:
-------------------------------

    Attachment: camel-566.patch

> CamelInvoker fail if operationName in the wsdl portype begin with uppercase
> ---------------------------------------------------------------------------
>
>                 Key: CAMEL-566
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-566
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-cxf
>    Affects Versions: 1.3.0
>            Reporter: Freeman Fang
>             Fix For: 1.4.0
>
>         Attachments: camel-566.patch
>
>
> the generated method name in java file is always begin with lower case, but the operationName in the servicemodel begin with uppercase per the wsdl, this mismatch will cause the invocation fail throwing NO_OPERATION_FOUND exception
> we should set CxfConstants.OPERATION_NAME as the one from servicemodel

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


[jira] Commented: (CAMEL-566) CamelInvoker fail if operationName in the wsdl portype begin with uppercase

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43140#action_43140 ] 

Claus Ibsen commented on CAMEL-566:
-----------------------------------

Is it possible to add a small unit test that demonstrates the bug and now runs with the patch?

> CamelInvoker fail if operationName in the wsdl portype begin with uppercase
> ---------------------------------------------------------------------------
>
>                 Key: CAMEL-566
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-566
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-cxf
>    Affects Versions: 1.3.0
>            Reporter: Freeman Fang
>             Fix For: 1.4.0
>
>         Attachments: camel-566.patch
>
>
> the generated method name in java file is always begin with lower case, but the operationName in the servicemodel begin with uppercase per the wsdl, this mismatch will cause the invocation fail throwing NO_OPERATION_FOUND exception
> we should set CxfConstants.OPERATION_NAME as the one from servicemodel

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


[jira] Closed: (CAMEL-566) CamelInvoker fail if operationName in the wsdl portype begin with uppercase

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

Willem Jiang closed CAMEL-566.
------------------------------


> CamelInvoker fail if operationName in the wsdl portype begin with uppercase
> ---------------------------------------------------------------------------
>
>                 Key: CAMEL-566
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-566
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-cxf
>    Affects Versions: 1.3.0
>            Reporter: Freeman Fang
>            Assignee: Willem Jiang
>             Fix For: 1.4.0
>
>         Attachments: camel-566.patch
>
>
> the generated method name in java file is always begin with lower case, but the operationName in the servicemodel begin with uppercase per the wsdl, this mismatch will cause the invocation fail throwing NO_OPERATION_FOUND exception
> we should set CxfConstants.OPERATION_NAME as the one from servicemodel

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