Hi,

It seems that the issue was fixed in ARIES-885. But this will only be
available with Aries 1.0.
Do you have an idea to synchronize all calls to the EM with Aries 0.3?

We have a blueprint similar to this:

<bean id="serviceBean"
       class="org.xxx.MyServiceImpl">
       <jpa:context unitname="store" property="entityManager" />
       <tx:transaction method="*" value="Required" />
</bean>

<service ref="serviceBean" interface="org.xxx.MyService" />

How can I replace the entityManager with one that synchronizes the calls?

John

 



--
View this message in context: 
http://karaf.922171.n3.nabble.com/Aries-error-No-transaction-currently-active-tp4025825p4025844.html
Sent from the Karaf - User mailing list archive at Nabble.com.

Reply via email to