Stan Silvert wrote:
And I think I would mark it as INVALID. This factory field is
initialized by Jasper, and at this point in time, I see no reason for
any Jasper code to have been run.
Rémy
As I said in the original email, I need to add an ELResolver on the JspApplicationContext at applicatio
OTECTED]
> > Sent: Wednesday, April 19, 2006 5:13 AM
> > To: Tomcat Developers List
> > Subject: Re: Tomcat 6 Bug: JspFactory.getDefaultFactory() returns null
> >
> > Stan Silvert wrote:
> > > Please let me know where the bug database is and I'll open a report.
&g
ist
> Subject: Re: Tomcat 6 Bug: JspFactory.getDefaultFactory() returns null
>
> Stan Silvert wrote:
> > Please let me know where the bug database is and I'll open a report.
>
> And I think I would mark it as INVALID. This factory field is
> initialized by Jasper, and
Stan Silvert wrote:
Please let me know where the bug database is and I'll open a report.
And I think I would mark it as INVALID. This factory field is
initialized by Jasper, and at this point in time, I see no reason for
any Jasper code to have been run.
Rémy
--
I couldn't find the Tomcat 6 bug database, so I am reporting this here.
I need to be able to add an ELResolver to the JspApplicationContext
before any JSP is ever called. So, I do this in a
ServletContextListener:
JspFactory factory = JspFactory.getDefaultFactory();
JspApplicationContext