Hi Philipp > > a) With 2.x branch became a base technology for Tuscany runtime. What are > the plans about supporting the upcoming Distributed OSGi (RFC 119) standard? > Any activities going on currently? Sources in trunk to play with? >
Would be good to have Tuscany/SCA play the role of the distirbution layer underneath OSGi. Nothing happening yet in Tuscany as far as I know. > b) Does Tuscany supports already dynamic wiring between components e.g. > when a service goes down, that a client consuming that service get rewired > to another service instance? > Not at the moment. Our domain is static to the extent that all contributions must be present and endpoints resolved before you start any nodes. A way of providing some resilience with this scheme is to run a node in a cluster and rely on a network sprayer to do the re-routing for you. We are looking at refactoring our endpoint support as we've had requests to support later binding from various people. Just about to start in 2.x If you've got ideas feel free to jump in. Simon