Does Websphere Application Server (7.0, preferably) have a log for transaction manager? I'd like to see how and when transactions are started for my application's threads, whether and when they commit or rollback, etc.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I would suggest to set logging for the package Maybe the Spring Framework documentation about it's WebSphere-specific PlatformTransactionManager gives helpful background infos (packages, classes, jndi, etc.) too. |
|||
|
|