svn commit: r1302297 - in /axis/axis2/java/core/trunk/modules/tool/simple-server-maven-plugin: pom.xml src/main/java/org/apache/axis2/maven2/server/SimpleHttpServerMojo.java

2012-03-18 Thread sagara
Author: sagara Date: Mon Mar 19 06:44:09 2012 New Revision: 1302297 URL: http://svn.apache.org/viewvc?rev=1302297&view=rev Log: AXIS2-5217 PluginDescriptor#getClassRealm() return type is not compatible among Maven2 and Maven3. Due to above issue this plug-in not work in Maven3. I have modified c

svn commit: r1302280 - in /axis/axis2/java/core/trunk/modules/samples/dynamicclient: ./ client/ client/src/ client/src/main/ client/src/main/java/ client/src/main/java/org/ client/src/main/java/org/ap

2012-03-18 Thread sagara
Author: sagara Date: Mon Mar 19 05:59:31 2012 New Revision: 1302280 URL: http://svn.apache.org/viewvc?rev=1302280&view=rev Log: AXIS2-4253 - Added WSDL 1.1 and WSDL 2.0 based dynamic client sample. Added: axis/axis2/java/core/trunk/modules/samples/dynamicclient/ axis/axis2/java/core/tr

svn commit: r1302273 - in /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/description: AxisService.java WSDL20ToAxisServiceBuilder.java

2012-03-18 Thread sagara
Author: sagara Date: Mon Mar 19 05:16:49 2012 New Revision: 1302273 URL: http://svn.apache.org/viewvc?rev=1302273&view=rev Log: Fixed AXIS2-4253 Identify WSDL version based on the DOM root element and delegate to WSDL11ToAxisServiceBuilder and WSDL20ToAxisServiceBuilder accordingly . Modified: