svn commit: r959117 - in /axis/axis2/java/core/trunk/modules/metadata: src/org/apache/axis2/jaxws/description/impl/OperationDescriptionImpl.java test/org/apache/axis2/jaxws/description/GetSyncOperatio

2010-06-29 Thread scheu
Author: scheu Date: Tue Jun 29 21:49:01 2010 New Revision: 959117 URL: http://svn.apache.org/viewvc?rev=959117&view=rev Log: AXIS2-4758 Contributor: Rich Scheuerle (design) and Paul Mariduena (test) The algorithm to find a JAX-WS synchronous method is improved. A testcase is contributed to verif

svn commit: r959103 - in /axis/axis2/java/core/trunk/modules: jaxws-integration/test/org/apache/axis2/jaxws/sample/addressbook/data/ jaxws/src/org/apache/axis2/datasource/jaxb/ jaxws/src/org/apache/ax

2010-06-29 Thread scheu
Author: scheu Date: Tue Jun 29 21:10:27 2010 New Revision: 959103 URL: http://svn.apache.org/viewvc?rev=959103&view=rev Log: AXIS2-4757 Contributor:Rich Scheuerle Support JAX-WS WebMethods that have @RequestWrapper or @ResponseWrapper annotations that use classes that don't have @XmlRootElement.

svn commit: r959069 - in /axis/axis2/java/core/trunk/modules/jaxws/src/org/apache/axis2/jaxws/server/dispatcher: JavaBeanDispatcher.java JavaDispatcher.java

2010-06-29 Thread nagy
Author: nagy Date: Tue Jun 29 18:26:12 2010 New Revision: 959069 URL: http://svn.apache.org/viewvc?rev=959069&view=rev Log: Correctly identify checked exceptions in JAX-WS as being application faults so that they are not erroneously logged. Contributor: Phil Adams Modified: axis/axis2/java