I am using guice 4.1 along with the persist extension and hoping that @Transactional will work, but it isn't. I followed the wiki and read this post, but to no avail:
Managing transactions in JavaSE with Hibernate and Guice
Just to re-iterate ... I am doing:
- depending on guice-persist
- using google's @Transactional annotation
- using the annotation only on public or protected methods that are managed by guice
- starting the PersistService ...