I see these in the log.
2008-11-05 14:35:35,457 WARN [org.jboss.tm.TransactionImpl] Transaction TransactionImpl:XidImpl[FormatId=257, GlobalId=ch2wpiwhse/2352, BranchQual=, localId=2352] timed out. status=STATUS_ACTIVE
Using MSSQL 2005
jTds driver 1.2.2
JBoss AS 4.0.5 w/EJB3
How can I change logging to get more information. What I show above is the only thing in the log suggesting an error has occurred. I think there are deadlocks.
Has anyone seen this issue? Works find in MySQL.
"lpmon" wrote:
How can I change logging to get more information.
<category name="com.arjuna"> <priority value="TRACE" /> </category>
"lpmon" wrote:
I think there are deadlocks.