[mule-jira] Created: (MULE-4593) CXF - wrong number of arguments with 2 mules

View: New views
3 Messages — Rating Filter:   Alert me  

[mule-jira] Created: (MULE-4593) CXF - wrong number of arguments with 2 mules

by JIRA no-reply@mulesource.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

CXF - wrong number of arguments with 2 mules
--------------------------------------------

                 Key: MULE-4593
                 URL: http://www.mulesource.org/jira/browse/MULE-4593
             Project: Mule
          Issue Type: Bug
          Components: Transport: CXF / XFire
    Affects Versions: 2.2.2 (EE only)
         Environment: OS: Windows XP. JDK Version: 1.5. RAD7
            Reporter: Denis Gautier


Hello,

I configure 2 mules with cxf transport.
The first (Mule1) launch SQL statement by service exposed in Webservices with cxf transport.
The second one (Mule2) call the first with Webservices.

If Mule1 expose a service with only simple attributes, there are no problem.
But if I put an complex type in my services, Mule2 can't join Mule1 with this error : java.lang.IllegalArgumentException: wrong number of arguments.

My environment :
Mule1 :
I have an interface with my service and anotations on each attributes ex :
@WebParam(name="attribute1") Long simpleAttribute,
@WebParam(name="attribute2") TestObject complexeAttribute)
When I launch Mule1, I can acces to my wsdl which is generated.

Mule2 :
With this wsdl, I generate my WS Client classes.

You find my two mules configuration with this issue.

I don't understand this behavior.
When I debug in CxfMessageDispatcher.doSendWithProxy(), it don't take my new attribute...

Say me that you have a solution !!

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.mulesource.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[mule-jira] Commented: (MULE-4593) CXF - wrong number of arguments with 2 mules

by JIRA no-reply@mulesource.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://www.mulesource.org/jira/browse/MULE-4593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=32285#action_32285 ]

Denis Gautier commented on MULE-4593:
-------------------------------------

Hello,

Finally I find why I had this problem...
In my Mule2, I used transformer in cxf:inbound-endpoint so it take the Mule2's wsdl to validate my xml... I move this to cxf:outbound-endpoint. Now it's work.

I'm sorry. You can close this issue.

> CXF - wrong number of arguments with 2 mules
> --------------------------------------------
>
>                 Key: MULE-4593
>                 URL: http://www.mulesource.org/jira/browse/MULE-4593
>             Project: Mule
>          Issue Type: Bug
>          Components: Transport: CXF / XFire
>    Affects Versions: 2.2.2 (EE only)
>         Environment: OS: Windows XP. JDK Version: 1.5. RAD7
>            Reporter: Denis Gautier
>            Priority: Major
>             Fix For: Bug Backlog (2.1.x, 2.2.x)
>
>
> Hello,
> I configure 2 mules with cxf transport.
> The first (Mule1) launch SQL statement by service exposed in Webservices with cxf transport.
> The second one (Mule2) call the first with Webservices.
> If Mule1 expose a service with only simple attributes, there are no problem.
> But if I put an complex type in my services, Mule2 can't join Mule1 with this error : java.lang.IllegalArgumentException: wrong number of arguments.
> My environment :
> Mule1 :
> I have an interface with my service and anotations on each attributes ex :
> @WebParam(name="attribute1") Long simpleAttribute,
> @WebParam(name="attribute2") TestObject complexeAttribute)
> When I launch Mule1, I can acces to my wsdl which is generated.
> Mule2 :
> With this wsdl, I generate my WS Client classes.
> You find my two mules configuration with this issue.
> I don't understand this behavior.
> When I debug in CxfMessageDispatcher.doSendWithProxy(), it don't take my new attribute...
> Say me that you have a solution !!

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.mulesource.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



[mule-jira] Closed: (MULE-4593) CXF - wrong number of arguments with 2 mules

by JIRA no-reply@mulesource.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ http://www.mulesource.org/jira/browse/MULE-4593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dirk Olmes closed MULE-4593.
----------------------------

    Fix Version/s:     (was: Bug Backlog (2.1.x, 2.2.x))
       Resolution: Won't Fix or Usage Issue

> CXF - wrong number of arguments with 2 mules
> --------------------------------------------
>
>                 Key: MULE-4593
>                 URL: http://www.mulesource.org/jira/browse/MULE-4593
>             Project: Mule
>          Issue Type: Bug
>          Components: Transport: CXF / XFire
>    Affects Versions: 2.2.2 (EE only)
>         Environment: OS: Windows XP. JDK Version: 1.5. RAD7
>            Reporter: Denis Gautier
>            Assignee: Dirk Olmes
>            Priority: Major
>
> Hello,
> I configure 2 mules with cxf transport.
> The first (Mule1) launch SQL statement by service exposed in Webservices with cxf transport.
> The second one (Mule2) call the first with Webservices.
> If Mule1 expose a service with only simple attributes, there are no problem.
> But if I put an complex type in my services, Mule2 can't join Mule1 with this error : java.lang.IllegalArgumentException: wrong number of arguments.
> My environment :
> Mule1 :
> I have an interface with my service and anotations on each attributes ex :
> @WebParam(name="attribute1") Long simpleAttribute,
> @WebParam(name="attribute2") TestObject complexeAttribute)
> When I launch Mule1, I can acces to my wsdl which is generated.
> Mule2 :
> With this wsdl, I generate my WS Client classes.
> You find my two mules configuration with this issue.
> I don't understand this behavior.
> When I debug in CxfMessageDispatcher.doSendWithProxy(), it don't take my new attribute...
> Say me that you have a solution !!

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.mulesource.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email