RE: Problem publishing application to debian with tomcat 5.5.17

2008-07-09 Thread Caldarale, Charles R
> From: Sérgio Vieira Rolanski [mailto:[EMAIL PROTECTED] > Subject: Problem publishing application to debian with tomcat 5.5.17 > > java.lang.IllegalArgumentException: Value is no String > (class=java.lang.Integer, value=4) and component > _idJsp46:smUnidadewith The above error message does not lo

Re: Problem publishing application to debian with tomcat 5.5.17

2008-07-09 Thread Sérgio Vieira Rolanski
This is my "java -version" from the server running debian: Java version "1.5.0_14" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_14-b03) Java HotSpot(TM) Server VM (build 1.5.0_14-b03, mixed mode) About my Tomcat, I downloaded and used the last 5.5.x and the 6.0.16 versions on b

RE: Problem publishing application to debian with tomcat 5.5.17

2008-07-09 Thread Caldarale, Charles R
> From: Sérgio Vieira Rolanski [mailto:[EMAIL PROTECTED] > Subject: Re: Problem publishing application to debian with > tomcat 5.5.17 > > This is my "java -version" from the server running debian: O.k., that looks good. Digging deeper into your error messages, there'

Re: Problem publishing application to debian with tomcat 5.5.17

2008-07-09 Thread Sérgio Vieira Rolanski
From: Sérgio Vieira Rolanski [mailto:[EMAIL PROTECTED] Subject: Re: Problem publishing application to debian with tomcat 5.5.17 This is my "java -version" from the server running debian: O.k., that looks good. Digging deeper into your error messages, there's this one: do

RE: Problem publishing application to debian with tomcat 5.5.17

2008-07-09 Thread Caldarale, Charles R
> From: Sérgio Vieira Rolanski [mailto:[EMAIL PROTECTED] > Subject: Re: Problem publishing application to debian with > tomcat 5.5.17 > > I believe you mean the System.GetProperty("file.encoding") It's System.getProperty(), but yes. > on my windows computer

Re: Problem publishing application to debian with tomcat 5.5.17

2008-07-10 Thread Sérgio Vieira Rolanski
arles R wrote: From: Sérgio Vieira Rolanski [mailto:[EMAIL PROTECTED] Subject: Re: Problem publishing application to debian with tomcat 5.5.17 I believe you mean the System.GetProperty("file.encoding") on my windows computer I get "Cp1252" and on my

Re: Problem publishing application to debian with tomcat 5.5.17

2008-07-10 Thread Konstantin Kolinko
g.IllegalArgumentException: Value is no String > (class=java.lang.Integer, value=1) and ... > > or that has nothing to do with the value I'm setting? > > Caldarale, Charles R wrote: >>> >>> From: Sérgio Vieira Rolanski [mailto:[EMAIL PROTECTED] >>> Subje

Re: Problem publishing application to debian with tomcat 5.5.17

2008-07-10 Thread Sérgio Vieira Rolanski
The basewebAcessoLogin.unidade.seqUnidade.value returns an Integer object. The weird thing is that it works on Windows (netbeans + bundle tomcat), but it doesn't work on Debian. Both are running Tomcat 5.5.17. From my point of view it should work on both servers without the need to change anyth

Re: Problem publishing application to debian with tomcat 5.5.17

2008-07-10 Thread Sérgio Vieira Rolanski
Forgot to mention, I don't get the exception on every SelectOneMenu, it seems like a random thing. Maybe it's an ajax problem? Sérgio Vieira Rolanski wrote: The basewebAcessoLogin.unidade.seqUnidade.value returns an Integer object. The weird thing is that it works on Windows (netbeans + bundle

Re: Problem publishing application to debian with tomcat 5.5.17

2008-07-10 Thread Konstantin Kolinko
Have not you tried to ask this question on myfaces-specific lists? Also, may it be, that there are different version of the libraries in your development and production tomcats? 2008/7/10 Sérgio Vieira Rolanski <[EMAIL PROTECTED]>: > The basewebAcessoLogin.unidade.seqUnidade.value returns an Int

Re: Problem publishing application to debian with tomcat 5.5.17

2008-07-10 Thread Sérgio Vieira Rolanski
Not sure why, but at first this seemed like a tomcat issue, like some sort of different configuration on both servers since I deploy the exact same application on both servers with same libraries. Libraries like hibernate, ajax, myfaces, etc. are always deployed every time when I deploy my appl