summaryrefslogtreecommitdiffstats
path: root/java/sca (follow)
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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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 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
* 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
* 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
* 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
* 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
* 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
* Refactor the TCCL processing to ClassLoaderContextrfeng2009-10-298-188/+324
| | | | | | Handle the OSGi service un-registration gracefully git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830852 13f79535-47bb-0310-9956-ffa450edef68
* Add import to javax.xml.namespacerfeng2009-10-292-4/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830819 13f79535-47bb-0310-9956-ffa450edef68
* Add import to javax.xml.namespacerfeng2009-10-291-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830817 13f79535-47bb-0310-9956-ffa450edef68
* Ignore errors when stoprfeng2009-10-291-8/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830813 13f79535-47bb-0310-9956-ffa450edef68
* Only create the registry if it's not setrfeng2009-10-291-3/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830812 13f79535-47bb-0310-9956-ffa450edef68
* Add more checks for the stop() methodrfeng2009-10-294-47/+64
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830811 13f79535-47bb-0310-9956-ffa450edef68
* Add null checkrfeng2009-10-291-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830803 13f79535-47bb-0310-9956-ffa450edef68
* Add missing filerfeng2009-10-291-0/+88
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830802 13f79535-47bb-0310-9956-ffa450edef68
* Pass ServiceRegistry via extensionPointRegistry to remove static referencesrfeng2009-10-2842-203/+223
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830738 13f79535-47bb-0310-9956-ffa450edef68
* Update doc files for M4 releaseantelder2009-10-283-8/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830498 13f79535-47bb-0310-9956-ffa450edef68