[JBoss-user] [Clustering/JBoss] - Why I need non-optimized call

2006-04-02 Thread taba_youichi
I need a distributed job scheduler for my cluster. The scheduler should be cluster-singleton. Otherwise every cluster-node polls database intensively. The scheduler should run on cluster with failover. Otherwise scheduler becomes single-point-of-failure. Two JBossAS instances on one node? This co

[JBoss-user] [Clustering/JBoss] - Re: How to stop optimization of remote call?

2006-03-30 Thread taba_youichi
Thanks! The InvokerInterceptor is: http://docs.jboss.org/jbossas/javadoc/4.0.2/org/jboss/invocation/InvokerInterceptor.java.html The optimization is shown in hasLocalTarget(), isn't it? But where is the org.acme.NoOptimizationInvokerInterceptor? I cannot find it. Should I write it? View the orig

[JBoss-user] [Clustering/JBoss] - How to stop optimization of remote call?

2006-03-30 Thread taba_youichi
I'm trying to call SLSB by round-robin. But JBossAS optimizes remote call to local call, so I cannot call the SLSB from same JBossAS instance. The optimization is mentioned below: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=14030 But I found this topic: http://www.jboss.com/index.ht