Re: JPA extended persistence exception

2012-02-02 Thread lb
Hi, I'm quite new to JPA, in fact I've simply copied &pasted the example from Aries JPA page. I've removed type="EXTENDED" from the XML but I've experienced the same problem: is there a way to achieve my goal ? Regards On Wed, Feb 1, 2012 at 09:52, Timothy Ward wrote: > Hi, > > Sorry, I shoul

RE: Aries JTA/JPA entityManager and Spring

2012-02-02 Thread Timothy Ward
Hi Charlie, We don't have any annotation-driven configuration for transactions, but it has been on our to-do list for some time. We would be unlikely to tie ourselves to spring-specific annotation classes, but we would definitely like to provide similar function, preferrably with an OSGi speci

Aries JTA/JPA entityManager and Spring

2012-02-02 Thread charlie turlututu
Hi, Is there a way to integrate Aries jta resolver with spring annotation (@transactionnal) ? Same for Aries entityManager with any Spring data framework (Spring data-jpa for example)? I want to thank you for the Aries project that is a very nice job (I tried to make the same by my own (A