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 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.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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
based on the actual class not interface of the object even if class is not
public.

page class:

abstract public Map getProcessMap();

abstract public Map.Entry getIterProcessEntry();


page definition:










Exception:
 tried to access class java.util.HashMap$Entry from class
ognl.ASTTest28738682Accessor

So despite "iterProcessEntry" property is defined with public interface
Map.Entry, the calculation of "iterProcessEntry.key" tries to work with
class information that is not public in this case. It it bug? I have not
been able to find anything in JIRA. How such often used code was able to
stop working and sleep though test cases? I use Sun JDK 1.5.11.
  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 public Map.Entry getIterProcessEntry();


page definition:










Exception:
 tried to access class java.util.HashMap$Entry from class
ognl.ASTTest28738682Accessor

So despite "iterProcessEntry" property is defined with public interface
Map.Entry, the calculation of "iterProcessEntry.key" tries to work with
class information that is not public in this case. It it bug? I have not
been able to find anything in JIRA. How such often used code was able to
stop working and sleep though test cases? I use Sun JDK 1.5.11.
-- 
View this message in context: 
http://www.nabble.com/4.1.2-try-to-access-hidden-class-java.util.HashMap%24Entry-tf3390928.html#a9438997
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]