svn commit: r1005915 - /axis/axis2/java/core/trunk/modules/addressing/src/org/apache/axis2/handlers/addressing/AddressingInHandler.java

2010-10-08 Thread nthaker
Author: nthaker Date: Fri Oct 8 17:23:00 2010 New Revision: 1005915 URL: http://svn.apache.org/viewvc?rev=1005915&view=rev Log: JIRA- AXIS2-4845 The change addresses a performance problem in AddressingInHandler. code contributed by Doug Larson. Currently, we first check to see if there is a par

svn commit: r1005893 - in /axis/axis2/java/core/trunk/modules/jaxws/src/org/apache/axis2/jaxws: Constants.java marshaller/impl/alt/DocLitWrappedMethodMarshaller.java marshaller/impl/alt/MethodMarshall

2010-10-08 Thread scheu
Author: scheu Date: Fri Oct 8 16:43:01 2010 New Revision: 1005893 URL: http://svn.apache.org/viewvc?rev=1005893&view=rev Log: AXIS2-4823 Contributor: Doug Larson Committer: Rich Scheuerle Slight improvement to wrapper lookup code. Modified: axis/axis2/java/core/trunk/modules/jaxws/src/org/

svn commit: r1005887 - /axis/axis2/java/core/trunk/modules/metadata/src/org/apache/axis2/jaxws/description/impl/OperationDescriptionImpl.java

2010-10-08 Thread scheu
Author: scheu Date: Fri Oct 8 16:35:19 2010 New Revision: 1005887 URL: http://svn.apache.org/viewvc?rev=1005887&view=rev Log: AXIS2-4839 Contributor: Brian De Pradine Committer: Rich Scheuerle I changed Brian's commit slightly to remove the possibility of an NPE. Modified: axis/axis2/java/

svn commit: r1005868 - /axis/axis2/java/core/trunk/modules/metadata/src/org/apache/axis2/jaxws/description/impl/OperationDescriptionImpl.java

2010-10-08 Thread nthaker
Author: nthaker Date: Fri Oct 8 15:49:18 2010 New Revision: 1005868 URL: http://svn.apache.org/viewvc?rev=1005868&view=rev Log: The WS-Addressing action that is being generated is not correct in some scenarios where faults are generated. The problem was discovered during CTS testing for jax-ws