posted 13 years ago
Hello,
I am using Spring Transactions in my project. My Spring version is 3.0.3 and IBM Websphere v6.1.0.35.
If I use JtaTransactionManager then transaction name gets printed properly in logs.
Configuration:
Output of logs for log4j.logger.org.springframework.transaction.jta=DEBUG
But if I use WebsphereUowTransactionManager, then transaction name appears 'null' in the logs.
Configuration:
Logs Output:
If someone has faced this before and managed to resolve it please share your inputs.
Thanks in advance.