Hey Jerome, a) why do you want to drop blueprint? b) aries might be the better place for those questions? c) using bytecode weaving it's (in theory at least) possible to make this work without any blueprint and aries; though, the problem right now will be (AFAIK) that there are no annotations for injecting the entity manager and for transactions in aries right now which will make this approach (at least for now) impossible.
Kind regards, Andreas On Tue, Mar 6, 2012 at 15:35, jerome moliere <[email protected]> wrote: > Hi all, > I'd like to setup an OSGi platform (felix but who cares) containing > JPA client code. > I'd like to use plain OSGi but I don't like much the enterprise > specifications and I would like to use it in a standard environment... > Did someone succeed to export JPA capabilities in a standard OSGi platform ? > I am wondering about using the Apache Aries stuff and to drop all > blueprint stuff.... > That is to say : > exporting the JPA API > publishing DataSources into the OSGi platform (whiteboard like model) > being able to provide bytecode enhancement > > Thanks for any feedback/guidelines or pointers > kind regards > > J.MOLIERE - Mentor/J > auteur Eyrolles > blog: http://romjethoughts.blogspot.com > OSGi book available now!!! > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

