Author: veithen
Date: Wed Sep 19 19:34:55 2012
New Revision: 1387718
URL: http://svn.apache.org/viewvc?rev=1387718&view=rev
Log:
AXIS-2877:
* Ensure that Wsdl2javaAntTask sets up the class loader before attempting to
set the custom GeneratorFactory.
* Change the class loader delegation mode to
Author: sagara
Date: Wed Sep 19 11:04:43 2012
New Revision: 1387526
URL: http://svn.apache.org/viewvc?rev=1387526&view=rev
Log:
Required code level changes from AXIS2-5374 and a test case fix.
Modified:
axis/axis2/java/transports/trunk/modules/base/src/main/java/org/apache/axis2/transport
Author: sagara
Date: Wed Sep 19 11:00:38 2012
New Revision: 1387522
URL: http://svn.apache.org/viewvc?rev=1387522&view=rev
Log:
AXIS2-5374 fixed .
* Introduced a new class called MessageProcessorSelector which encapsulate
logics and algorithms when selecting MessageBuilders, AttachmentsBuilders
Author: veithen
Date: Wed Sep 19 10:48:34 2012
New Revision: 1387519
URL: http://svn.apache.org/viewvc?rev=1387519&view=rev
Log:
Removed unused import.
Modified:
axis/axis1/java/trunk/axis-ant/src/main/java/org/apache/axis/tools/ant/wsdl/Java2WsdlAntTask.java
Modified:
axis/axis1/java/trun
Author: veithen
Date: Wed Sep 19 10:39:59 2012
New Revision: 1387517
URL: http://svn.apache.org/viewvc?rev=1387517&view=rev
Log:
Moved the integration guide samples to their own Maven module and added a
couple of tests.
Added:
axis/axis1/java/trunk/samples/integrationguide-sample/ (with pr
Author: veithen
Date: Wed Sep 19 07:16:21 2012
New Revision: 1387469
URL: http://svn.apache.org/viewvc?rev=1387469&view=rev
Log:
AXIS-2875: Disabled the ComplexEchoServiceTestCase because it fails on Java 1.6
(as described in AXIS-2876).
Modified:
axis/axis1/java/trunk/integration/pom.xml
M