summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a license header to the properties fileantelder2011-09-071-2/+14
* Fix testcase so that if the initial file delete does work (which happens on n...antelder2011-09-071-4/+7
* Include jms otests in buildantelder2011-09-071-4/+0
* Update to latest OASIS error messagesantelder2011-09-071-18/+19
* Update to use base runtimeantelder2011-09-071-8/+1
* Add an ActiveMQ jndi properties file to define the test resourcesantelder2011-09-071-0/+107
* remove unused importsslaws2011-09-072-6/+1
* TUSCANY-3939: when a loaded contribution is unloaded use ClassLoaderUtil.rele...antelder2011-09-072-2/+81
* Add a property for releasing contribution classloadersantelder2011-09-071-0/+5
* Add license headersantelder2011-09-073-0/+54
* Upgrade to jackson 1.8.5rfeng2011-09-062-6/+6
* Fix the Date format for json data bindingrfeng2011-09-063-0/+117
* Exclude sample html files from legal checksslaws2011-09-061-0/+1
* TUSCANY-3938 - Add calculator-osgi to buildslaws2011-09-061-2/+0
* TUSCANY-3938 - Correct sample documentationslaws2011-09-063-97/+41
* TUSCANY-3938 - Correct sample documentationslaws2011-09-065-50/+180
* Separate a composite line out for clarity/debugging purposes. slaws2011-09-061-2/+2
* TUSCANY-3938 - Add samples to demonstrate starting the runtime in OSGi.slaws2011-09-0620-0/+783
* TUSCANY-3938 - Correct various manifest mistakes to bring runtime up in OSGi ...slaws2011-09-069-14/+53
* Fix the mismatched messages in the compliance testsrfeng2011-09-033-8/+8
* Fix the single quote issues in all message bundlesrfeng2011-09-0211-35/+36
* Update to the latest version of http client/corerfeng2011-09-022-4/+4
* Turn the http client factory into a utilityrfeng2011-09-021-4/+34
* Upgrade to http client/core to 4.1.xrfeng2011-09-022-4/+4
* Fix the usage of HttpClient and make sure connections are closed gracefullyrfeng2011-09-026-11/+25
* TUSCANY-3935 - correct testing/compliance/assembly messages to match the chan...slaws2011-09-021-1/+1
* TUSCANY-3916 - Turn on distributed matching tests and add an test where the s...slaws2011-09-0119-19/+416
* TUSCANY-3916 - missed manifest change from previous commitslaws2011-09-011-0/+1
* TUSCANY-3916 - Turn remote interface match back on with a couple of restricti...slaws2011-09-013-13/+71
* Fix the index for messagerfeng2011-08-291-1/+1
* TUSCANY-3925 - Apply Jennifer's Java security patch. slaws2011-08-263-11/+65
* Correct comment errorsslaws2011-08-261-2/+2
* TUSCANY-3932 - sample of how the structural URI could be passed over a remote...slaws2011-08-263-2/+39
* Fix typo in commentslaws2011-08-261-1/+1
* Extend test to call the callback and add (commented out) changes to demonstra...slaws2011-08-254-3/+50
* TUSCANY-3932 - changes to get callbacks working over the distributed domain. ...slaws2011-08-251-0/+38
* TUSCANY-3916 Add the code to write the callback interface alongside the forwa...slaws2011-08-252-55/+169
* TUSCANY-3932 - Rework the callack wire calculation to be based on non-runtime...slaws2011-08-254-50/+140
* Allow the binding.sca URI to be configured with the base URI as with all othe...slaws2011-08-252-9/+7
* Configure the default binding to use binding.ws in the remote case rather tha...slaws2011-08-252-5/+32
* Ignore the remote missmatch test cases at this function is still not workingslaws2011-08-251-0/+19
* Add auditing to callback compatibility testingslaws2011-08-251-4/+10
* Add an async itest that uses distributed nodes and a synchronous service. Thi...antelder2011-08-242-0/+86
* Add an async client-service itest that uses distributed nodes. This is taken ...antelder2011-08-244-0/+123
* Add JMS and WS versions of the async client talking to sync service itestsantelder2011-08-244-0/+182
* Add a testcase for a client using the various client APIs talking to a synchr...antelder2011-08-244-0/+162
* Update jms wireformats to fix NPE with async servicesantelder2011-08-235-6/+53
* Add itests for jms wireformats textXml, bytes, and bytesXml. These don't work...antelder2011-08-236-0/+288
* Add an itest for async services using jms with jms text wireformatantelder2011-08-192-0/+94
* Fix jms text wireformat to work with async servicesantelder2011-08-193-4/+26