summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/endpoint-tribes (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-11-20Moving 2.x trunklresende8-2397/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20Clean up the MANIFEST.MF and add SCA-Version headerrfeng1-3/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882666 13f79535-47bb-0310-9956-ffa450edef68
2009-11-13Replace RuntimeWire with RuntimeEnpoint/RuntimeEndpointReference as the ↵rfeng2-4/+6
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-05Set the extension point registry for updated endpointsrfeng1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832994 13f79535-47bb-0310-9956-ffa450edef68
2009-10-31Resolve interfaces from the remote endpoints (tribes based discovery is now ↵rfeng1-1/+2
working) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831516 13f79535-47bb-0310-9956-ffa450edef68
2009-10-30Propagate osgi properties for OSGi remote services rfeng2-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831468 13f79535-47bb-0310-9956-ffa450edef68
2009-10-29Update to end all service provider files with a new lineantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830951 13f79535-47bb-0310-9956-ffa450edef68
2009-10-14Use URI over URLrfeng1-19/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825179 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13Move adding the static route code to before the channel start to see if that ↵antelder1-6/+6
helps with comms to remote nodes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824753 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12Make sure that entries are replicated to all nodes (not just at least a ↵rfeng4-33/+62
backup node) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824468 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12Add a simple harness for starting several endpoint registries to see if ↵antelder1-0/+64
endpoints get replicated correctly (they don't seem to) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@824354 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09Refactor the runtime build logic into EndpointReferenceBinderrfeng2-21/+40
Refactor the endpoint-wrapper into domainRegistryFactory that delegates to endpoint registry implementations by the scheme Improve/workaround the monitor so that it can be shared by multiple nodes (We need a better design for this) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823672 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09Start adding support for static routes in th etribes endpoint registryantelder1-0/+42
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823579 13f79535-47bb-0310-9956-ffa450edef68
2009-09-29Refactor tuscany-endpoint module into tuscany-corerfeng1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@819786 13f79535-47bb-0310-9956-ffa450edef68
2009-09-03Change a couple more log messages to fine so as to not clutter up the ↵antelder1-5/+5
console output git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810826 13f79535-47bb-0310-9956-ffa450edef68
2009-09-02Workaround: Export some internal packages before the dependencies are fixedrfeng1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810372 13f79535-47bb-0310-9956-ffa450edef68
2009-09-02Start to fix the MANIFEST.MF and rename split packagesrfeng1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810317 13f79535-47bb-0310-9956-ffa450edef68
2009-08-30Get the tribes context name set from the domain nameantelder1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@809258 13f79535-47bb-0310-9956-ffa450edef68
2009-08-28Update the tribes based endpoint registry to support being configured from ↵antelder1-1/+13
the runtime configuration git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808869 13f79535-47bb-0310-9956-ffa450edef68
2009-08-28Update the magic random ranking number so it possible to use the extenstionantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808847 13f79535-47bb-0310-9956-ffa450edef68
2009-07-21Add some logging to show what is in the registry. Will have to turn off ↵slaws1-0/+1
(turn in FINE) when we start putting more in the registry but helps to show that Endpoints are being replicated. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796233 13f79535-47bb-0310-9956-ffa450edef68
2009-07-21Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng3-497/+497
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796166 13f79535-47bb-0310-9956-ffa450edef68
2009-06-30Remove the duplicate notificationsrfeng1-9/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789513 13f79535-47bb-0310-9956-ffa450edef68
2009-06-25Add a bit logic to find the 1st non-loopback IP addressrfeng1-19/+37
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788465 13f79535-47bb-0310-9956-ffa450edef68
2009-06-24Allow the replicated map to be listened on the add/remove/update of entriesrfeng6-13/+1852
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788201 13f79535-47bb-0310-9956-ffa450edef68
2009-06-23Add a QName as the type for binding/implementation and use it to compare ↵rfeng1-33/+5
model types instead of class git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787865 13f79535-47bb-0310-9956-ffa450edef68
2009-06-17Add a LifeCycleListener interface so that extension points or extension can ↵rfeng1-13/+19
be called back upon the start/stop of the extension point registry git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@785699 13f79535-47bb-0310-9956-ffa450edef68
2009-06-12Add methods to Endpoint/EndpointReference to set the ExtensionPointRegistry ↵rfeng2-15/+41
so that deserialized object can be resolved Make the EndpointSerializer a declared utility git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@784270 13f79535-47bb-0310-9956-ffa450edef68
2009-06-11TUSCANY-3091 rename Endpoint2 and EndpointReference2 to remove the 2 ↵slaws1-20/+20
subscript now they are in use full time git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783845 13f79535-47bb-0310-9956-ffa450edef68
2009-06-11Use uri for Endpoint/EndpointReferencerfeng2-11/+49
Defer the deserilization of Endpoint to later point to avoid NPE git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783634 13f79535-47bb-0310-9956-ffa450edef68
2009-06-10Add uri to Endpoint/EndpointReferencerfeng2-16/+39
Add endpoint-tribes to the build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783579 13f79535-47bb-0310-9956-ffa450edef68
2009-06-10Addd import packagerfeng1-5/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783560 13f79535-47bb-0310-9956-ffa450edef68
2009-06-10Create the runtime version of Endpoint2 for serializationrfeng3-3/+16
Serialize the EP using XML git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783213 13f79535-47bb-0310-9956-ffa450edef68
2009-06-09Use componentURI#srevice-binding(serviceName/bindingName) as the endpoint URIrfeng1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783091 13f79535-47bb-0310-9956-ffa450edef68
2009-06-08Start to add an Apache Tomcat Tribes based replicated EndpointRegistryrfeng4-0/+291
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782800 13f79535-47bb-0310-9956-ffa450edef68