On Tue, Apr 21, 2009 at 11:25 PM, Ramkumar R <[email protected]> wrote: > - 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. >
This would be ok for now, but the proper fix would be to have pojo related interfaces available in a separated module that could be exported via OSGi and used by all pojo related extensions (e.g java, ejb, spring). I have started doing that in implementation.pojo, but that still need some more work, and then migrate the related extensions to use it. -- Luciano Resende Apache Tuscany, Apache PhotArk http://people.apache.org/~lresende http://lresende.blogspot.com/
