summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-ws-axis2 (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-11-10Fix for TUSCANY-2669rfeng1-3/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@712700 13f79535-47bb-0310-9956-ffa450edef68
2008-11-06Fixes for TUSCANY-2611ramkumar8-2/+305
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@711780 13f79535-47bb-0310-9956-ffa450edef68
2008-10-06Complete the move to Rampart 1.4slaws2-4/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@702031 13f79535-47bb-0310-9956-ffa450edef68
2008-10-03TUSCANY-2614 - Add missing license headers. slaws2-0/+32
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@701380 13f79535-47bb-0310-9956-ffa450edef68
2008-10-01Upgrade to rampart-1.4 rfeng3-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700812 13f79535-47bb-0310-9956-ffa450edef68
2008-09-30Minor cleanup of unused importslresende2-8/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700339 13f79535-47bb-0310-9956-ffa450edef68
2008-09-24Change message getHeaders() operation to return a list, remove the QoS ↵slaws3-14/+7
context and change various tests to take account of this assuming that the security information is now passed in the header. This pass the security context is not consolidated into a single subject. The tests that used to pass just a principal still do. Also add a delivery mode JMS policy test. Add some ignores. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698457 13f79535-47bb-0310-9956-ffa450edef68
2008-09-19Cleanup the dependency itemsrfeng1-226/+49
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697272 13f79535-47bb-0310-9956-ffa450edef68
2008-09-19Upgrade to Axis2 1.4.1 and its transitive dependencies such as XmlSchema and ↵rfeng2-133/+44
Axiom based on the patches from Ram for TUSCANY-2606 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696937 13f79535-47bb-0310-9956-ffa450edef68
2008-09-15More work exploring the policy extension model by implementing a token based ↵slaws7-113/+184
authentication schema across binding.ws and binding.jm. No authentication is actually performed here. That is left for users to provide their own policy interceptors. However tokens are passed and security Subjects/Principals are created. This exercise has highlighted some awkwardness in the process of building policy implementations. I'll post about this on the mail list. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695374 13f79535-47bb-0310-9956-ffa450edef68
2008-09-09TUSCANY-2587 - change the name of promoted services so that the component ↵slaws3-3/+3
name and service name are easily obtainable. I've opened TUSCANY-2589 to continue to track this issue past this immediate change. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693434 13f79535-47bb-0310-9956-ffa450edef68
2008-09-08Reapply patch for TUSCANY-2561antelder5-15/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693171 13f79535-47bb-0310-9956-ffa450edef68
2008-09-08Revert r693143 to fix the accidental code reformattingantelder5-15/+15
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693154 13f79535-47bb-0310-9956-ffa450edef68
2008-09-08TUSCANY-2561: Apply patch from Dan Becker for Soap intents are lower case ↵antelder5-15/+15
while the policy framework says that they should be upper case git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693143 13f79535-47bb-0310-9956-ffa450edef68
2008-09-05Use basic authentication as a motivating scenario for looking at policy plug ↵slaws9-27/+297
points. Generic username/password processing is added as an interceptor. Specific axis configuration is performed by new logic specific to binding.ws which is invoked if the basic auth policy is present (we need to think about this mechanism). I added a binding-ws-axis2-policy module as a replacement for policy-security-ws but haven't moved over to it yet. I also added a message header map to Message but have only been experimenting to date. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692411 13f79535-47bb-0310-9956-ffa450edef68
2008-08-22Change the encoding to UTF-8,Jira TUSCANY-2560.fwang1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688016 13f79535-47bb-0310-9956-ffa450edef68
2008-08-20Running ws in websphere requires xerces/xalan/xml-apis so add them as ↵antelder1-0/+17
dependencies even though they're not needed in other environments they don't break those other environments when included git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687378 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14Corrected a few spellings and changed formatting.vamsic0071-31/+32
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685848 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13Added missing @Override annotation to methods that override methods from ↵mcombellack2-0/+2
their superclass git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685532 13f79535-47bb-0310-9956-ffa450edef68
2008-08-12Fix TUSCANY-2531nash1-2/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685310 13f79535-47bb-0310-9956-ffa450edef68
2008-08-08Remove dependencies on xml-apis, xercesImpl, and xalan except for the one ↵antelder1-17/+100
plave in the axis2 binding that needs xercesImpl when doing ws-sec git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683979 13f79535-47bb-0310-9956-ffa450edef68
2008-08-08TUSCANY-2514: make tuscany-host-{tomcat,jetty} optional for binding.ws clientsantelder4-9/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683939 13f79535-47bb-0310-9956-ffa450edef68
2008-07-30Merge the fix from 1.3 branch for TUSCANY-2509, TUSCANY-2506rfeng1-0/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681137 13f79535-47bb-0310-9956-ffa450edef68
2008-07-26Workaround for JIRA TUSCANY-2499. Moved the definition of wsAuthentication ↵jsdelfino2-7/+32
to its own definition.xml file, allowing it to be referenced by the other test definition.xml files. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679944 13f79535-47bb-0310-9956-ffa450edef68
2008-07-25Fix TUSCANY-2480nash2-50/+64
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679776 13f79535-47bb-0310-9956-ffa450edef68
2008-07-25Fix TUSCANY-2481nash1-2/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679629 13f79535-47bb-0310-9956-ffa450edef68
2008-07-09TUSCANY-2434 and updates from TUSCANY-2354lresende2-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675323 13f79535-47bb-0310-9956-ffa450edef68
2008-07-08Make the ServiceDiscovery pluggable and add support for OSGi-based service ↵rfeng5-34/+9
discoverer git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675040 13f79535-47bb-0310-9956-ffa450edef68
2008-07-08TUSCANY-2354 - Applying a slightly modified version of Ram's patch to get a ↵lresende3-21/+4
sucessful build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675018 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01Totally obliterate all last vestiges of module interface-wsdl-java2wsdlnash1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673210 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01Remove module interface-wsdl-java2wsdlnash1-6/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673199 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01Delete obsolete filenash1-524/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673086 13f79535-47bb-0310-9956-ffa450edef68
2008-06-30Fix TUSCANY-2446nash4-151/+66
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672939 13f79535-47bb-0310-9956-ffa450edef68
2008-06-30More POM cleanup to make dependencies on stax-api consistent.jsdelfino1-0/+28
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672843 13f79535-47bb-0310-9956-ffa450edef68
2008-06-30TUSCANY-2432 - resolve some dependencies to a single versionslaws1-1/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672731 13f79535-47bb-0310-9956-ffa450edef68
2008-06-22Fix TUSCANY-2418nash10-295/+476
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@670360 13f79535-47bb-0310-9956-ffa450edef68