Re: [Developers] jstl dep. in example-webapp

2009-04-20 Thread Nico Klasens

Hi Ernst,

Guess you are using the mvn2 build.. I saw the error last week, but 
didn't had the time to investigate. If the jstl.version is wrong then we 
should go back to the version which was also used in the maven1 build.


Nico

Ernst Bunders wrote:

hi

I had to change the jstl dependency version from 1.2 to 1.1.2 to make
the webapp to work. There is now a discrepancy between the jstl and
the standard libraries. This couses ClassNotFound exceptions on
javax.el.ELException, even when this is on the classpath.

Changing the jstl version to 1.1.2 and rebuilding the example-webapp
fixed it for me. Should i commit this, or is there a reason for using
jstl version 1.2 (i couldn't find a matching standards jar)

regards,

Ernst

  


___
Developers mailing list
Developers@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/developers


Re: [Developers] jstl dep. in example-webapp

2009-04-20 Thread Michiel Meeuwissen
On Mon, Apr 20, 2009 at 16:56, Ernst Bunders ebund...@xs4all.nl wrote:
 hi

 I had to change the jstl dependency version from 1.2 to 1.1.2 to make
 the webapp to work. There is now a discrepancy between the jstl and
 the standard libraries. This couses ClassNotFound exceptions on
 javax.el.ELException, even when this is on the classpath.

 Changing the jstl version to 1.1.2 and rebuilding the example-webapp
 fixed it for me. Should i commit this, or is there a reason for using
 jstl version 1.2 (i couldn't find a matching standards jar)

I think we can safely assume that jstl 1.2 is not broken. Btw I think
there should be no standard.jar when using 1.2.

For me it does work, btw

So, before we change to a version which is not the latest release, I'd
like to know why excactly that would be necessary. It may have to do
something with the tomcat version?


Michiel


-- 
mihxil'  http://meeuw.org
nl_NL eo_XX en_US
___
Developers mailing list
Developers@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/developers


Re: [Developers] jstl dep. in example-webapp

2009-04-20 Thread Michiel Meeuwissen
On Mon, Apr 20, 2009 at 17:13, Michiel Meeuwissen
michiel.meeuwis...@gmail.com wrote:
 
 For me it does work, btw

 So, before we change to a version which is not the latest release, I'd
 like to know why excactly that would be necessary. It may have to do
 something with the tomcat version?

I think it may be the case that 1.2 is the version which you should
use in tomcat 6 (servlet 2.1). I suppose you are using tomcat 5?

I don't see the point of using tomcat 5. The latest stable release is tomcat 6.

But well, on the other hand I don't recall how 1.2 is better then 1.1.2.


Michiel


-- 
mihxil'  http://meeuw.org
nl_NL eo_XX en_US
___
Developers mailing list
Developers@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/developers


Re: [Developers] jstl dep. in example-webapp

2009-04-20 Thread Michiel Meeuwissen
On Mon, Apr 20, 2009 at 17:22, Michiel Meeuwissen
michiel.meeuwis...@gmail.com wrote:
 On Mon, Apr 20, 2009 at 17:13, Michiel Meeuwissen
 michiel.meeuwis...@gmail.com wrote:
  
 For me it does work, btw

 So, before we change to a version which is not the latest release, I'd
 like to know why excactly that would be necessary. It may have to do
 something with the tomcat version?

 I think it may be the case that 1.2 is the version which you should
 use in tomcat 6 (servlet 2.1). I suppose you are using tomcat 5?

 I don't see the point of using tomcat 5. The latest stable release is tomcat 
 6.

 But well, on the other hand I don't recall how 1.2 is better then 1.1.2.

Anyhow the release notes of 1.9 say, that we're basicly  servlet 2.3
jsp 1.2 (and 'sometimes 2.4').

I suppose we actually assume this:

MMBase ServletJSP   JSTL   Tomcat   Java

1.8  2.3 1.21.1   44
1.9  2.4 2.01.1   55


Hence, I downgraded jstl to 1.1.2.


And I suggest we add the following row to the above table.

2.0  2.5 2.11.2  6 6



Michiel


-- 
mihxil'  http://meeuw.org
nl_NL eo_XX en_US
___
Developers mailing list
Developers@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/developers


Re: [Developers] jstl dep. in example-webapp

2009-04-20 Thread Ernst Bunders
excellent. And what a flurry of communication on this otherwise
somewhat quieted mailing list.
Thanks, guys.

Ernst

On Mon, Apr 20, 2009 at 6:05 PM, Michiel Meeuwissen
michiel.meeuwis...@gmail.com wrote:
 On Mon, Apr 20, 2009 at 17:22, Michiel Meeuwissen
 michiel.meeuwis...@gmail.com wrote:
 On Mon, Apr 20, 2009 at 17:13, Michiel Meeuwissen
 michiel.meeuwis...@gmail.com wrote:
  
 For me it does work, btw

 So, before we change to a version which is not the latest release, I'd
 like to know why excactly that would be necessary. It may have to do
 something with the tomcat version?

 I think it may be the case that 1.2 is the version which you should
 use in tomcat 6 (servlet 2.1). I suppose you are using tomcat 5?

 I don't see the point of using tomcat 5. The latest stable release is tomcat 
 6.

 But well, on the other hand I don't recall how 1.2 is better then 1.1.2.

 Anyhow the release notes of 1.9 say, that we're basicly  servlet 2.3
 jsp 1.2 (and 'sometimes 2.4').

 I suppose we actually assume this:

 MMBase     Servlet    JSP   JSTL   Tomcat   Java
 
 1.8              2.3         1.2    1.1       4            4
 1.9              2.4         2.0    1.1       5            5


 Hence, I downgraded jstl to 1.1.2.


 And I suggest we add the following row to the above table.

 2.0              2.5         2.1    1.2      6             6



 Michiel


 --
 mihxil'  http://meeuw.org
 nl_NL eo_XX en_US
 ___
 Developers mailing list
 Developers@lists.mmbase.org
 http://lists.mmbase.org/mailman/listinfo/developers





-- 
Ernst bunders
Ontwikkelaar VPRO
___
Developers mailing list
Developers@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/developers