summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-ws-axis2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix for TUSCANY-2669rfeng2008-11-101-3/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@712700 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2611ramkumar2008-11-068-2/+305
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@711780 13f79535-47bb-0310-9956-ffa450edef68
* Complete the move to Rampart 1.4slaws2008-10-062-4/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@702031 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2614 - Add missing license headers. slaws2008-10-032-0/+32
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@701380 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to rampart-1.4 rfeng2008-10-013-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700812 13f79535-47bb-0310-9956-ffa450edef68
* Minor cleanup of unused importslresende2008-09-302-8/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@700339 13f79535-47bb-0310-9956-ffa450edef68
* Change message getHeaders() operation to return a list, remove the QoS ↵slaws2008-09-243-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
* Cleanup the dependency itemsrfeng2008-09-191-226/+49
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697272 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to Axis2 1.4.1 and its transitive dependencies such as XmlSchema and ↵rfeng2008-09-192-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
* More work exploring the policy extension model by implementing a token based ↵slaws2008-09-157-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
* TUSCANY-2587 - change the name of promoted services so that the component ↵slaws2008-09-093-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
* Reapply patch for TUSCANY-2561antelder2008-09-085-15/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693171 13f79535-47bb-0310-9956-ffa450edef68
* Revert r693143 to fix the accidental code reformattingantelder2008-09-085-15/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693154 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2561: Apply patch from Dan Becker for Soap intents are lower case ↵antelder2008-09-085-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
* Use basic authentication as a motivating scenario for looking at policy plug ↵slaws2008-09-059-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
* Change the encoding to UTF-8,Jira TUSCANY-2560.fwang2008-08-221-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688016 13f79535-47bb-0310-9956-ffa450edef68
* Running ws in websphere requires xerces/xalan/xml-apis so add them as ↵antelder2008-08-201-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
* Corrected a few spellings and changed formatting.vamsic0072008-08-141-31/+32
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685848 13f79535-47bb-0310-9956-ffa450edef68
* Added missing @Override annotation to methods that override methods from ↵mcombellack2008-08-132-0/+2
| | | | | | their superclass git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685532 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2531nash2008-08-121-2/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685310 13f79535-47bb-0310-9956-ffa450edef68
* Remove dependencies on xml-apis, xercesImpl, and xalan except for the one ↵antelder2008-08-081-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
* TUSCANY-2514: make tuscany-host-{tomcat,jetty} optional for binding.ws clientsantelder2008-08-084-9/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683939 13f79535-47bb-0310-9956-ffa450edef68
* Merge the fix from 1.3 branch for TUSCANY-2509, TUSCANY-2506rfeng2008-07-301-0/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681137 13f79535-47bb-0310-9956-ffa450edef68
* Workaround for JIRA TUSCANY-2499. Moved the definition of wsAuthentication ↵jsdelfino2008-07-262-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
* Fix TUSCANY-2480nash2008-07-252-50/+64
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679776 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2481nash2008-07-251-2/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679629 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2434 and updates from TUSCANY-2354lresende2008-07-092-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675323 13f79535-47bb-0310-9956-ffa450edef68
* Make the ServiceDiscovery pluggable and add support for OSGi-based service ↵rfeng2008-07-085-34/+9
| | | | | | discoverer git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675040 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2354 - Applying a slightly modified version of Ram's patch to get a ↵lresende2008-07-083-21/+4
| | | | | | sucessful build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675018 13f79535-47bb-0310-9956-ffa450edef68
* Totally obliterate all last vestiges of module interface-wsdl-java2wsdlnash2008-07-011-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673210 13f79535-47bb-0310-9956-ffa450edef68
* Remove module interface-wsdl-java2wsdlnash2008-07-011-6/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673199 13f79535-47bb-0310-9956-ffa450edef68
* Delete obsolete filenash2008-07-011-524/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673086 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2446nash2008-06-304-151/+66
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672939 13f79535-47bb-0310-9956-ffa450edef68
* More POM cleanup to make dependencies on stax-api consistent.jsdelfino2008-06-301-0/+28
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672843 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2432 - resolve some dependencies to a single versionslaws2008-06-301-1/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672731 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2418nash2008-06-2210-295/+476
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@670360 13f79535-47bb-0310-9956-ffa450edef68
* Move Tuscany from Incubator to top level.dims2008-06-17122-0/+9896
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68