This content has been marked as final.
Show 1 reply
-
1. Re: Re-establishing connection in onException
adrian.brock May 12, 2003 8:55 AM (in response to leathurman)It sounds like your RMI stub is invalid.
You will need to reget the initial context.
The jboss initial context is lazyly loaded
which makes this hard to spot, since the connection
is not actually tried until you do the lookup().
Regards,
Adrian