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
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
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
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
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:
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
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
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/
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
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
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
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
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
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
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
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/
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
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
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
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
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
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
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
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:
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
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
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/
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
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/
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
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
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
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
33 matches
Mail list logo