svn commit: r1004684 - in /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment: DeploymentEngine.java scheduler/SchedulerTask.java

2010-10-05 Thread azeez
Author: azeez Date: Tue Oct 5 15:52:38 2010 New Revision: 1004684 URL: http://svn.apache.org/viewvc?rev=1004684&view=rev Log: Added a method to check whether the deployment task is running. If an Axis2 server is shutdown while the deployment task is running, there can be exceptions that are thr

svn commit: r1004667 - in /axis/axis2/java/core/trunk/modules: jaxws-integration/ jaxws-integration/test-resources/wsdl/ jaxws-integration/test/org/apache/axis2/jaxws/sample/ jaxws-integration/test/or

2010-10-05 Thread barrettj
Author: barrettj Date: Tue Oct 5 15:11:30 2010 New Revision: 1004667 URL: http://svn.apache.org/viewvc?rev=1004667&view=rev Log: Add support for Doc/Lit/Bare operations with no arguments. These flow as messages with empty soap:Body elements. Also add associated unit and integration tests. Ad