I\'m trying to make simple application using Spring, JPA and embedded H2 database. Recently I\'ve come across this strange issue with declarative transactions. They just doe
Just a guess, but you don't need to register your own PersistenceAnnotationBeanPostProcessor, since registers one automatically. It's possible that the two are interfering with one another.