[AXIS2][ADB] No possible to generate async methods for MEP robust-in-only 
--------------------------------------------------------------------------

                 Key: AXIS2-2032
                 URL: https://issues.apache.org/jira/browse/AXIS2-2032
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: adb
    Affects Versions: 1.1.1
            Reporter: Michael Schick
            Priority: Minor


The problem has been discovered, when using Sandesha2. Sandesha2 requires 
settting 
the Axis Option "setUseListener(true)" for a two way communication.

The "robust-in-only" MEP uses two channels (OutIn) and hence requires a 
callback to be specified, when
setUseListener is switched on. 

The ADB code generation does not generate asynchronous code for 
"robust-in-only" MEP, no matter if 
async=true is turned on.

It should therefore either be possible to generate asynchronous code for 
"robut-in-only" MEP or a modification
is required within the OutInAxisOperation.java to prevent a 
NullPointerException.


-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to