Re: Tomcat 6 Bug: JspFactory.getDefaultFactory() returns null

2006-04-19 Thread Remy Maucherat
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

Re: Tomcat 6 Bug: JspFactory.getDefaultFactory() returns null

2006-04-19 Thread Yoav Shapira
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

RE: Tomcat 6 Bug: JspFactory.getDefaultFactory() returns null

2006-04-19 Thread Stan Silvert
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

Re: Tomcat 6 Bug: JspFactory.getDefaultFactory() returns null

2006-04-19 Thread Remy Maucherat
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 --

Tomcat 6 Bug: JspFactory.getDefaultFactory() returns null

2006-04-18 Thread Stan Silvert
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