summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/binding-ws-axis2/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-11-13Moving 1.x trunklresende149-12409/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835700 13f79535-47bb-0310-9956-ffa450edef68
2009-10-26Merge all changes from 1.5.2 branch into trunkrfeng7-0/+277
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830026 13f79535-47bb-0310-9956-ffa450edef68
2009-10-19TUSCANY-3309 - apply patch from Chad Phillips to add the SOAP headers to the ↵slaws1-0/+6
Tuscany message so that interceptors can look at the SOAP headers in the chain. Thanks for the patch Chad. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@826612 13f79535-47bb-0310-9956-ffa450edef68
2009-09-29Extend basic auth support to match the credentials set in the policy. Not a ↵slaws1-2/+12
production solution but useful for demonstrating how policy can be used. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819883 13f79535-47bb-0310-9956-ffa450edef68
2009-09-29Should be looking at the resolved policy sets and not the applicable policy setsslaws2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819882 13f79535-47bb-0310-9956-ffa450edef68
2009-09-13Fix TUSCANY-3269 (use host from ?wsdl request in returned WSDL)nash5-23/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814373 13f79535-47bb-0310-9956-ffa450edef68
2009-07-18TUSCANY-3149 - Generally be more careful about removing object references in ↵slaws4-7/+181
host-webapp. Specifically there is a problem with the axis ws binding (JIRA 3732 in the Axis project) where a shutdown hook is registered but not removed. This is fixed in Axis2 1.5 but as we are still in 1.4.1 I've worked round it here. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@795364 13f79535-47bb-0310-9956-ffa450edef68
2009-05-14Add support for using Tuscany threads instead on setMessageListener in a JEE ↵antelder5-12/+78
container environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774720 13f79535-47bb-0310-9956-ffa450edef68
2009-05-14Start bringing up Tuscany version of JMS transport so the setMessageListener ↵antelder8-2/+2006
not allowed in a JEE container can be fixed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774701 13f79535-47bb-0310-9956-ffa450edef68
2009-04-27TUSCANY-2626 - add EndpointReference back into the binding.ws schema. This ↵slaws1-3/+3
is not the wsa:EnpointReference though. To get this to work I have had EndpointReference goes in the target namespace. The code to read EndpointReference still reads wsa:EndpointReference so this shouldn't break anyone already using that but at least it gives the reader an idea about what can validly go in the schema. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768993 13f79535-47bb-0310-9956-ffa450edef68
2009-03-26Add jira numberantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758684 13f79535-47bb-0310-9956-ffa450edef68
2009-03-26Take testcase out of build as its now broken, see TUSCANY-2942antelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758681 13f79535-47bb-0310-9956-ffa450edef68
2009-03-08Only create a transport description for the JMS transport if JMS is ↵slaws2-2/+13
configured to be in use. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@751406 13f79535-47bb-0310-9956-ffa450edef68
2009-02-19Fixes for TUSCANY-2840-Part3ramkumar10-33/+158
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745779 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12TUSCANY-2824 - turn WSSecurity based policy back on. Two not so great fixes ↵slaws2-1/+2
here. Firstly WSSecurityPolicyHandler pushes a property into the Axis configuration context to force Rampart to recognize the policy. I haven't discovered what part of our configuration is required to do this properly. Secondly I fixed the helloworld-ws-service-secure test case to reference the wsdl on binding.ws. Without this you get a NPE in axis/rampart as it fails to map binding operations to port type operation using QNames (don't know why it thinks these are QNames). Our generated WSDL has the generated binding in a different namespace to the port type. Associating the wsdl binding with binding.ws means that the binding is not generated at the made up QNames match. I also updated a few key stores as the runtime was complaining about X509 certificate version numbers. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743732 13f79535-47bb-0310-9956-ffa450edef68
2009-02-10TUSCANY-2824 - Turn the binding.ws policy handlers back on. The ws policy ↵slaws3-0/+0
handlers are now present but commented out as they are causing problems in the Axis 1.4.1 stack. Update the keys for the binding.ws tests cases so they remain valid for a long time. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743002 13f79535-47bb-0310-9956-ffa450edef68
2009-02-10Fixes for MTOM TestCaseramkumar7-64/+310
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742927 13f79535-47bb-0310-9956-ffa450edef68
2009-01-08Update for TUSCANY-1893 (Axis2 Binding Provider timeout)beckerdo1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732722 13f79535-47bb-0310-9956-ffa450edef68
2008-12-17Fix up the MTOM test case so it does somethingslaws3-11/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@727464 13f79535-47bb-0310-9956-ffa450edef68
2008-11-13Creating Java SCA 1.x branchlresende130-0/+9495
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@713805 13f79535-47bb-0310-9956-ffa450edef68