as part of this question:
spring transactions in a spawned off thread
one solution im thinking of is grabbing my session factory as a normal bean and using that outside of spring transactions. then simply handle my transactions manually within my new thread.
my problem, is this possible? so far its not letting me do anything with the session factory outside of the spring transaction. if it is to detach it, how do i do that?