Hi Daniel, This topic has recently come up on the Spring-OSGi mailing list [EMAIL PROTECTED] - the main issue is whether the transaction context is properly preserved in the thread context.
( see Spring-OSGi group at http://groups.google.com/group/spring-osgi ) Another thing to look out for is whether your persistence code uses proxies or aop / weaving, because of the different class loading pattern. There should be no 'remote / asynchronous' issues because the OSGi application still runs inside a single JVM process. Cheers, Stuart On 21/03/07, Daniel Murley <[EMAIL PROTECTED]> wrote:
Hi All, I'm looking for information around Hibernate and Transaction Managers in OSGI environments. Has anyone tried this before, or know of any resources that may be helpful to look at? Anything regarding cross bundle transactions would also be very helpful. Cheers, Daniel