This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: @Clustered! How to check if its working?chapata_gunner Jul 4, 2007 6:26 AM (in response to chapata_gunner)Did a little more research... 
 If i put the code that I used to put in a Servlet inside a normal Java file and execute it ... Everything works properly. So it seems that in order for LoadBalancing to work properly we need to execute the calls from a separate JVM. Is that correct?
 Can anyone please confirm it?
 Also is there any way to move past this restriction?
- 
        2. Re: @Clustered! How to check if its working?chapata_gunner Jul 4, 2007 7:26 AM (in response to chapata_gunner)OK! Finally found a solution to my problem :) 
 JBoss 'all' domain comes with certain AOP interceptors for EJB3. Of these the IsLocalInterceptor and ClusteredIsLocalInterceptor were creating all this fuss. I just disabled them and everything works fine.
