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-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-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 Paulo Vitor
yeah, now everything works fine! But your only change been remove the method: final coerceToNumber(final Number number, final Class type); ? On Sat, Mar 28, 2009 at 7:42 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Paulo Vitor [mailto:foxpv...@gmail.com]

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 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 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
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 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 Paulo Vitor
gt; 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 class java.lan

A problem with tomcat 6.0.18

2009-03-27 Thread Paulo Vitor
Hi, is my first question in the list. 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 class java.lang.Integer to class java.lang.Number. I don't know what