On Wed, Apr 22, 2009 at 7:25 AM, Ramkumar R <[email protected]> wrote:
> Hi All, > > I have been working on porting the implementation.spring module in 2.x and > have split the modules as implementation.spring, > implementation-spring-runtime and implementation-spring-xml and have also > ported the itest for spring in 2.x. > > To successfully run the spring modules with 2.x here are some changes which > would be required... for now I have made these changes locally... > > - OASIS version of implementation-spring.xsd is not yet available, so I had > to copy the OSOA version of the XSD and > change the namespace according to OASIS specification. > > - Spring Modules uses some of the implementation.java introspecting > techniques by reusing the classes available with > implementation.java available from package > org.apache.tuscany.sca.implementation.java.introspect.impl. This package was > not > exported via the OSGi manifest earlier, so I made this changes locally to > export this package for spring. > > Like to know if any one have any issues in makes this changes to 2.x. > > It looks good to me, i think its great to have spring working in 2.x. Add it to the build! I'd prefer if the imlementation-spring-xml module was merged into implementation-spring as thats the pattern i thought we are using now for these. ...ant
