svn commit: r1096557 - in /axis/axis2/java/core/trunk/modules/jaxws/src/org/apache/axis2/jaxws: Constants.java server/endpoint/EndpointImpl.java

2011-04-25 Thread barrettj
Author: barrettj Date: Mon Apr 25 18:45:30 2011 New Revision: 1096557 URL: http://svn.apache.org/viewvc?rev=1096557&view=rev Log: Two changes in JAX-WS Endpoint implementation (1) Override setEndpointContext method, (2) Add logic to throw an exception if endpoint publishing is disabled

svn commit: r1096530 - in /axis/axis2/java/core/trunk/modules: jaxws-integration/test/org/apache/axis2/jaxws/sample/ jaxws-integration/test/org/apache/axis2/jaxws/sample/addnumbershandler/ jaxws/src/o

2011-04-25 Thread barrettj
Author: barrettj Date: Mon Apr 25 17:22:44 2011 New Revision: 1096530 URL: http://svn.apache.org/viewvc?rev=1096530&view=rev Log: On JAX-WS Client, treat local exceptions (e.g. ConnectException) as a SOAPFault, driving the JAX-WS handler handleFault methods and throwing a SOAPFAultExcep

svn commit: r1075057 - in /axis/axis2/java/core/trunk/modules/jaxws: src/org/apache/axis2/jaxws/WebServiceExceptionLogger.java test/org/apache/axis2/jaxws/WebServiceExceptionLoggerTests.java

2011-02-27 Thread barrettj
Author: barrettj Date: Sun Feb 27 14:11:00 2011 New Revision: 1075057 URL: http://svn.apache.org/viewvc?rev=1075057&view=rev Log: Prevent index out of bounds exception, or any exception, from attempting to log. Add TDD/UT for same. Added: axis/axis2/java/core/trunk/modules/jaxws/test

svn commit: r1069898 - in /axis/axis2/java/core/trunk/modules: jaxws-integration/test-resources/wsdl/ jaxws-integration/test/org/apache/axis2/jaxws/sample/ jaxws-integration/test/org/apache/axis2/jaxw

2011-02-11 Thread barrettj
Author: barrettj Date: Fri Feb 11 17:11:59 2011 New Revision: 1069898 URL: http://svn.apache.org/viewvc?rev=1069898&view=rev Log: AXIS2-4948 Patch contributed by Katherine Sanders. Wrong WSDL location returned by BindingProvider; was using the local filesystem path instead of the endpoint

svn commit: r1069659 - in /axis/axis2/java/core/trunk/modules: addressing/src/org/apache/axis2/handlers/addressing/AddressingOutHandler.java jaxws/src/org/apache/axis2/jaxws/BindingProvider.java jaxws

2011-02-10 Thread barrettj
Author: barrettj Date: Fri Feb 11 01:46:35 2011 New Revision: 1069659 URL: http://svn.apache.org/viewvc?rev=1069659&view=rev Log: AXIS2-4938 Patch submitted by Katherine Sanders. BindingProvider.getEndpointReference should put reference parameters from WSDL in returned EPR. Modified:

svn commit: r1068985 - in /axis/axis2/java/core/trunk/modules: jaxws/test/org/apache/axis2/jaxws/client/ jaxws/test/org/apache/axis2/jaxws/client/dispatch/ metadata/src/org/apache/axis2/jaxws/descript

2011-02-09 Thread barrettj
Author: barrettj Date: Wed Feb 9 17:13:37 2011 New Revision: 1068985 URL: http://svn.apache.org/viewvc?rev=1068985&view=rev Log: AXIS2-4952 Scope dynamic ports to the instance of the service that did the addPort(...). Add TDD Unit test and flag to revert to previous behavior of sharing dyn

svn commit: r1059115 - in /axis/axis2/java/core/trunk/modules: jaxws/src/org/apache/axis2/jaxws/server/dispatcher/ kernel/src/org/apache/axis2/addressing/wsdl/ kernel/src/org/apache/axis2/description/

2011-01-14 Thread barrettj
Author: barrettj Date: Fri Jan 14 19:02:46 2011 New Revision: 1059115 URL: http://svn.apache.org/viewvc?rev=1059115&view=rev Log: AXIS2-4922. Patch contributed by Katherine Sanders. Fixes to WS-A metadata action code. Modified: axis/axis2/java/core/trunk/modules/jaxws/src/org/ap

svn commit: r1056346 - in /axis/axis2/java/core/trunk/modules/metadata: src/org/apache/axis2/jaxws/util/WSToolingUtils.java test/org/apache/axis2/jaxws/utils/WSToolingUtilsTests.java

2011-01-07 Thread barrettj
Author: barrettj Date: Fri Jan 7 15:23:24 2011 New Revision: 1056346 URL: http://svn.apache.org/viewvc?rev=1056346&view=rev Log: Fix the WsGen version number checking, which is used to determine the WebMethod annotation processing rules. Update associated test. Modified: axis/axis2/

svn commit: r1032619 - in /axis/axis2/java/core/trunk/modules: jaxws-integration/test/org/apache/axis2/jaxws/dispatch/ jaxws/src/org/apache/axis2/jaxws/message/ metadata/src/org/apache/axis2/jaxws/des

2010-11-08 Thread barrettj
Author: barrettj Date: Mon Nov 8 16:16:10 2010 New Revision: 1032619 URL: http://svn.apache.org/viewvc?rev=1032619&view=rev Log: AXIS2-4855. Patch contributed by Phil Adams with some additional comments and test change by Jeff Barrett. Change the JMS namespace to the value defined in the

svn commit: r1028438 - in /axis/axis2/java/core/trunk/modules/jaxws: src/org/apache/axis2/jaxws/client/dispatch/BaseDispatch.java test/org/apache/axis2/jaxws/client/dispatch/DispatchOperationResolutio

2010-10-28 Thread barrettj
Author: barrettj Date: Thu Oct 28 19:15:02 2010 New Revision: 1028438 URL: http://svn.apache.org/viewvc?rev=1028438&view=rev Log: D/L/B messages may have an empty body or a body with no element. Add unit test and dispatch operation resolution code for those cases. Modified: axis/a

svn commit: r1004667 - in /axis/axis2/java/core/trunk/modules: jaxws-integration/ jaxws-integration/test-resources/wsdl/ jaxws-integration/test/org/apache/axis2/jaxws/sample/ jaxws-integration/test/or

2010-10-05 Thread barrettj
Author: barrettj Date: Tue Oct 5 15:11:30 2010 New Revision: 1004667 URL: http://svn.apache.org/viewvc?rev=1004667&view=rev Log: Add support for Doc/Lit/Bare operations with no arguments. These flow as messages with empty soap:Body elements. Also add associated unit and integration t

svn commit: r1000664 - /axis/axis2/java/core/trunk/modules/metadata/src/org/apache/axis2/jaxws/util/WSToolingUtils.java

2010-09-23 Thread barrettj
Author: barrettj Date: Thu Sep 23 23:20:50 2010 New Revision: 1000664 URL: http://svn.apache.org/viewvc?rev=1000664&view=rev Log: Fix NPE if tooling classes can't be found. Modified: axis/axis2/java/core/trunk/modules/metadata/src/org/apache/axis2/jaxws/util/WSToolingUtils.java

svn commit: r993410 - /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/context/ConfigurationContext.java

2010-09-07 Thread barrettj
Author: barrettj Date: Tue Sep 7 16:07:16 2010 New Revision: 993410 URL: http://svn.apache.org/viewvc?rev=993410&view=rev Log: Always shudown modules in the terminate method. Added logs to indicate what will be shutdown. Modified: axis/axis2/java/core/trunk/modules/kernel/src/org/ap

svn commit: r990207 - /axis/axis2/java/core/trunk/modules/metadata/src/org/apache/axis2/jaxws/i18n/resource.properties

2010-08-27 Thread barrettj
Author: barrettj Date: Fri Aug 27 16:58:08 2010 New Revision: 990207 URL: http://svn.apache.org/viewvc?rev=990207&view=rev Log: Correct quote marks as required by some translation tools. Patch submitted by Phil Adams. Modified: axis/axis2/java/core/trunk/modules/metadata/src/org/ap

svn commit: r987287 - in /axis/axis2/java/core/trunk/modules: kernel/src/org/apache/axis2/description/ metadata/src/org/apache/axis2/jaxws/description/impl/ metadata/src/org/apache/axis2/jaxws/i18n/

2010-08-19 Thread barrettj
Author: barrettj Date: Thu Aug 19 19:59:44 2010 New Revision: 987287 URL: http://svn.apache.org/viewvc?rev=987287&view=rev Log: Cleanup a couple log.warn messages and add related log.debug to log exception with stack traceback Modified: axis/axis2/java/core/trunk/modules/kernel/src

svn commit: r966696 - /axis/axis2/java/core/trunk/modules/jaxws/src/org/apache/axis2/datasource/jaxb/JAXBAttachmentMarshaller.java

2010-07-22 Thread barrettj
Author: barrettj Date: Thu Jul 22 14:53:48 2010 New Revision: 966696 URL: http://svn.apache.org/viewvc?rev=966696&view=rev Log: Add doPriv necessary when creating MIME attachment objects Modified: axis/axis2/java/core/trunk/modules/jaxws/src/org/apache/axis2/datasource/

svn commit: r944485 - in /axis/axis2/java/core/trunk/modules: addressing/src/org/apache/axis2/handlers/addressing/ addressing/test/org/apache/axis2/handlers/addressing/ kernel/src/org/apache/axis2/add

2010-05-14 Thread barrettj
Author: barrettj Date: Fri May 14 21:36:50 2010 New Revision: 944485 URL: http://svn.apache.org/viewvc?rev=944485&view=rev Log: Commit patch for AXIS2-4715 contributed by Katherine Sanders. Fix Addressing.required enforcement on client side. Modified: axis/axis2/java/core/trunk/mod

svn commit: r942898 - in /axis/axis2/java/core/trunk/modules: jaxws/test/org/apache/axis2/jaxws/spi/ metadata/src/org/apache/axis2/jaxws/description/ metadata/src/org/apache/axis2/jaxws/description/bu

2010-05-10 Thread barrettj
Author: barrettj Date: Mon May 10 20:51:22 2010 New Revision: 942898 URL: http://svn.apache.org/viewvc?rev=942898&view=rev Log: Add a String property on the sparse composite that will be included as part of the uniqueness of the client-side Service instance. This can be used to attach un

svn commit: r941769 - in /axis/axis2/java/core/trunk/modules: addressing/src/org/apache/axis2/handlers/addressing/ addressing/test/org/apache/axis2/handlers/addressing/ jaxws/test/org/apache/axis2/jax

2010-05-06 Thread barrettj
Author: barrettj Date: Thu May 6 15:09:55 2010 New Revision: 941769 URL: http://svn.apache.org/viewvc?rev=941769&view=rev Log: Add enforcement of Addressing.required on the client side. Patch submitted by Katherine Sanders. Modified: axis/axis2/java/core/trunk/modules/addressing/src

svn commit: r941108 - in /axis/axis2/java/core/trunk/modules/jaxws: src/org/apache/axis2/jaxws/client/config/ src/org/apache/axis2/jaxws/client/proxy/ test/org/apache/axis2/jaxws/client/proxy/

2010-05-04 Thread barrettj
Author: barrettj Date: Tue May 4 23:44:34 2010 New Revision: 941108 URL: http://svn.apache.org/viewvc?rev=941108&view=rev Log: Add client-side enablement for AddressingFeature.required set via AddressingFeature on the factory methods or via metadata. Update associated tests. Modi

svn commit: r940682 - in /axis/axis2/java/core/trunk/modules: jaxws/src/org/apache/axis2/jaxws/ jaxws/src/org/apache/axis2/jaxws/binding/ jaxws/src/org/apache/axis2/jaxws/client/proxy/ jaxws/test/org/

2010-05-03 Thread barrettj
Author: barrettj Date: Tue May 4 00:25:24 2010 New Revision: 940682 URL: http://svn.apache.org/viewvc?rev=940682&view=rev Log: Add Addressing support on client side configurable via metadata. Add associated TDD tests. Added: axis/axis2/java/core/trunk/modules/jaxws/test/org/apache/a

svn commit: r939784 - in /axis/axis2/java/core/trunk/modules/jaxws: src/org/apache/axis2/jaxws/addressing/util/ src/org/apache/axis2/jaxws/spi/ test-resources/wsdl/ test/org/apache/axis2/jaxws/spi/

2010-04-30 Thread barrettj
Author: barrettj Date: Fri Apr 30 19:12:58 2010 New Revision: 939784 URL: http://svn.apache.org/viewvc?rev=939784&view=rev Log: AXIS2-4699, patch submitted by Katherine Sanders. Add new Provider.createW3CEndpointReference method for JAXWS 2.2. Added: axis/axis2/java/core/trunk/mod

svn commit: r938986 - in /axis/axis2/java/core/trunk/modules: jaxws/ jaxws/src/org/apache/axis2/jaxws/client/config/ jaxws/test/org/apache/axis2/jaxws/client/dispatch/ jaxws/test/org/apache/axis2/jaxw

2010-04-28 Thread barrettj
Author: barrettj Date: Wed Apr 28 14:37:43 2010 New Revision: 938986 URL: http://svn.apache.org/viewvc?rev=938986&view=rev Log: Add support for JAXWS 2.2 Addressing.responses on client side. Modified: axis/axis2/java/core/trunk/modules/jaxws/pom.xml axis/axis2/java/core/trunk/mod

svn commit: r938653 - in /axis/axis2/java/core/trunk/modules: jaxws-integration/pom.xml metadata/pom.xml parent/pom.xml

2010-04-27 Thread barrettj
Author: barrettj Date: Tue Apr 27 21:21:52 2010 New Revision: 938653 URL: http://svn.apache.org/viewvc?rev=938653&view=rev Log: Changed Geronimo JAXWS 2.2 dependency to 1.0 rather than SNAPSHOT. Fixed jaxws-integration bootclasspath specification to be platform independent. Modified:

svn commit: r938189 - in /axis/axis2/java/core/trunk/modules/metadata: src/org/apache/axis2/jaxws/description/builder/ test/org/apache/axis2/jaxws/description/builder/

2010-04-26 Thread barrettj
Author: barrettj Date: Mon Apr 26 18:51:19 2010 New Revision: 938189 URL: http://svn.apache.org/viewvc?rev=938189&view=rev Log: Add toString method to feature annots and modify DBC toString to include the WebService Feature list. Added: axis/axis2/java/core/trunk/modules/metadata/test

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

svn commit: r933413 - in /axis/axis2/java/core/trunk/modules: jaxws/src/org/apache/axis2/jaxws/ jaxws/src/org/apache/axis2/jaxws/binding/ jaxws/test/org/apache/axis2/jaxws/spi/ metadata/src/org/apache

2010-04-12 Thread barrettj
Author: barrettj Date: Mon Apr 12 21:04:49 2010 New Revision: 933413 URL: http://svn.apache.org/viewvc?rev=933413&view=rev Log: Add support for RespectBinding feature set via a sparse composite (such as via a deployment descriptor). Add associated TDD test. Added: axis/axis2/java/

svn commit: r932570 - in /axis/axis2/java/core/trunk/modules/jaxws/src/org/apache/axis2: datasource/jaxb/JAXBAttachmentMarshaller.java jaxws/message/attachments/JAXBAttachmentMarshaller.java

2010-04-09 Thread barrettj
Author: barrettj Date: Fri Apr 9 20:07:06 2010 New Revision: 932570 URL: http://svn.apache.org/viewvc?rev=932570&view=rev Log: Support for MTOM.threshold on the client set via a WebServiceFeature on the factory APIs or via a sparse composite. Modified: axis/axis2/java/core/trunk/mod

svn commit: r931598 - in /axis/axis2/java/core/trunk/modules: jaxws/src/org/apache/axis2/jaxws/ jaxws/src/org/apache/axis2/jaxws/binding/ jaxws/src/org/apache/axis2/jaxws/client/proxy/ jaxws/test/org/

2010-04-07 Thread barrettj
Author: barrettj Date: Wed Apr 7 15:57:53 2010 New Revision: 931598 URL: http://svn.apache.org/viewvc?rev=931598&view=rev Log: Add support for setting MTOM threshold via a DBC sparse composite as would be used for a deploment descriptor. Add associated TDD test. Added: axis/axis2/

svn commit: r929963 - in /axis/axis2/java/core/trunk/modules: addressing/src/org/apache/axis2/handlers/addressing/AddressingOutHandler.java integration/test/org/apache/axis2/addressing/MultiHopRedirec

2010-04-01 Thread barrettj
Author: barrettj Date: Thu Apr 1 13:36:35 2010 New Revision: 929963 URL: http://svn.apache.org/viewvc?rev=929963&view=rev Log: AXIS2-4601 Patch contributed by Katherine Sanders to revert previous change made under 4601 Modified: axis/axis2/java/core/trunk/modules/addressing/src/org/ap

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

2010-03-19 Thread barrettj
Author: barrettj Date: Fri Mar 19 20:21:32 2010 New Revision: 925405 URL: http://svn.apache.org/viewvc?rev=925405&view=rev Log: Correct logic so that newly created AxisOperations are added to AxisService when the SEI contains an @Action(input=) where input matches the operation name local

svn commit: r923428 - /axis/axis2/java/core/trunk/modules/metadata/src/org/apache/axis2/jaxws/description/builder/MDQConstants.java

2010-03-15 Thread barrettj
Author: barrettj Date: Mon Mar 15 20:46:12 2010 New Revision: 923428 URL: http://svn.apache.org/viewvc?rev=923428&view=rev Log: Fix value for SEI_FEATURES_MAP Modified: axis/axis2/java/core/trunk/modules/metadata/src/org/apache/axis2/jaxws/description/builder/MDQConstants.java Modi

svn commit: r923426 - in /axis/axis2/java/core/trunk/modules/metadata: src/org/apache/axis2/jaxws/description/builder/MDQConstants.java test/org/apache/axis2/jaxws/description/builder/WebServiceFeatur

2010-03-15 Thread barrettj
Author: barrettj Date: Mon Mar 15 20:39:31 2010 New Revision: 923426 URL: http://svn.apache.org/viewvc?rev=923426&view=rev Log: Support for client-side WebServiceFeature settings to be configured via DBC. Associated TDD test. Added: axis/axis2/java/core/trunk/modules/metadata/test