anonymous wrote : my application is destroyed after 35 mins only Please explain as to what you mean by application being destroyed. What is that you want to have on transaction timeout?
anonymous wrote : I dont find any TransactionManagerService on jboss-service.xml....we are using jboss4.0.3 server but I found in jta-service.xml. As far as i know, the TransactionManagerService can still be found in jboss-service.xml present in the %JBOSS_HOME%/server/default/conf folder: <mbean code="org.jboss.tm.TransactionManagerService" | name="jboss:service=TransactionManager" | xmbean-dd="resource:xmdesc/TransactionManagerService-xmbean.xml"> | <attribute name="TransactionTimeout">300</attribute> | <!-- set to false to disable transaction demarcation over IIOP --> | <attribute name="GlobalIdsEnabled">true</attribute> | <depends optional-attribute-name="XidFactory">jboss:service=XidFactory</depends> | | <!-- Transaction Integrity Checking --> | <!-- Force a rollback if another thread is associated with the transaction at commit --> | <!--depends optional-attribute-name="TransactionIntegrityFactory" | proxy-type="org.jboss.tm.integrity.TransactionIntegrityFactory"> | <mbean code="org.jboss.tm.integrity.FailIncompleteTransaction" | name="jboss:service=TransactionManager,plugin=TransactionIntegrity"/> | </depends--> | </mbean> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976567#3976567 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976567 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
