svn commit: r1096530 - in /axis/axis2/java/core/trunk/modules: jaxws-integration/test/org/apache/axis2/jaxws/sample/ jaxws-integration/test/org/apache/axis2/jaxws/sample/addnumbershandler/ jaxws/src/o

2011-04-25 Thread barrettj
Author: barrettj Date: Mon Apr 25 17:22:44 2011 New Revision: 1096530 URL: http://svn.apache.org/viewvc?rev=1096530&view=rev Log: On JAX-WS Client, treat local exceptions (e.g. ConnectException) as a SOAPFault, driving the JAX-WS handler handleFault methods and throwing a SOAPFAultException back

svn commit: r1096557 - in /axis/axis2/java/core/trunk/modules/jaxws/src/org/apache/axis2/jaxws: Constants.java server/endpoint/EndpointImpl.java

2011-04-25 Thread barrettj
Author: barrettj Date: Mon Apr 25 18:45:30 2011 New Revision: 1096557 URL: http://svn.apache.org/viewvc?rev=1096557&view=rev Log: Two changes in JAX-WS Endpoint implementation (1) Override setEndpointContext method, (2) Add logic to throw an exception if endpoint publishing is disabled by a prop