January 24, 2010 10:56 PM
Today I've spent quite a lot of time trying to run one Spring 3.0
based application used JPA (Hibernate) for working with DB on Glassfish.
In development we sing tomcat and everything works well, but, on
test-server I have glassfish installed, and - application did not work
on it:
Only persistence units with transaction type JTA can be used as a container managed entity manager. ...
Read More »