Re: A problem with tomcat 6.0.18

2009-03-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paulo, On 3/27/2009 5:28 PM, Paulo Vitor wrote: > I have a problem with tomcat 6.0.18, so, before I used tomcat 6.0.16 and > everything works fine, but when I upgrade to tomcat 6.0.18 the line > gives me a exception. > > Cannot convert 20 of type cl

Re: A problem with tomcat 6.0.18

2009-03-28 Thread Paulo Vitor
the stack trace is: java.lang.IllegalArgumentException: Cannot convert 20 of type class java.lang.Integer to class java.lang.Number org.apache.el.lang.ELSupport.coerceToNumber(ELSupport.java:252) org.apache.el.lang.ELSupport.coerceToNumber(ELSupport.java:265) org.apache.el.

Re: A problem with tomcat 6.0.18

2009-03-28 Thread Pid
Paulo Vitor wrote: > the stack trace is: > > java.lang.IllegalArgumentException: Cannot convert 20 of type class > java.lang.Integer to class java.lang.Number > org.apache.el.lang.ELSupport.coerceToNumber(ELSupport.java:252) > org.apache.el.lang.ELSupport.coerceToNumber(ELSupport.java:

RE: A problem with tomcat 6.0.18

2009-03-28 Thread Caldarale, Charles R
> From: Paulo Vitor [mailto:foxpv...@gmail.com] > Subject: Re: A problem with tomcat 6.0.18 > > the stack trace is: > > java.lang.IllegalArgumentException: Cannot convert 20 of type class > java.lang.Integer to class java.lang.Number > org.apache.el.lang.

Re: A problem with tomcat 6.0.18

2009-03-28 Thread Paulo Vitor
Ok, here is the test case! Remember, on tomcat 6.0.18! http://rapidshare.com/files/214651452/dldNew.war.html On Sat, Mar 28, 2009 at 12:56 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Paulo Vitor [mailto:foxpv...@gmail.com] > > Subject: Re: A problem

RE: A problem with tomcat 6.0.18

2009-03-28 Thread Caldarale, Charles R
> From: Paulo Vitor [mailto:foxpv...@gmail.com] > Subject: Re: A problem with tomcat 6.0.18 > > Ok, here is the test case! Remember, on tomcat 6.0.18! > http://rapidshare.com/files/214651452/dldNew.war.html This is the result of running your .war with the modified org.apache.el

Re: A problem with tomcat 6.0.18

2009-03-28 Thread Paulo Vitor
exactly, so, wich change you make in this class? where I get this class?thanks a lot! On Sat, Mar 28, 2009 at 4:18 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Paulo Vitor [mailto:foxpv...@gmail.com] > > Subject: Re: A problem with tomcat 6.0.18 >

RE: A problem with tomcat 6.0.18

2009-03-28 Thread Caldarale, Charles R
> From: Paulo Vitor [mailto:foxpv...@gmail.com] > Subject: Re: A problem with tomcat 6.0.18 > > wich change you make in this class? where I get this > class? I already e-mailed the updated source and class file to you privately, about 5.5 hours ago. (The Tomcat mailing list f

Re: A problem with tomcat 6.0.18

2009-03-28 Thread Paulo Vitor
O sorry, I get the class in the source of tomcat, so which modifications I have to do in this class? On Sat, Mar 28, 2009 at 4:18 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Paulo Vitor [mailto:foxpv...@gmail.com] > > Subject: Re: A problem

Re: A problem with tomcat 6.0.18

2009-03-28 Thread Paulo Vitor
Oh realy, sorry, I put the class in endorsed paste of tomcat and every thing works fine!! thanks for the help! On Sat, Mar 28, 2009 at 6:30 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Paulo Vitor [mailto:foxpv...@gmail.com] > > Subject: Re: A p

RE: A problem with tomcat 6.0.18

2009-03-28 Thread Caldarale, Charles R
> From: Paulo Vitor [mailto:foxpv...@gmail.com] > Subject: Re: A problem with tomcat 6.0.18 > > so which modifications I have to do in this class? I sent you the updated source and class file at 15:55 GMT; did you get it? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/

Re: A problem with tomcat 6.0.18

2009-03-28 Thread Paulo Vitor
I dont receive this update! I only received the email at 12:55 On Sat, Mar 28, 2009 at 6:42 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Paulo Vitor [mailto:foxpv...@gmail.com] > > Subject: Re: A problem with tomcat 6.0.18 > > > > so which

RE: A problem with tomcat 6.0.18

2009-03-28 Thread Caldarale, Charles R
> From: Paulo Vitor [mailto:foxpv...@gmail.com] > Subject: Re: A problem with tomcat 6.0.18 > > I dont receive this update! I only received the email at 12:55 Please convert times to UTC/GMT, since neither of us know the other's time zone. I only sent you one private e-mail

Re: A problem with tomcat 6.0.18

2009-03-28 Thread Paulo Vitor
> > Subject: Re: A problem with tomcat 6.0.18 > > > > I dont receive this update! I only received the email at 12:55 > > Please convert times to UTC/GMT, since neither of us know the other's time > zone. > > I only sent you one private e-mail with attachments; t

RE: A problem with tomcat 6.0.18

2009-03-28 Thread Caldarale, Charles R
> From: Paulo Vitor [mailto:foxpv...@gmail.com] > Subject: Re: A problem with tomcat 6.0.18 > > yeah, now everything works fine! But your only change been remove the > method: final coerceToNumber(final Number number, final Class type); ? And change the line that called it. D

Re: A problem with tomcat 6.0.18

2009-03-28 Thread Paulo Vitor
OK! thanks a lot!!! On Sat, Mar 28, 2009 at 8:36 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Paulo Vitor [mailto:foxpv...@gmail.com] > > Subject: Re: A problem with tomcat 6.0.18 > > > > yeah, now everything works fine! But your only cha

RE: A problem with tomcat 6.0.18

2009-03-28 Thread Martin Gainty
users@tomcat.apache.org > Date: Sat, 28 Mar 2009 14:18:26 -0500 > Subject: RE: A problem with tomcat 6.0.18 > > > From: Paulo Vitor [mailto:foxpv...@gmail.com] > > Subject: Re: A problem with tomcat 6.0.18 > > > > Ok, here is the test case! Remember, on tomcat 6.0.18! &g

Re: A problem with tomcat 6.0.18

2009-03-30 Thread Paulo Vitor
the content provided. > > > > > > > > From: chuck.caldar...@unisys.com > > To: users@tomcat.apache.org > > Date: Sat, 28 Mar 2009 14:18:26 -0500 > > Subject: RE: A problem with tomcat 6.0.18 > > > > > From: Paulo Vitor [mailto:foxpv...@gmail.com]

RE: A problem with tomcat 6.0.18

2009-03-30 Thread Caldarale, Charles R
> From: Paulo Vitor [mailto:foxpv...@gmail.com] > Subject: Re: A problem with tomcat 6.0.18 > > in other app I get one error little different bu referent the same > class. > > java.lang.ClassCastException: java.lang.Integer cannot be cas

Re: A problem with tomcat 6.0.18

2009-03-30 Thread Paulo Vitor
if I change the property end from Integer to Long, than works. On Mon, Mar 30, 2009 at 10:21 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Paulo Vitor [mailto:foxpv...@gmail.com] > > Subject: Re: A problem with tomcat 6.0.18 > > > > in ot

RE: A problem with tomcat 6.0.18

2009-03-31 Thread Caldarale, Charles R
> From: Paulo Vitor [mailto:foxpv...@gmail.com] > Subject: Re: A problem with tomcat 6.0.18 > > if I change the property end from Integer to Long, than works. That's a workaround, but not a proper fix. I'm still working on updating ELSupport.java to better handle arbitra