summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-rmi-runtime (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-11-13Replace RuntimeWire with RuntimeEnpoint/RuntimeEndpointReference as the ↵rfeng2-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
2009-11-03Fix the RMI binding to find the service wire when its being used as the SCA ↵antelder1-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
2009-11-02Update manifest to export the provider package as its now used by the rmi ↵antelder1-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
2009-11-02Remove private defn as its now accessed by the RMI based SCA bindingantelder1-2/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831929 13f79535-47bb-0310-9956-ffa450edef68
2009-10-29Update to end all service provider files with a new lineantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830951 13f79535-47bb-0310-9956-ffa450edef68
2009-09-21Revert the MF change that introduces a dangling required-bundlerfeng1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@817454 13f79535-47bb-0310-9956-ffa450edef68
2009-09-19initial version of endpoint dht registergiorgio1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@816965 13f79535-47bb-0310-9956-ffa450edef68
2009-08-12Fix issues around XMLStreamWriter based on the isRepairingNamespaces ↵rfeng2-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
2009-08-10Add missing target namespaceslaws1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802793 13f79535-47bb-0310-9956-ffa450edef68
2009-06-19TUSCANY-3101 pass EndpointReference and Endpoint in to binding providers ↵slaws3-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
2009-06-03Remove cache of RMI proxy because otherwise if the RMI service has been ↵rfeng1-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
2009-04-14Fixing the MANIFEST.MF with Bundle-RequiredExecutionEnvironment headerrfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@764927 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19Switch over to new endpoint reference/endpoint model. These are the changes ↵slaws1-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
2009-03-17Fix classloading issue under OSGirfeng1-1/+26
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755435 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17Revert 755183 an errant commit from the release pluginantelder1-7/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755206 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17[maven-release-plugin] prepare branch test-branchantelder1-7/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755183 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06Updating OASIS namespace to http://docs.oasis-open.org/ns/opencsa/sca/200903lresende3-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750765 13f79535-47bb-0310-9956-ffa450edef68
2009-03-04Updates to binding-rmi to use OASIS namespaces/schemalresende3-4/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750239 13f79535-47bb-0310-9956-ffa450edef68
2009-02-09TUSCANY-2359 rationalize the SCA runtime use of cglib and asm dependenciesantelder3-4/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742325 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04Unexport the remote object so that RMI threads can be gracefully terminatedrfeng1-4/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740884 13f79535-47bb-0310-9956-ffa450edef68
2009-01-28TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack4-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
2009-01-23TUSCANY-2780 - Updating NOTICE files to include 2009 in the copyright statementlresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736880 13f79535-47bb-0310-9956-ffa450edef68
2009-01-21Set the TTCL to workaround the issue that stub lookup fail in OSGirfeng3-58/+131
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736488 13f79535-47bb-0310-9956-ffa450edef68
2009-01-20TUSCANY-2270 - Reverting changes from TUSCANY-2270 as OASIS Specification ↵lresende12-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
2009-01-20TUSCANY-2270 - Applying patch from Rodolfo Dias to enable conversation to ↵lresende12-326/+529
binding.rmi git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736041 13f79535-47bb-0310-9956-ffa450edef68
2009-01-20Updating MANIFEST.MF versions to 2.0.0lresende1-14/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736040 13f79535-47bb-0310-9956-ffa450edef68
2009-01-13Update cglib, jaxb-impl versionsrfeng2-6/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@734255 13f79535-47bb-0310-9956-ffa450edef68
2009-01-06Fix the binding.rmi dependency and remove the dead coderfeng1-88/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732064 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Fixing up pom artifact version to 2.0-SNAPSHOTlresende1-6/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718906 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Merging the 1.x delta on top of the equinox based moduleslresende1-0/+88
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718858 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Copying modules from Equinox branch, to start merging the delta changes from ↵lresende18-0/+1162
1.x/original trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718815 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Moving current trunk modules to contrib, before starting the Equinox branch ↵lresende17-1157/+0
merge git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718812 13f79535-47bb-0310-9956-ffa450edef68
2008-11-17Change trunk version so it doesn't clash with the 1.4 branch version by ↵antelder1-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
2008-10-18Splitting RMI binding into rmi/rmi-runtime to follow other extension patternlresende17-0/+1157
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705789 13f79535-47bb-0310-9956-ffa450edef68