summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/core/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-05Further cleanup for ComponentContext, CompositeContextrfeng9-386/+545
2008-12-05Refine the CallableReferenceExtrfeng4-54/+55
2008-12-04Wrong parameter being output as part of the Exception message - should use st...mcombellack1-1/+1
2008-12-04Removed unused importsmcombellack2-4/+3
2008-12-04Removed redundant static modifier from interfacemcombellack1-2/+2
2008-12-04Refactor the tuscany-core module to move private classes out of the SPI packagesrfeng72-300/+538
2008-12-03Converted from JUnit 3 style imports (junit.framework) to JUnit 4 style impor...mcombellack1-2/+1
2008-12-02Converted unit tests from JUnit 3 to JUnit 4mcombellack3-13/+24
2008-12-02Reduced the length of the delays in some unit tests since they do not need to...mcombellack2-20/+20
2008-11-27Cleaned up compile time warning messages regarding unneccsary use of @Suppres...mcombellack3-4/+0
2008-11-27Removed unused importsmcombellack2-4/+0
2008-11-26Remove core dependency on commonj workmanagerantelder11-74/+94
2008-11-19Merging the 1.x delta on top of the equinox based moduleslresende12-29/+283
2008-11-19Copying modules from Equinox branch, to start merging the delta changes from ...lresende104-0/+12555
2008-11-19Moving current trunk modules to contrib, before starting the Equinox branch m...lresende116-13833/+0
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-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-25Fix NPE when the conversationID==nullrfeng1-1/+2