Author: veithen
Date: Tue Mar 30 20:14:50 2010
New Revision: 929250
URL: http://svn.apache.org/viewvc?rev=929250&view=rev
Log:
AXIS2-4662: Added some code to show automatic deployment of JSR-181 annotated
services. Kudos to Stephan van Hugten for suggesting this feature and showing
how to implem
Author: scheu
Date: Tue Mar 30 19:09:01 2010
New Revision: 929230
URL: http://svn.apache.org/viewvc?rev=929230&view=rev
Log:
AXIS2-4669
Contributor: Min Zheng & Rich Scheuerle
Preserve the attribute type information during the conversion from OM->SAAJ and
SAAJ->OM
Min has contributed a testcase t
Author: scheu
Date: Tue Mar 30 18:00:18 2010
New Revision: 929206
URL: http://svn.apache.org/viewvc?rev=929206&view=rev
Log:
AXIS2-4668
Contributor: Rich Scheuerle
Add precedence to the JAX-WS runtime's search for JAXBContext packages to avoid
duplicate @XmlTypes
Added verification test to valida
Author: veithen
Date: Tue Mar 30 17:26:52 2010
New Revision: 929196
URL: http://svn.apache.org/viewvc?rev=929196&view=rev
Log:
AXIS2-4662: Some package reorganization of the PoC code.
Added:
axis/axis2/java/core/scratch/java/veithen/spring/axis2-spring-core/src/main/java/org/apache/axis2/spr
Author: scheu
Date: Tue Mar 30 14:34:09 2010
New Revision: 929154
URL: http://svn.apache.org/viewvc?rev=929154&view=rev
Log:
Quick Fix to add "next action" information to a message.
Contributor: Roy Wood
Modified:
axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/engine/Dispatch
Author: veithen
Date: Tue Mar 30 12:53:25 2010
New Revision: 929120
URL: http://svn.apache.org/viewvc?rev=929120&view=rev
Log:
Let the message receivers and deployers use the ServiceObjectSupplier interface
properly.
Detailed explanation:
Prior to r439555 service object suppliers were actually
Author: veithen
Date: Tue Mar 30 10:57:11 2010
New Revision: 929077
URL: http://svn.apache.org/viewvc?rev=929077&view=rev
Log:
AXIS2-4662: Some more PoC code that shows how POJO service deployment with
Spring could look like.
Added:
axis/axis2/java/core/scratch/java/veithen/spring/axis2-spr