Here is the code which throws the error:

HAPartitionImpl.java


  |      /* Invoke it and just return any exception with trace level logging of
  |       the exception. The exception semantics of a group rpc call are weak as
  |       the return value may be a normal return value or the exception thrown.
  |       */
  |       try
  |       {
  |          retval = method_call.invoke(handler);
  |          if( trace )
  |             log.trace("rpc call return value: "+retval);
  |       }
  |       catch (Throwable t)
  |       {
  |          if( trace )
  |             log.trace("rpc call threw exception", t);
  |          retval = t;
  |       }
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101141#4101141

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101141
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to