You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Mike Rheinheimer (JIRA)" <ji...@apache.org> on 2008/04/01 22:00:25 UTC

[jira] Created: (AXIS2-3691) Add more jaxws-integration tests that use async MEP and/or Addressing

Add more jaxws-integration tests that use async MEP and/or Addressing
---------------------------------------------------------------------

                 Key: AXIS2-3691
                 URL: https://issues.apache.org/jira/browse/AXIS2-3691
             Project: Axis 2.0 (Axis2)
          Issue Type: Improvement
          Components: jaxws
            Reporter: Mike Rheinheimer
            Priority: Minor


I recently added a test that uses async MEP and Addressing (see AXIS2-3666).  We need more!

See RuntimeExceptionsAsyncMepTest.testAsyncCallback_asyncMEP_asyncWire_Addressing_WebServiceException to see how to use Addressing from the client, and RuntimeExceptionsAsyncMepTest.suite() to see how to configure Addressing for the server side.

Also, the test method sets the property:

rc.put("org.apache.axis2.jaxws.use.async.mep", Boolean.TRUE);

Doing these three things will result in the server side using JavaDispatcher.AsyncInvocationWorker.call() method, which is currently ONLY used by the mentioned test.  We could use a little more coverage.

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org