I've been looking at the node proxy and it's role in life seems to be to implement reflection in order to paper over the classloader differences between the JSE and OSGi environments. In terms of the SCAClientFactory I think this is starting to look like a corner case so I'm not going to chase it any further at the moment. SO we have....
JSE client with JSE runtime works now based on the default factory finder algorithm OSGi client with OSGi runtime should work when we implement an injection scheme JSE client with OSGi runtime looks like a corner case that could be considered to be two separate runtimes for the purpose of connecting the SCAClientFactory I've raise TUSCANY-3424 to start tracking the various changes needed here. Simon
