On Fri, Jun 19, 2009 at 8:41 PM, Simon Laws<[email protected]> wrote: > Hi Ant > > I was also going to say that as part of TUSCANY-3094 I'm very > interested in getting the EndpintReference serialization back up and > working for the new ServiceReference so let me know if we can work > together on that part. > > Simon >
Sure that would be fine. The main things remaining in the Tuscany SCA-API that need to be changed to match the Java APIs and annotations spec are related to removing CallableReference, so: In ComponentContext - remove CallableReference - remove NoRegisteredCallbackException - chnage cast to return a ServiceReference In RequestContext - change getCallbackReference to return a ServiceReference - change getServiceReference to return a ServiceReference Those will have quite a lot of associated changes in the Tuscany runtime code and i guess this is whats related to the ServiceRefernece part you're interested in. ...ant
