I'm using it, and I love it, the only problem I've found so far is
that errors and exceptions do not help at all, like this one I get
from time to time (got it 2 minutes ago):

javax.servlet.ServletException: java.lang.IllegalStateException:
Attempting to execute an operation on a closed EntityManager.

which is thrown when you don't mark your read only service method as
@Transactional(readOnly = true). I have had to debug toplink more than
once just to figure out what is wrong on my code. Besides that, it
works like a charm :) (for me)

musachy



On 9/14/07, Ted Husted <[EMAIL PROTECTED]> wrote:
> Since we've had the Struts2 Spring-JPA tutorial up for a while, I was
> wondering if many Struts developers were using a Java Persistence API
> implementation nowadays, whether the experience has been positive, and
> which implementation folks are using (Hibernate, TopLink, OpenJPA).
>
> So, any JPA war stories to tell?
>
> -Ted.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to