Hi .

I would like to know what is the effect of using the "InterruptThreads" 
parameter in the jboss-service.xml file.

It don´t seem to be working. When the timer reaches 60 seconds, I see the 
message below in the server.log:

2006-07-06 00:56:58,940 WARN  [org.jboss.tm.TransactionImpl] Transaction 
TransactionImpl:XidImpl[FormatId=257, GlobalId=uniserver35.unimedbh.com.br/305, 
BranchQual=, localId=305] timed out. status=STATUS_ACTIVE

It seems that the timeout has expired, but the database session does not die. 
Should it die, since I´m using the InterruptThread switch?

Here is a piece of my jboss-service.xml file:

 <mbean code="org.jboss.tm.TransactionManagerService"
      name="jboss:service=TransactionManager"
      xmbean-dd="resource:xmdesc/TransactionManagerService-xmbean.xml">
      60
      <!-- set to false to disable transaction demarcation over IIOP -->
      true
      <attribute name="InterruptThreads">true

Thanks in advance.



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955601#3955601

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955601

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to