On Tue, Dec 09, 2003 at 06:15:48PM -0800, Jeremy Boynes wrote: > Since ApacheCon I changed the way the interceptor stack is constructed, > so instead of the front-in List there is now the back-out chain stored > in firstInterceptor.
Right, I remember asking for that as I wanted to turn some of the adapter code I was writing into interceptors and add them to the stack, which of course wasn't possible. > If you want to add the invoke method back into EJBContainer, it should > be enough to just change firstInterceptor into an instance variable > rather than a local. Will do. Thanks. -David > -- > Jeremy > > /************************* > * Jeremy Boynes > * Partner > * Core Developers Network > *************************/
