is it possible to log something like hibernate transaction id? Does a hibernate transaction have a ID? Basically I have to log every transaction it would be great if those had a id.
Hope someone can suggest me a solution 🙂
I’m using spring 3 mvc, hibernate, hypersonic database, log4j
When you are using Spring, I assume you also use a Spring transaction manager. You can set log level for
org.springframework.transactionpackage toINFOor evenDEBUGto see what is going on.