[jboss-user] [JCA/JBoss] - Re: Slow DataSouce Failover

2006-11-27 Thread jsicotte2
anonymous wrote : With 4.0.5 background connection validation has been added where connection validation occurs in a background thread. We are currently using 4.0.4, I will look into using 4.0.5. anonymous wrote : | Have you considered setting the socketTimeout or experimenting with the

[jboss-user] [JCA/JBoss] - Slow DataSouce Failover

2006-11-13 Thread jsicotte2
I am experiencing a slow failover when simulating a network failure. My setup consists of the following: Two servers, each with an instance of JBoss and MySQL running on them. I will refer to the servers as a primary and backup. Both the primary and backup have their DataSources set to point to

[jboss-user] [Clustering/JBoss] - Slow DataSouce Failover

2006-11-02 Thread jsicotte2
I am experiencing a slow failover when simulating a network failure. My setup consists of the following: Two servers, each with an instance of JBoss and MySQL running on them. I will refer to the servers as a ?primary? and ?backup?. Both the primary and backup have their DataSources set to

[jboss-user] [Clustering/JBoss] - Re: Beware the BarrierController and EJBs

2006-08-08 Thread jsicotte2
I have been trying to think of a way around this issue. One thing that has come to mind is to create my own BarrierController that will map JMX event x to method y. Instead of mapping JMX events to only startService() and stopSevervice(). Any other thoughts? View the original post :

[jboss-user] [Clustering/JBoss] - Beware the BarrierController and EJBs

2006-08-04 Thread jsicotte2
Just to let the community know the use of the BarrierController to control state of HA Singletons does not work 100%. According to the wiki: http://wiki.jboss.org/wiki/Wiki.jsp?page=HASingletonDeployer You can use the BarrierController instead of the deploy-hasingleton directory. This is not

[jboss-user] [EJB/JBoss] - Re: HASingleton Services on 4.0.4 not working

2006-07-24 Thread jsicotte2
Try using: dependsjboss.ha:service=HASingletonDeployer,type=Barrier/depends | Note the depends and not depend View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960419#3960419 Reply to the post :