Re: Problem in JasperLoader ?

2001-08-08 Thread Serge Huber
a RequestDispatcher to do a cross context include to a JSP. The problem is there seems to be a problem in the JasperLoader implementation. Let me explain quickly the configuration : contextA : - does a getContext(/contextB).getRequestDispatcher(path/file.jsp).include(request, response) call

Re: Problem in JasperLoader ?

2001-08-08 Thread Remy Maucherat
I'd be willing to help with this issue, but from my point of view there are two possibilities : 1. We revert the JasperLoader changes back to parent.loadClass(name) call. 2. We modify Catalina to set the contextClassLoader during an include or a forward call. I still wonder which is the

Re: Problem in JasperLoader ?

2001-08-08 Thread Serge Huber
Ok thanks a lot. Yes I did miss the commit message (I have them filtered to another folder) ! Thanks a lot for the quick fix ! Best greetings, Serge Huber... At 09:25 08.08.2001 -0700, you wrote: 2 is the only correct one, since if you forward to a servlet, it wouldn't work

Problem in JasperLoader ?

2001-08-07 Thread Serge Huber
Hi all, I am using a RequestDispatcher to do a cross context include to a JSP. The problem is there seems to be a problem in the JasperLoader implementation. Let me explain quickly the configuration : contextA : - does a getContext(/contextB).getRequestDispatcher(path/file.jsp).include