Hi guys, I am facing this issue:
https://github.com/JetBrains/Exposed/issues/25
IllegalStateException: Already value [org.jetbrains.exposed.sql.Transaction@3672276] for key [org.jetbrains.exposed.spring.SpringTransactionManager@255e5e2] bound to thread [main]
What I want is to use the exposed way of transaction { } and not use the @Repository / @Transactional
Is this possible ?