Null values not allowed problem with myfaces nightly 1.1.5

2006-11-23 Thread Adrian Mitev
Hi guys! After some time working with the application i got this exception: Caused by: java.lang.NullPointerException: null values not allowed at org.apache.commons.collections.map.AbstractReferenceMap.put( AbstractReferenceMap.java:251) at org.apache.myfaces.application.jsp.JspStateManagerImpl$S

Re: Null values not allowed problem with myfaces nightly 1.1.5

2006-11-23 Thread Matthias Wessendorf
mmm, that is the good old 1.1.3 show stopper... http://issues.apache.org/jira/browse/MYFACES-1296 are you sure you using the 1.1.5 ? and don't have 1.1.3 somewhere in cache, work dir or what ever ? -Matthias On 11/23/06, Adrian Mitev <[EMAIL PROTECTED]> wrote: Hi guys! After some time workin

Re: Null values not allowed problem with myfaces nightly 1.1.5

2006-11-23 Thread Adrian Mitev
Hi! Yes i am using 1.1.5 nighly in the rendered HTML i have oamSetHiddenInput() method and AFAIK this in only in 1.1.5 nightlies. However i switched to 1.1.4 release version and now everything is OK. 2006/11/23, Matthias Wessendorf <[EMAIL PROTECTED]>: mmm, that is the good old 1.1.3 show stop

Re: Null values not allowed problem with myfaces nightly 1.1.5

2006-11-23 Thread Matthias Wessendorf
I am asking because in the *old* broken version, the line 717 is around add() which is not the case in the 1.1.5 version. the oamSetHiddenInput() function was added in september to shared, which is used by impl and tomahawk. Let me check that later or early tomorrow, thx, matthias On 11/23/06,

Re: Null values not allowed problem with myfaces nightly 1.1.5

2006-11-23 Thread Matthias Wessendorf
one more thing, can you try to enable loglevel "info" and look if you see something like Starting up MyFaces-package : ... that was introduced in myfaces core (impl) 1.1.5 Thanks! Matthias On 11/23/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: I am asking because in the *old* broken

Re: Null values not allowed problem with myfaces nightly 1.1.5

2006-11-24 Thread Adrian Mitev
I tried this night's build and it is working. Thx! 2006/11/23, Matthias Wessendorf <[EMAIL PROTECTED]>: one more thing, can you try to enable loglevel "info" and look if you see something like Starting up MyFaces-package : ... that was introduced in myfaces core (impl) 1.1.5 Thanks! Mat

Re: Null values not allowed problem with myfaces nightly 1.1.5

2006-11-24 Thread Matthias Wessendorf
:) I am 100% sure there went something wrong yesterday, since number of lines in clazz is different. Glad it works again :) On 11/24/06, Adrian Mitev <[EMAIL PROTECTED]> wrote: I tried this night's build and it is working. Thx! 2006/11/23, Matthias Wessendorf <[EMAIL PROTECTED]>: > one more

RE: Null values not allowed problem with myfaces nightly 1.1.5

2006-12-01 Thread Jeffrey Porter
f Porter -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: 24 November 2006 12:23 To: MyFaces Discussion Subject: Re: Null values not allowed problem with myfaces nightly 1.1.5 :) I am 100% sure there went something wrong yesterday, s

Re: Null values not allowed problem with myfaces nightly 1.1.5

2006-12-01 Thread Matthias Wessendorf
om: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: 24 November 2006 12:23 To: MyFaces Discussion Subject: Re: Null values not allowed problem with myfaces nightly 1.1.5 :) I am 100% sure there went something wrong yesterday, since number of lines in clazz is di

RE: Null values not allowed problem with myfaces nightly 1.1.5

2006-12-01 Thread Jeffrey Porter
27;s ErrorConsole. Jeff. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: 01 December 2006 13:40 To: MyFaces Discussion Subject: Re: Null values not allowed problem with myfaces nightly 1.1.5 Jeff, you are getting nul

Re: Null values not allowed problem with myfaces nightly 1.1.5

2006-12-01 Thread Matthias Wessendorf
] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: 01 December 2006 13:40 To: MyFaces Discussion Subject: Re: Null values not allowed problem with myfaces nightly 1.1.5 Jeff, you are getting null values not allowed at org.apache.commons.collections.map.AbstractReferenceMap.put(A

RE: Null values not allowed problem with myfaces nightly 1.1.5

2006-12-01 Thread Jeffrey Porter
f Sent: 01 December 2006 14:24 To: MyFaces Discussion Subject: Re: Null values not allowed problem with myfaces nightly 1.1.5 ah! ok, the thread you are replying to is related to the stack trace I posted. your issue has been filed already http://issues.apache.org/jira/browse/MYFACES-1504 -Matthias