summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Injection info for SCA references from Java EE optional extensionvamsic0072009-10-296-0/+50
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830888 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
* Integrating with cloud-appengine-sdk module to avoid issues with building ↵lresende2009-10-293-156/+8
| | | | | | the cloud-google module with a clean maven repo (without appengine sdk available in it) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830808 13f79535-47bb-0310-9956-ffa450edef68
* New module to download appengine-sdk and install in yoru local maven repo. ↵lresende2009-10-292-0/+177
| | | | | | This is to avoid checken-egg thing, where you start from a clean maven repo and the dependency is not there yet failing the module before you could download and install it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830807 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
* Remove the exclusionrfeng2009-10-281-15/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830788 13f79535-47bb-0310-9956-ffa450edef68
* Configure the sourceDirectory and use GAE classpath container for ↵rfeng2009-10-284-84/+127
| | | | | | cloud-google project git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830787 13f79535-47bb-0310-9956-ffa450edef68
* Add lib to svn:ignorerfeng2009-10-280-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830761 13f79535-47bb-0310-9956-ffa450edef68
* Remove generated files from svnrfeng2009-10-2821-278/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830760 13f79535-47bb-0310-9956-ffa450edef68
* Set outputDirectory for pom.xmlrfeng2009-10-285-21/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830759 13f79535-47bb-0310-9956-ffa450edef68
* Fix pom.xml and set svn:ignorerfeng2009-10-285-16/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830755 13f79535-47bb-0310-9956-ffa450edef68