Can anyone point me in the right direction for usi...
# exposed
b
Can anyone point me in the right direction for using Exposed with TornadoFX? Google isn’t giving me much love. Currently getting:
Copy code
Sep 19, 2018 3:54:51 PM tornadofx.DefaultErrorHandler uncaughtException
SEVERE: Uncaught error
java.lang.IllegalStateException: No transaction in context.
m
Can you post a sample of the code that’s giving you trouble? At first glance, this looks like the error thrown when you execute SQL statements outside of the
transaction {}
context.
b
I switched from an in-mem db to a file-backed one, and everything started working