summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/core (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-09Tidy wire format support (move model into binding-jms and rename default to t...slaws2-7/+10
2008-11-03Add a reference side example of the Request Response Binding in JMSslaws2-3/+50
2008-10-30TUSCANY-2635: apply patch from Greg Dritschler to Pool stateless-scoped Java...antelder2-7/+82
2008-10-23Merge the runtime wire changes to add a binding invocation wire with the jms ...slaws3-8/+53
2008-10-22Start to add InvocationChain for bindingsrfeng4-6/+85
2008-10-09Fix to catch any errors when the container running tuscany doesn't have a jnd...antelder1-1/+1
2008-10-08Fix TUSCANY-2630scottkurz1-0/+1
2008-09-24Fix comment and remove obsolete importsslaws1-2/+0
2008-09-24Change message getHeaders() operation to return a list, remove the QoS contex...slaws3-9/+15
2008-09-19Upgrade to Axis2 1.4.1 and its transitive dependencies such as XmlSchema and ...rfeng1-1/+1
2008-09-18TUSCANY-2281 provide a api to allow service references to be retrieved for re...slaws1-0/+49
2008-09-15More work exploring the policy extension model by implementing a token based ...slaws3-5/+5
2008-09-05Use basic authentication as a motivating scenario for looking at policy plug ...slaws3-1/+11
2008-09-03Interim fixes to get binding-sca-jms working, see TUSCANY-2580. These need to...antelder4-3/+37
2008-08-13Added missing @Override annotation to methods that override methods from thei...mcombellack8-2/+11
2008-08-11Protect against NPE when InterfaceContract is nullantelder1-6/+13
2008-08-11Protect against NPE when the InterfaceCOntract is also nullantelder1-2/+8
2008-07-09Defer the creation of WorkManager to avoid the JNDI lookuprfeng1-5/+11
2008-07-08Make the ServiceDiscovery pluggable and add support for OSGi-based service di...rfeng1-1/+1
2008-07-04Fix up the change made at r673687 which didn't anticipate that binding uris i...slaws1-16/+59
2008-07-03We should call e.toString() rather than e.getMessage() since some exceptions,...mcombellack1-1/+1
2008-07-03No need to call the toXMLString() method twice as we already have the output ...mcombellack1-1/+1
2008-07-03TUSCANY-2454 - Updated Deserialization code of CallableReferenceImpl and Call...mcombellack2-35/+40
2008-07-01Instrumenting runtime classes with toString() to facilitate debuginglresende3-0/+11
2008-06-30Fix TUSCANY-2446nash1-0/+4
2008-06-30Cleaned up dependencies on stax-api to make sure that one copy of stax-api.ja...jsdelfino1-0/+6
2008-06-25Fix NPE when the conversationID==nullrfeng1-1/+2