[JBoss-user] [JCA/JBoss] - How to configure the transaction timeout on an XAResource?

2004-10-08 Thread chalakanth
The XAResource is not exposed to the client and the transaction timeout I set for the transaction manager does not seem to be passed on to the XAResource. Any help is appreciated. thanks, chalakanth View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&

[JBoss-user] [Clustering/JBoss] - Re: How to minimize the traffic in a cluster.

2004-09-21 Thread chalakanth
Thanks for all the replies. I have been able to come back to this issue only now. I was wrong. We don't use sticky sessions. We do have a lot of session replication going on and we are looking into replication tuning with replication triggers and such. thanks again. View the origina

[JBoss-user] [Clustering/JBoss] - Re: How to minimize the traffic in a cluster.

2004-09-03 Thread chalakanth
Thanks for the reply. We'll try using FD_SOCK first. However, we use sticky sessions, and we do not use clustered EJBs. Would there still be a lot of replication traffic? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847179#3847179 Reply to the post :

[JBoss-user] [Clustering/JBoss] - How to minimize the traffic in a cluster.

2004-09-02 Thread chalakanth
comments will be greatly appreciated. anonymous wrote : | | | | | | | | thanks, chalakanth View the original post : http://www.jboss.org/index.html?module=bb&am

[JBoss-user] [JCA/JBoss] - Duplicate transaction Id seen with SQL Server

2004-07-12 Thread chalakanth
Hi, We have implemented some distributed transactions with JBoss 3.2.3 over a SQLServer 2000 database. There is the Microsoft SQLServer JDBC driver and the JBoss default Transaction Manager in between. Now and then we see this error. WARN [org.jboss.tm.TransactionImpl] : XAException: tx=

[JBoss-user] [JCA/JBoss] - Re: mssql-ds.xml vs mssql-xa-ds.xml

2004-06-29 Thread chalakanth
I've never read the book, but I looked up Humpty Dumpty this morning. http://www.sabian.org/Alice/lgchap06.htm Alice mumbles "of all the unsatisfactory people I ever met ..." as she walks away from Humpty Dumpty. Summed up the way I feel sometimes when working with all this high-tech stuff.

[JBoss-user] [JCA/JBoss] - Re: mssql-ds.xml vs mssql-xa-ds.xml

2004-06-29 Thread chalakanth
of all the unsatisfactory people I ever met -- View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840288#3840288 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3840288 --

[JBoss-user] [JCA/JBoss] - mssql-ds.xml vs mssql-xa-ds.xml

2004-06-28 Thread chalakanth
We are implementing JTA transactions over an SQLServer database. I am confused about the name of the file used to define data sources. Do I have to define local-tx-datasources in mssql-ds.xml, and xa-datasources in mssql-xa-ds.xml? The test we did indicated that the name of the file does not

[JBoss-user] [EJB/JBoss] - Re: what is the performance hit due to CMT?

2004-06-10 Thread chalakanth
Sorry. here is the configuration we are on. JBoss 3.2.3, SQL Server 8.00.194 JBoss' default transaction manager. thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838321#3838321 Reply to the post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [EJB/JBoss] - what is the performance hit due to CMT?

2004-06-10 Thread chalakanth
We are considering switching a very large number of Stateless Session Beans from BMT to CMT. I would assume that inherently, CMT is slower than BMT. But by how much? Are there any numbers available for JBoss? Any help is appreciated. thanks. Should I have posted this in the JCA forum

[JBoss-user] [JCA/JBoss] - Re: Problem using distributed transactions with MS SQLServer

2004-05-21 Thread chalakanth
That worked! Thank you. Let me verify my decidedly vague understanding of the situation. Is it true that we would not have seen this problem if we had actually used two different databases (resource managers)? View the original post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [JCA/JBoss] - Problem using distributed transactions with MS SQLServer JDB

2004-05-21 Thread chalakanth
This is our configuration. JBoss 3.2.3 SQL Server 8.0 Microsoft SQL Server JDBC Driver Version 2.2.0037 We use a couple of XA data sosurces. They both point to the same database. The only difference between them is the name of the data source. I don't know why we do that but this is what