[esb-issues] [JBoss JIRA] Commented: (JBESB-3083) Wise SOAPClient action is unable to invoke oneway methods on the endpoints

Tom Fennelly (JIRA) jira-events at lists.jboss.org
Tue Jan 5 10:31:30 EST 2010


    [ https://jira.jboss.org/jira/browse/JBESB-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12502247#action_12502247 ] 

Tom Fennelly commented on JBESB-3083:
-------------------------------------

Looks to me as though this is an issue in WISE, where it is not invoking the endpoint for OneWay ops (WSMethod.java, line #73).  As a test, I added an invocation on the "methodPointer", recompiled and tested and it seems to fix the issue (although you could perhaps say it should be invoking the enpoint async for OnWay ops).

I don't think this can be fixed with AOP because the additional code needs to be inserted at a point which is not at the start/end of a method etc - needs to go into the middle of the WSMethod.invoke() method.  Then again, I don't know too much about AOP so maybe it is possible :)

> Wise SOAPClient action is unable to invoke oneway methods on the endpoints
> --------------------------------------------------------------------------
>
>                 Key: JBESB-3083
>                 URL: https://jira.jboss.org/jira/browse/JBESB-3083
>             Project: JBoss ESB
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Rosetta
>    Affects Versions: 4.7
>            Reporter: Boris Belovic
>            Assignee: Tom Fennelly
>            Priority: Critical
>             Fix For: 4.7 CP1
>
>         Attachments: server.log, soap-wise-oneway-and-twoway, wise_oneway.tar.bz2, wise_oneway_and_twoway.tar.bz2
>
>
> Wise SOAPClient action is unable to invoke oneway methods (methods annotated with javax.jws.Oneway annotation) on WS endpoints. It looks like webservice WSDL is parsed correctly, but after that no statements from oneway method body are executed. We tested this with very simple webservice (see attached file) containing one oneway method with System.out.println() statement. After WSDL was parsed, there was no further output from webservice method.
> Invocation of twoway methods on WS endpoint is working correctly (without any problems/exceptions and with expected results).

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

        


More information about the esb-issues mailing list