svn commit: r937071 - in /axis/axis2/java/core/trunk/modules: jaxws-integration/ metadata/ metadata/src/org/apache/axis2/jaxws/server/config/ metadata/test/org/apache/axis2/jaxws/description/feature/

2010-04-22 Thread barrettj
Author: barrettj Date: Thu Apr 22 21:24:25 2010 New Revision: 937071 URL: http://svn.apache.org/viewvc?rev=937071&view=rev Log: Add support for JAXWS 2.2 Addressing.responses annotation attribute. Add associated TDD tests. Modify pom.xml to pickup annotations from JAXWS 2.2 jar instead of the

svn commit: r937049 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment/WarBasedAxisConfigurator.java

2010-04-22 Thread veithen
Author: veithen Date: Thu Apr 22 20:35:20 2010 New Revision: 937049 URL: http://svn.apache.org/viewvc?rev=937049&view=rev Log: AXIS2-4148: Fixed debug message in WarBasedAxisConfigurator. Thanks to Andrei Ivanov and Tharindu Mathew for reporting/investigating this issue. Modified: axis/axis

svn commit: r937047 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/description/AxisService2WSDL11.java

2010-04-22 Thread veithen
Author: veithen Date: Thu Apr 22 20:30:37 2010 New Revision: 937047 URL: http://svn.apache.org/viewvc?rev=937047&view=rev Log: AXIS2-4554: Fixed AxisService2WSDL11 to set the correct value for the wsdl:required attribute of the wsaw:UsingAddressing element. Thanks to Dave Bryant and Nuwan Bandar

svn commit: r937004 - /axis/axis2/java/core/trunk/modules/codegen/src/org/apache/axis2/wsdl/template/java/InterfaceImplementationTemplate.xsl

2010-04-22 Thread veithen
Author: veithen Date: Thu Apr 22 18:44:07 2010 New Revision: 937004 URL: http://svn.apache.org/viewvc?rev=937004&view=rev Log: AXIS2-4688: Replaced unqualified class name in InterfaceImplementationTemplate.xsl. Thanks to Dean Holdren for reporting this. Modified: axis/axis2/java/core/trunk/