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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to