My application uses Struts2(mvc), Spring (Dependency Injection), JPA with Hibernate, JUnit along with struts2-junit plugin and struts2 spring plugin.
Here is my test
If it helps anyone, I couldn't get the @Transaction to work. But I put this:
@PersistenceContext(type=PersistenceContextType.EXTENDED)
and it works now!
.....