[jboss-user] [Clustering/JBoss] - Re: RoundRobin, new cluster member & SFSB == NPE
pmadzik
do-not-reply at jboss.com
Tue Nov 7 09:01:40 EST 2006
I can run your code without errors. But when i decrease time between remote calls to minimum by comment out this fragment:
| public void test ()
| {
|
| try
| {
| while (true)
| {
| long total = gd.newGuysArrested (1);
| System.out.println("Total number of arrested guys: " + total);
| //try
| //{
| // synchronized (this)
| // {
| // this.wait (1000);
| ...
|
i reproduce both described problems.
Regards,
PM
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983750#3983750
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983750
More information about the jboss-user
mailing list