No transaction in progress exception with Spring 3.1 and JPA 2
问题 I have been at this for weeks. I have tried eclipselink and now just plain JPA. I keep getting the same issue. Everytime I try to flush my entity manager I get 'javax.persistence.TransactionRequiredException: no transaction is in progress' exception. I know its something to do with how I have everything wired but I can't figure it out. I have tried writing JUnit tests to test, but since I am new to spring that has a entirely different set of issue. Some things to note: I am not using a