summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Refactor JAXBContextCache/JAXBContextHelper to be a utility bound to the ↵rfeng2009-10-3021-88/+147
| | | | | | extension point registry git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831163 13f79535-47bb-0310-9956-ffa450edef68
* Add synchronization against listeners and check if it is removedrfeng2009-10-291-76/+93
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831138 13f79535-47bb-0310-9956-ffa450edef68
* Ignore IllegalStateException for service unregister()rfeng2009-10-297-9/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831102 13f79535-47bb-0310-9956-ffa450edef68
* Handle service unregistration gracefullyrfeng2009-10-291-1/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831097 13f79535-47bb-0310-9956-ffa450edef68
* Update the readme with description of the pluginrfeng2009-10-291-4/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831095 13f79535-47bb-0310-9956-ffa450edef68
* Filter out system packages in export from non-bundle jars such as xerces, ↵rfeng2009-10-292-5/+17
| | | | | | xalan or saxon to avoid package conflicts git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831078 13f79535-47bb-0310-9956-ffa450edef68
* Fix the MF to trigger initialization of ServiceDiscoveryrfeng2009-10-292-3/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831077 13f79535-47bb-0310-9956-ffa450edef68
* - Changing the implementation-guardian to work with the ↵dougsleite2009-10-2933-176/+1057
| | | | | | | | policy-guardianException module - Adding the policy-guardianException module: The guardian member is implemented as policies git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831060 13f79535-47bb-0310-9956-ffa450edef68
* Update changes file for M4 - fix typoantelder2009-10-291-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831045 13f79535-47bb-0310-9956-ffa450edef68
* Update changes file for M4antelder2009-10-291-3/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831044 13f79535-47bb-0310-9956-ffa450edef68
* Fix MANIFEST problems in impl-web-runtime and impl-web-client a) Export ↵edwardsmj2009-10-291-1/+1
| | | | | | implementation.web.runtime package b) Fix spelling mistake sevlet -> servlet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830975 13f79535-47bb-0310-9956-ffa450edef68
* Fix MANIFEST problems in impl-web-runtime and impl-web-client a) Export ↵edwardsmj2009-10-291-1/+2
| | | | | | implementation.web.runtime package b) Fix spelling mistake sevlet -> servlet git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830973 13f79535-47bb-0310-9956-ffa450edef68
* Update to end all service provider files with a new lineantelder2009-10-29165-52/+165
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830951 13f79535-47bb-0310-9956-ffa450edef68
* Use separate asm dependency in ejb binding as thats what the other tuscany ↵antelder2009-10-291-2/+7
| | | | | | modules use so we don't duplicate in the distribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830926 13f79535-47bb-0310-9956-ffa450edef68
* Update to use the same level of ejb dependency as the ejb extensionantelder2009-10-291-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830925 13f79535-47bb-0310-9956-ffa450edef68
* Add ejb, jms and web-client to the all distribution and update license for ↵antelder2009-10-292-100/+116
| | | | | | dependencies git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830923 13f79535-47bb-0310-9956-ffa450edef68