Re: [WARNING] 4.1.2 try to access hidden class java.util.HashMap$Entry

2007-03-13 Thread Jesse Kuhnert
Yes, registering in JIRA is what will start your timer for getting a fix on it. ;) I'll probably fix it pretty quickly assuming the bug report is sufficient to re-produce the error. On 3/12/07, maksymg <[EMAIL PROTECTED]> wrote: Do you know timetable when the issue will fixed? Should I regist

Re: [WARNING] 4.1.2 try to access hidden class java.util.HashMap$Entry

2007-03-12 Thread maksymg
Do you know timetable when the issue will fixed? Should I registered in JIRA? -- View this message in context: http://www.nabble.com/4.1.2-try-to-access-hidden-class-java.util.HashMap%24Entry-tf3390928.html#a9443605 Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: 4.1.2 try to access hidden class java.util.HashMap$Entry

2007-03-12 Thread andyhot
They look like issues caused by the (new and still in progress version of) ognl ... http://jira.opensymphony.com/browse/OGNL maksymg wrote: Hi, I'm trying to switch my working code from 4.1.1 to 4.1.2-SNAPSHOT, but get an OGNL error. It seems that the Tapestry tries to get list of properties

4.1.2 try to access hidden class java.util.HashMap$Entry

2007-03-12 Thread maksymg
Hi, I'm trying to switch my working code from 4.1.1 to 4.1.2-SNAPSHOT, but get an OGNL error. It seems that the Tapestry tries to get list of properties based on the actual class not interface of the object even if class is not public. page class: abstract public Map getProcessMap(); abstract