Re: ExpressionFactory.newInstance() undefined.

2010-01-13 Thread Roxana
Ahsorry...I'he been staring to much in my monitor today and i've lost it:) ExpressionFactoryImpl is an ExpressionFactory Thanks a lot!!! Roxana On Wed, Jan 13, 2010 at 3:34 PM, Roxana wrote: > Hi Mark, > > Apparently Java 5 has as well in the documentation of the ExpressionFactory >

Re: ExpressionFactory.newInstance() undefined.

2010-01-13 Thread Mark Thomas
On 13/01/2010 14:34, Roxana wrote: > Hi Mark, > > Apparently Java 5 has as well in the documentation of the ExpressionFactory > the method newInstance > http://java.sun.com/javaee/5/docs/api/javax/el/ExpressionFactory.html#ExpressionFactory() I believe that is an error in the Java EE 5 docs. The

Re: ExpressionFactory.newInstance() undefined.

2010-01-13 Thread Roxana
Hi Mark, Apparently Java 5 has as well in the documentation of the ExpressionFactory the method newInstance http://java.sun.com/javaee/5/docs/api/javax/el/ExpressionFactory.html#ExpressionFactory() Nevertheless , when i try to use it, the method actually is not there. How can i use the Expressio

Re: ExpressionFactory.newInstance() undefined.

2010-01-13 Thread Mark Thomas
On 13/01/2010 14:04, Roxana wrote: > Hi Mark, > > Thank you for your answer. You are of course perfectly right..I have looked > at the documentation of Java EE6. > > The org.apache.el.ExpressionFactoryImpl is not part of any jar files that > comes with Tomcat6...so i suppose that your suggestion

Re: ExpressionFactory.newInstance() undefined.

2010-01-13 Thread Roxana
Hi Mark, Thank you for your answer. You are of course perfectly right..I have looked at the documentation of Java EE6. The org.apache.el.ExpressionFactoryImpl is not part of any jar files that comes with Tomcat6...so i suppose that your suggestions is to manually copy the commons-el.jar into the

Re: ExpressionFactory.newInstance() undefined.

2010-01-13 Thread Mark Thomas
On 13/01/2010 12:23, Roxana wrote: > I have looke din the documentation of the *ExpressionFactory *: > http://java.sun.com/javaee/6/docs/api/javax/el/ExpressionFactory.html > and i decided to use the method > newInstance

ExpressionFactory.newInstance() undefined.

2010-01-13 Thread Roxana
Hi all, I have to port our web application from Tomcat 5.5 to Tomcat 6.0.20. Everything went fine up till now. In the previous implementation we have used the ExpressionEvaluatorImpl that was part of the api in commons-el.jar from jakarta-tomcat-5.0.25 In the tomcat 6.0.20 i can see that the t