Hi Nitin,
We are using XADisk version 1.2.2 with JBoss-6.0.0.Final EJB server. We have deployed XADisk.rar in JBoss-6.0.0.Final/server/default/deploy directory on a Linux server.
We do some file movement operation using XADisk and have integrated this with JDBC transaction for service call from Web client. The ra.xml has property
<config-property>
<config-property-name>transactionTimeout</config-property-name>
<config-property-type>java.lang.Integer</config-property-type>
<config-property-value>60</config-property-value>
</config-property>
We have noticed when our main service call JBoss transaction take more than 60 seconds than we get a Jboss transaction rollback.
I wanted to know if we can increase the value to 120 seconds or 180 seconds as shown below
<config-property>
<config-property-name>transactionTimeout</config-property-name>
<config-property-type>java.lang.Integer</config-property-type>
<config-property-value>180 or 120</config-property-value>
</config-property>
Will this create any other issue with XADisk operations? I wanted your suggestion as we have some of service call transactions from web client is taking 93 or 131 seconds for JBoss transaction.
Can you please help us? Also if you have any better suggestion?
Thanks,
Vikram
Hi Nitin,
Thanks for your replay. I our EJB transaction is 300 seconds max. I am thinking our changing the ra.xml to 180 seconds as I have noticed last one took 131 seconds and was rolled backed. Is 180 seconds would be too long? Should I keep it as 120 seconds only?
Thanks,
Vikram
Hi Nitin,
Thanks for the information. I will try and increase the time and test it. I will let you know if I have any other issues.
Thanks,
Vikram
From: Nitin Verma [mailto:emailt...@gmail.com]
Sent: Sunday, October 04, 2015 11:15 PM
To: XADisk
Cc: emailt...@gmail.com; Mahuvakar, Vikram
Subject: Re: transactionTimeout property value question for XADisk 1.2.2
Hi Vikram,
Hi Nitin,
Thanks for the information. One last question. Can we also increase <max-pool-size>10</max-pool-size> in XADisk-ds.xml to same as what we have for oracle-ds.xml?
As we have in oracle-ds.xml for JBoss server following values in <xa-datasource>
<min-pool-size>10</min-pool-size>
<max-pool-size>100</max-pool-size>
Do you think that will help improve performance?
Thanks,
Vikram
From: Nitin Verma [mailto:emailt...@gmail.com]
Sent: Sunday, October 04, 2015 11:15 PM
To: XADisk
Cc: emailt...@gmail.com; Mahuvakar, Vikram
Subject: Re: transactionTimeout property value question for XADisk 1.2.2
Hi Vikram,