summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Tidy wire format support (move model into binding-jms and rename default to ↵slaws2008-11-092-7/+10
| | | | | | 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-032-3/+50
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@710080 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2635: apply patch from Greg Dritschler to Pool stateless-scoped ↵antelder2008-10-302-7/+82
| | | | | | Java impl instances git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709171 13f79535-47bb-0310-9956-ffa450edef68
* Merge the runtime wire changes to add a binding invocation wire with the jms ↵slaws2008-10-233-8/+53
| | | | | | 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-224-6/+85
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707218 13f79535-47bb-0310-9956-ffa450edef68
* Fix to catch any errors when the container running tuscany doesn't have a ↵antelder2008-10-091-1/+1
| | | | | | jndi environment git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703152 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2630scottkurz2008-10-081-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@702984 13f79535-47bb-0310-9956-ffa450edef68
* Fix comment and remove obsolete importsslaws2008-09-241-2/+0
| | | | 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-243-9/+15
| | | | | | 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
* TUSCANY-2281 provide a api to allow service references to be retrieved for ↵slaws2008-09-181-0/+49
| | | | | | references where the multiplicity >1. Thanks to Daniel Stucky for the patch. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696666 13f79535-47bb-0310-9956-ffa450edef68
* More work exploring the policy extension model by implementing a token based ↵slaws2008-09-153-5/+5
| | | | | | 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-053-1/+11
| | | | | | 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
* Interim fixes to get binding-sca-jms working, see TUSCANY-2580. These need ↵antelder2008-09-034-3/+37
| | | | | | to be improved by fixing the underlying cause which is what TUSCANY-2580 is for git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691663 13f79535-47bb-0310-9956-ffa450edef68
* Added missing @Override annotation to methods that override methods from ↵mcombellack2008-08-138-2/+11
| | | | | | their superclass git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685532 13f79535-47bb-0310-9956-ffa450edef68
* Protect against NPE when InterfaceContract is nullantelder2008-08-111-6/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@684647 13f79535-47bb-0310-9956-ffa450edef68
* Protect against NPE when the InterfaceCOntract is also nullantelder2008-08-111-2/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@684646 13f79535-47bb-0310-9956-ffa450edef68
* Defer the creation of WorkManager to avoid the JNDI lookuprfeng2008-07-091-5/+11
| | | | | | Also clear the openejb related system properties to avoid warnings in JNDI lookup git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675379 13f79535-47bb-0310-9956-ffa450edef68
* Make the ServiceDiscovery pluggable and add support for OSGi-based service ↵rfeng2008-07-081-1/+1
| | | | | | discoverer git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675040 13f79535-47bb-0310-9956-ffa450edef68
* Fix up the change made at r673687 which didn't anticipate that binding uris ↵slaws2008-07-041-16/+59
| | | | | | in serialized callable references may have absolute uris in them. I.e. they don't match target component names and hence the target component may be null. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674044 13f79535-47bb-0310-9956-ffa450edef68
* We should call e.toString() rather than e.getMessage() since some ↵mcombellack2008-07-031-1/+1
| | | | | | exceptions, such as NullPointerException, do not have a Messgae so return null. This then causes a NullPointerException to be thrown since you cannot pass null into the constructor of IOException. This then hides the original cause of the Exception git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673696 13f79535-47bb-0310-9956-ffa450edef68
* No need to call the toXMLString() method twice as we already have the output ↵mcombellack2008-07-031-1/+1
| | | | | | from this method from an earlier call git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673694 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2454 - Updated Deserialization code of CallableReferenceImpl and ↵mcombellack2008-07-032-35/+40
| | | | | | CallbackReferenceImpl to correctly handle references to nested Composites git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673687 13f79535-47bb-0310-9956-ffa450edef68
* Instrumenting runtime classes with toString() to facilitate debuginglresende2008-07-013-0/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672978 13f79535-47bb-0310-9956-ffa450edef68
* Fix TUSCANY-2446nash2008-06-301-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672939 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
* Fix NPE when the conversationID==nullrfeng2008-06-251-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@671426 13f79535-47bb-0310-9956-ffa450edef68
* Move Tuscany from Incubator to top level.dims2008-06-17118-0/+13706
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68