summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/core-spi (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed unused importsmcombellack2008-11-274-7/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721129 13f79535-47bb-0310-9956-ffa450edef68
* remove unused dependencyantelder2008-11-201-6/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719238 13f79535-47bb-0310-9956-ffa450edef68
* Fixing up pom artifact version to 2.0-SNAPSHOTlresende2008-11-191-8/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718906 13f79535-47bb-0310-9956-ffa450edef68
* Merging the 1.x delta on top of the equinox based moduleslresende2008-11-1911-11/+484
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718858 13f79535-47bb-0310-9956-ffa450edef68
* Copying modules from Equinox branch, to start merging the delta changes from ↵lresende2008-11-1956-0/+4560
| | | | | | 1.x/original trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718815 13f79535-47bb-0310-9956-ffa450edef68
* Moving current trunk modules to contrib, before starting the Equinox branch ↵lresende2008-11-1977-5818/+0
| | | | | | merge git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718812 13f79535-47bb-0310-9956-ffa450edef68
* Change MANIFEST.MF version to 2.0 to match trunk build. It turns out this ↵antelder2008-11-171-22/+22
| | | | | | isn't so striaght forward to do as there are quite a few permutations you need to search/replace to catch all the occurances of 1.4 so this is going to make doing releases a bit harder so we may need to find a better way git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718234 13f79535-47bb-0310-9956-ffa450edef68
* Copy MANIFEST.MF files from sca-equinox to trunk for the minimal modules to ↵antelder2008-11-171-0/+45
| | | | | | run the calclator sample. Minimal modules as identified in http://apache.markmail.org/message/ofdwyjikioosc7bn. Still need to update for new version, that will be in a seperate commit git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718231 13f79535-47bb-0310-9956-ffa450edef68
* Change trunk version so it doesn't clash with the 1.4 branch version by ↵antelder2008-11-171-8/+8
| | | | | | bumping up to 2.0-SNAPSHOT as per the recent vote for 2.0 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718223 13f79535-47bb-0310-9956-ffa450edef68
* Tidy wire format support (move model into binding-jms and rename default to ↵slaws2008-11-092-0/+22
| | | | | | textxml). Extend support to include text and object. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@712538 13f79535-47bb-0310-9956-ffa450edef68
* Add a reference side example of the Request Response Binding in JMSslaws2008-11-033-2/+75
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@710080 13f79535-47bb-0310-9956-ffa450edef68
* Merge the runtime wire changes to add a binding invocation wire with the jms ↵slaws2008-10-234-55/+155
| | | | | | binding changes to exploit the binding wire. Still early days so see the ongoing conversation on the ML. This function is only enabled if you include a wire format in a jms service binding element. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707394 13f79535-47bb-0310-9956-ffa450edef68
* Start to add InvocationChain for bindingsrfeng2008-10-222-0/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707218 13f79535-47bb-0310-9956-ffa450edef68
* Experimental request response binding support. Just implemented for jms ↵slaws2008-10-216-0/+270
| | | | | | service binding and only activated when wireFormat appears in the SCDL. Still early stage so many more changes to come. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706620 13f79535-47bb-0310-9956-ffa450edef68
* Fix comment and remove obsolete importsslaws2008-09-241-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698481 13f79535-47bb-0310-9956-ffa450edef68
* Change message getHeaders() operation to return a list, remove the QoS ↵slaws2008-09-241-11/+2
| | | | | | 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
* Upgrade to Axis2 1.4.1 and its transitive dependencies such as XmlSchema and ↵rfeng2008-09-191-1/+1
| | | | | | 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-151-1/+2
| | | | | | 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
* Use basic authentication as a motivating scenario for looking at policy plug ↵slaws2008-09-051-0/+7
| | | | | | 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
* Make the ServiceDiscovery pluggable and add support for OSGi-based service ↵rfeng2008-07-082-5/+0
| | | | | | discoverer git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675040 13f79535-47bb-0310-9956-ffa450edef68
* Cleaned up dependencies on stax-api to make sure that one copy of ↵jsdelfino2008-06-301-0/+6
| | | | | | stax-api.jar is on the classpath. Cleaned up dependencies on pluggable contribution-xyz modules. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672827 13f79535-47bb-0310-9956-ffa450edef68
* Move Tuscany from Incubator to top level.dims2008-06-1769-0/+5292
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68