On Fri, Apr 24, 2009 at 3:00 PM, Mike Edwards < [email protected]> wrote:
> > Ram, > > I made a couple of fixes and changes that enables all 3 Spring modules to > work correctly under OSGi in 2.x. > > Principally, the adjustments were to the manifest files, to ensure that all > dependencies were correct. However, I also discovered that the > SpringImplementation class was implementing an unnecessary interface and I > removed that. > > > Yours, Mike. > Hi Mike, Thanks for fixes, to make it work in the OSGi environment. I noticed that, you have made changes to SpringImplementation class which was implementing the org.apache.tuscany.sca.assembly.builder.ComponentPreProcessor. This one is very much needed to map the SCA references with spring in case of un-annotated implementation. So I believe we might need to put them back in place. -- Thanks & Regards, Ramkumar Ramalingam
