https://kotlinlang.org logo
n

niteesh

03/05/2018, 11:40 AM
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 ?