Ignacio de Córdoba wrote:
Hi Musachy and thanks for your reply but that static invocation in that class is not working if called from an interceptor or, at least, from the init() method of the interceptor.
You don't need to get JNDI resources on every request--use the lazy initialization "pattern" and only get it the first time. Since interceptors aren't re-instantiated this should work fine.
Dave --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org