svn commit: r1157265 - in /axis/axis2/java/core/trunk/modules: distribution/pom.xml samples/faulthandling/client/src/example/BankClient.java samples/faulthandling/service/src/example/BankServiceSkelet

2011-08-12 Thread veithen
Author: veithen Date: Fri Aug 12 21:46:25 2011 New Revision: 1157265 URL: http://svn.apache.org/viewvc?rev=1157265&view=rev Log: AXIS2-4533 / AXIS2-5034: * Reverted r1072510; the faulthandling sample was actually broken by the change in AXIS2-4533. * Included the faulthandling sample in the build

svn commit: r1157211 - in /axis/axis2/java/core/trunk/modules/kernel: src/org/apache/axis2/description/WSDL11ToAxisServiceBuilder.java test-resources/wsdl/faults.wsdl test/org/apache/axis2/description

2011-08-12 Thread veithen
Author: veithen Date: Fri Aug 12 18:44:22 2011 New Revision: 1157211 URL: http://svn.apache.org/viewvc?rev=1157211&view=rev Log: AXIS2-5034: Implemented a fix for AXIS2-4533 that doesn't break the fault processing logic in ADB. Added: axis/axis2/java/core/trunk/modules/kernel/test-resources/