On Wed, Jun 24, 2009 at 1:40 PM, ant elder<[email protected]> wrote: > 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 >
and of course the changes in ServiceReference to not extend CallableReference and remove all the callback methods, which i forgot from the previous email. ...ant
