summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-rmi-runtime (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace RuntimeWire with RuntimeEnpoint/RuntimeEndpointReference as the ↵rfeng2009-11-132-27/+9
| | | | | | | | owner of invocaiton chains (http://www.mail-archive.com/dev@tuscany.apache.org/msg07856.html) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@836009 13f79535-47bb-0310-9956-ffa450edef68
* Fix the RMI binding to find the service wire when its being used as the SCA ↵antelder2009-11-031-0/+15
| | | | | | binding. This is copied from the way the Axis2 binding also works and Ive added a TODO comment as it would be good to have a better way to do this. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832396 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
* Update to end all service provider files with a new lineantelder2009-10-291-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830951 13f79535-47bb-0310-9956-ffa450edef68
* Revert the MF change that introduces a dangling required-bundlerfeng2009-09-211-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@817454 13f79535-47bb-0310-9956-ffa450edef68
* initial version of endpoint dht registergiorgio2009-09-191-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@816965 13f79535-47bb-0310-9956-ffa450edef68
* Fix issues around XMLStreamWriter based on the isRepairingNamespaces ↵rfeng2009-08-122-26/+6
| | | | | | | | property of XMLOutputFactory More refactoring to use common-xml and common-java git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803742 13f79535-47bb-0310-9956-ffa450edef68
* Add missing target namespaceslaws2009-08-101-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802793 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3101 pass EndpointReference and Endpoint in to binding providers ↵slaws2009-06-193-18/+16
| | | | | | rather than component/reference or service/binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@786552 13f79535-47bb-0310-9956-ffa450edef68
* Remove cache of RMI proxy because otherwise if the RMI service has been ↵rfeng2009-06-031-23/+23
| | | | | | restarted or rebound, the proxy becomes staled and it fails with NoSuchObjectException. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781243 13f79535-47bb-0310-9956-ffa450edef68
* Fixing the MANIFEST.MF with Bundle-RequiredExecutionEnvironment headerrfeng2009-04-141-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764927 13f79535-47bb-0310-9956-ffa450edef68
* Switch over to new endpoint reference/endpoint model. These are the changes ↵slaws2009-03-191-13/+10
| | | | | | required to exploit the model in the runtime up to the point were the old EndpointReference is retrieved from a wire. The next step is to convert this over too and exploit the new endpoint references fully. There is still tidying to do (search for TODO - EPR) in particular I haven't removed any of the old files yet. So beware don't put changes into CompositeActivator or RuntimeWire as the runtime isn't using them git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756070 13f79535-47bb-0310-9956-ffa450edef68
* Fix classloading issue under OSGirfeng2009-03-171-1/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755435 13f79535-47bb-0310-9956-ffa450edef68
* Revert 755183 an errant commit from the release pluginantelder2009-03-171-7/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755206 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare branch test-branchantelder2009-03-171-7/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755183 13f79535-47bb-0310-9956-ffa450edef68
* Updating OASIS namespace to http://docs.oasis-open.org/ns/opencsa/sca/200903lresende2009-03-063-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750765 13f79535-47bb-0310-9956-ffa450edef68
* Updates to binding-rmi to use OASIS namespaces/schemalresende2009-03-043-4/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750239 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2359 rationalize the SCA runtime use of cglib and asm dependenciesantelder2009-02-093-4/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742325 13f79535-47bb-0310-9956-ffa450edef68
* Unexport the remote object so that RMI threads can be gracefully terminatedrfeng2009-02-041-4/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740884 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack2009-01-284-6/+6
| | | | | | | | | | | | | and from org.osoa.sca.annotations to org.oasisopen.sca.annotation to reflect the new package names in the OASIS Open SCA specifications. To do this, I: * Renamed the org.osoa.sca package to org.oasisopen.sca using Eclipse refactoring * Renamed the org.osoa.sca.annotations package to org.oasisopen.sca.annotation using Eclipse refactoring * Did a global search and replace for all remaining instances of the old org.osoa package names and replaced with the new org.oasisopen version Hopefully, I have not missed too many instances of the old package name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738490 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2780 - Updating NOTICE files to include 2009 in the copyright statementlresende2009-01-231-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736880 13f79535-47bb-0310-9956-ffa450edef68
* Set the TTCL to workaround the issue that stub lookup fail in OSGirfeng2009-01-213-58/+131
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736488 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2270 - Reverting changes from TUSCANY-2270 as OASIS Specification ↵lresende2009-01-2012-529/+326
| | | | | | voted today to remove conversation from next version of specification git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736166 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2270 - Applying patch from Rodolfo Dias to enable conversation to ↵lresende2009-01-2012-326/+529
| | | | | | binding.rmi git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736041 13f79535-47bb-0310-9956-ffa450edef68
* Updating MANIFEST.MF versions to 2.0.0lresende2009-01-201-14/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736040 13f79535-47bb-0310-9956-ffa450edef68
* Update cglib, jaxb-impl versionsrfeng2009-01-132-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734255 13f79535-47bb-0310-9956-ffa450edef68
* Fix the binding.rmi dependency and remove the dead coderfeng2009-01-061-88/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732064 13f79535-47bb-0310-9956-ffa450edef68
* Fixing up pom artifact version to 2.0-SNAPSHOTlresende2008-11-191-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718906 13f79535-47bb-0310-9956-ffa450edef68
* Merging the 1.x delta on top of the equinox based moduleslresende2008-11-191-0/+88
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718858 13f79535-47bb-0310-9956-ffa450edef68
* Copying modules from Equinox branch, to start merging the delta changes from ↵lresende2008-11-1918-0/+1162
| | | | | | 1.x/original trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718815 13f79535-47bb-0310-9956-ffa450edef68
* Moving current trunk modules to contrib, before starting the Equinox branch ↵lresende2008-11-1917-1157/+0
| | | | | | merge git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718812 13f79535-47bb-0310-9956-ffa450edef68
* Change trunk version so it doesn't clash with the 1.4 branch version by ↵antelder2008-11-171-7/+7
| | | | | | bumping up to 2.0-SNAPSHOT as per the recent vote for 2.0 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718223 13f79535-47bb-0310-9956-ffa450edef68
* Splitting RMI binding into rmi/rmi-runtime to follow other extension patternlresende2008-10-1817-0/+1157
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705789 13f79535-47bb-0310-9956-ffa450edef68