summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Only stop the bundle if it is started by the providerrfeng2009-11-021-6/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831974 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3312 - correct the fix for SCAProxy that previously relied on hash ↵slaws2009-11-021-4/+8
| | | | | | codes and is not correct. Change to relying on a weak reference inside to weak hash table to ensure that the proxy, and hence the class that it references, will be removed when the proxy is no longer required. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831966 13f79535-47bb-0310-9956-ffa450edef68
* Update manifest to export the provider package as its now used by the rmi ↵antelder2009-11-021-0/+2
| | | | | | based sca binding. (should rename provider pkg to runtime at some point) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831935 13f79535-47bb-0310-9956-ffa450edef68
* Remove private defn as its now accessed by the RMI based SCA bindingantelder2009-11-021-2/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831929 13f79535-47bb-0310-9956-ffa450edef68
* Set svn ignoresantelder2009-11-020-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831921 13f79535-47bb-0310-9956-ffa450edef68
* Used released version on th osgi junit plugin and add shade modules to ↵antelder2009-11-021-1/+2
| | | | | | reactor build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831916 13f79535-47bb-0310-9956-ffa450edef68
* Add dependency to osgi junit plugin so it uses the local build version of ↵antelder2009-11-026-5/+47
| | | | | | the node launcher git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831914 13f79535-47bb-0310-9956-ffa450edef68
* Use released version on osgi junit pluginantelder2009-11-021-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831912 13f79535-47bb-0310-9956-ffa450edef68
* Bump up the JMS properties test again to try to prevent the hudson build ↵antelder2009-11-021-1/+1
| | | | | | timeout fails git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831897 13f79535-47bb-0310-9956-ffa450edef68
* Add the RMI based SCA binding to the buildantelder2009-11-021-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831885 13f79535-47bb-0310-9956-ffa450edef68
* Set svn ignoresantelder2009-11-020-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831884 13f79535-47bb-0310-9956-ffa450edef68
* Add pom.xml for the shade modulesantelder2009-11-021-0/+37
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831873 13f79535-47bb-0310-9956-ffa450edef68
* Work in progress: Add new top level folder for holding modules for building ↵antelder2009-11-021-0/+197
| | | | | | agregated jars. And a module for building a 'base' jar that includes everything needed to run a minimal Tuscany runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831871 13f79535-47bb-0310-9956-ffa450edef68
* Merge r831867 from trunk to m4 for using builtin defaults in the launcher if ↵antelder2009-11-021-9/+10
| | | | | | the default config file isn't found git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831869 13f79535-47bb-0310-9956-ffa450edef68
* Use builtin default if the default config file isn't foundantelder2009-11-021-9/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831867 13f79535-47bb-0310-9956-ffa450edef68
* Try out moving the otests out of 2.x trunk by copying the ↵antelder2009-11-0296-0/+8019
| | | | | | tuscany/sca/java/otest folder to tuscany/otest. - A copy not a move so the old one can continued to be used. Can worry about the name tuscany/otest later git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831839 13f79535-47bb-0310-9956-ffa450edef68
* Add an RMI version of the SCA Binding. (As its much easier to use as the ↵antelder2009-11-0147-0/+2149
| | | | | | dependencies are in Java instead of the massive dependency tree of the Axis2 based SCA binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831773 13f79535-47bb-0310-9956-ffa450edef68
* Merge r831668 from trunk to m4 to use 6.1.18 release of jetty to be ↵antelder2009-11-011-1/+1
| | | | | | consistent across samples git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831669 13f79535-47bb-0310-9956-ffa450edef68
* Use 6.1.18 release of jetty to be consistent across other samplesantelder2009-11-011-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831668 13f79535-47bb-0310-9956-ffa450edef68
* Merge r831664 from trunk to m4 to Add the Jetty plugin to the webapp ↵antelder2009-11-015-0/+35
| | | | | | pom.xml's so that the samples can be run with mvn jetty:run git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831665 13f79535-47bb-0310-9956-ffa450edef68
* Add the Jetty plugin to the webapp pom.xml's so that the samples can be run ↵antelder2009-11-015-0/+35
| | | | | | with mvn jetty:run git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831664 13f79535-47bb-0310-9956-ffa450edef68
* Update some versions to 2.0-M4-snapshotantelder2009-11-014-8/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831654 13f79535-47bb-0310-9956-ffa450edef68
* Merge r831525 from trunk to m4 to add some missing samplesantelder2009-11-011-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831653 13f79535-47bb-0310-9956-ffa450edef68
* Merge r831524 from trunk to m4 to Update to not relocate a servlet if it ↵antelder2009-11-011-1/+3
| | | | | | already includes the context path in its mapping git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831652 13f79535-47bb-0310-9956-ffa450edef68
* Merge r831523 from trunk to m4 to fix WS binding to include any webapp ↵antelder2009-11-011-0/+13
| | | | | | context path in the wsdl endpoint git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831651 13f79535-47bb-0310-9956-ffa450edef68
* Merge namespace fix from trunk to m4 brnantelder2009-11-016-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831650 13f79535-47bb-0310-9956-ffa450edef68
* Correct tuscany namespace used by archetypesantelder2009-11-016-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831649 13f79535-47bb-0310-9956-ffa450edef68
* Minor refactoring of read/write functions and primitive procs. Added ↵jsdelfino2009-11-0136-337/+1135
| | | | | | functions to help store data in memcached. Fixes to HTTP support and more tests. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831640 13f79535-47bb-0310-9956-ffa450edef68
* Improved memory management using APR memory pools, changed frame allocation ↵jsdelfino2009-11-0122-148/+424
| | | | | | in eval library to support forward references and fixed memory leak in XML parsing code. Also simplified a bit the printing of lists to make them easier to read. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831639 13f79535-47bb-0310-9956-ffa450edef68
* Minor addition of new bindings to RELEASE_NOTESlresende2009-10-311-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831574 13f79535-47bb-0310-9956-ffa450edef68
* Minor addition of new bindings to RELEASE_NOTESlresende2009-10-311-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831573 13f79535-47bb-0310-9956-ffa450edef68
* Minor addition of new bindings to RELEASE_NOTESlresende2009-10-311-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831572 13f79535-47bb-0310-9956-ffa450edef68
* Minor addition of new bindings to RELEASE_NOTESlresende2009-10-311-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831571 13f79535-47bb-0310-9956-ffa450edef68
* Include some missing samplesantelder2009-10-311-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831525 13f79535-47bb-0310-9956-ffa450edef68
* Update to not relocate a servlet if it already includes the context path in ↵antelder2009-10-311-1/+3
| | | | | | its mapping git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831524 13f79535-47bb-0310-9956-ffa450edef68
* Fix WS binding to include any webapp context path in the wsdl endpointantelder2009-10-311-0/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831523 13f79535-47bb-0310-9956-ffa450edef68
* Resolve interfaces from the remote endpoints (tribes based discovery is now ↵rfeng2009-10-318-164/+211
| | | | | | working) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831516 13f79535-47bb-0310-9956-ffa450edef68
* Propagate osgi properties for OSGi remote services rfeng2009-10-3022-128/+448
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831468 13f79535-47bb-0310-9956-ffa450edef68
* Set TCCL for SchemaFactoryrfeng2009-10-302-9/+35
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831467 13f79535-47bb-0310-9956-ffa450edef68
* fixing compilation problem on DeployedCompositeCollectionImpladrianocrestani2009-10-301-1/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831435 13f79535-47bb-0310-9956-ffa450edef68
* Re-tag 2.0-M4 RC1 releaseantelder2009-10-303928-0/+341648
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831279 13f79535-47bb-0310-9956-ffa450edef68
* Delete tag and redo as it had a duff global change when updating the version ↵antelder2009-10-303928-341648/+0
| | | | | | from snapshot to 2.0-M4 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831277 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-3326, to consider the imported artifacts first and then ↵ramkumar2009-10-303-107/+214
| | | | | | the local artifacts git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831239 13f79535-47bb-0310-9956-ffa450edef68
* Tag 2.0-M4 RC1antelder2009-10-303928-0/+341648
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831233 13f79535-47bb-0310-9956-ffa450edef68
* Remove typo duplicate dependency definitionantelder2009-10-301-7/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831228 13f79535-47bb-0310-9956-ffa450edef68
* Create 2.0-M4 release branchantelder2009-10-303928-0/+341655
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831226 13f79535-47bb-0310-9956-ffa450edef68
* Delete old M4 branch and start again to pick up all the recent trunk changesantelder2009-10-303925-341109/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831223 13f79535-47bb-0310-9956-ffa450edef68
* Update LICENSE file for OSGi jar updatesantelder2009-10-301-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831221 13f79535-47bb-0310-9956-ffa450edef68
* More updates to CHANGES fileantelder2009-10-301-2/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831220 13f79535-47bb-0310-9956-ffa450edef68
* Update geronimo spec jars to the osgi-enabled versions rfeng2009-10-305-49/+52
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831205 13f79535-47bb-0310-9956-ffa450edef68