You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Simon Nash (JIRA)" <tu...@ws.apache.org> on 2007/07/23 11:25:31 UTC

[jira] Resolved: (TUSCANY-1334) WS Binding with @OneWay incorrect invokeTarget()

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

Simon Nash resolved TUSCANY-1334.
---------------------------------

    Resolution: Fixed

Fixed by the patches for TUSCANY-1469.

> WS Binding with @OneWay incorrect invokeTarget()
> ------------------------------------------------
>
>                 Key: TUSCANY-1334
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1334
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Axis Binding Extension
>    Affects Versions: Java-SCA-0.90
>            Reporter: Lou Amodeo
>            Assignee: Simon Nash
>             Fix For: Java-SCA-Next
>
>
> Using a @Oneway operation over the WS Binding fails due to a couple of problems I found.   
> a)  Axis2ServiceInMessageReceiver()  the invokeBusinessLogic method has its invokeTarget method commented out.  I changed to the following:    provider.invokeTarget(operation, args, null, conversationID);
> b) Axis2OneWayBindingInvoker() the invokeTarget() method needs to override its parent but this method has an incorrect method signature so it never gets called.  I changed this to the following: 
>    protected Object invokeTarget(final Object payload, final ConversationSequence sequence, String conversationId) throws InvocationTargetException {
> Replaced the 2nd argument which is a short with ConversationSequence. 
> After applyinbg these 2 changes the @Oneway is now functioning. 
>     
>  

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org