This content has been marked as final.
Show 1 reply
-
1. Re: EJB Interceptor - passing context between invokeHome and
paul.robinson Mar 31, 2004 7:44 AM (in response to paul.robinson)I have solved the problem:
invocation.getObjectName() is unique per bean. it can be called when intercepting calls to the home and to the bean. Thus I have a static hashtable, which I use the invocation.getObjectName(), to key on.