Has anyone successfully managed to share transacti...
# exposed
m
Has anyone successfully managed to share transactions between spring jpa and exposed? Running exposed within a JPA @Transactional function, I get the error that there's no transaction in context
b
But that's just for the sake of annotation. If you mix Hibernate (or another JPA), it has its own transactions, and Exposed has its own separate ones.