RE: Tomcat 7.0.26 Expression Language Issue when Comparing Character Objects

2012-03-08 Thread kerry
Message Subject: Re: Tomcat 7.0.26 Expression Language Issue when Comparing Character Objects From: Christopher Schultz ch...@christopherschultz.net Date: Wed, March 07, 2012 1:16 pm To: Tomcat Users List users@tomcat.apache.org -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kerry, On 3/7/12

Tomcat 7.0.26 Expression Language Issue when Comparing Character Objects

2012-03-07 Thread kerry
Hello. I have been testing a Java Web Application to upgrade from Tomcat 6.0.32 (x86) to Tomcat 7.0.26 (x64). I am using Java 6 update 31. I have also tried pointing Tomcat 7.0.26 (x64) to Java 7 Update 3 and experience the same issue. Windows 7 x64 IDE is Netbeans 7.0.1 Tomcat 7.0.26 x64 Java 6

Re: Tomcat 7.0.26 Expression Language Issue when Comparing Character Objects

2012-03-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kerry, On 3/7/12 10:59 AM, ke...@kjaklive.com wrote: My issue is with the Expression Language and how a Character object is compared to an in-line Character object in order to decide what content to display on the web page. My original

Re: Tomcat 7.0.26 Expression Language Issue when Comparing Character Objects

2012-03-07 Thread Konstantin Kolinko
2012/3/7 Christopher Schultz ch...@christopherschultz.net: I think that's the deal: Tomcat takes the character from your object's property and decides that everything should be coerced to Long, then tries to coerce your String literal to a Long, which obviously does not work (there appear to