Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/JS1-508 Here is an overview of the issue: --------------------------------------------------------------------- Key: JS1-508 Summary: GenericMVCContext getKeys() throws error Type: Bug Status: Unassigned Priority: Major Project: Jetspeed Components: Portlets Versions: 1.6-dev 1.5 Assignee: Reporter: Bob Fleischman Created: Tue, 3 Aug 2004 4:34 AM Updated: Tue, 3 Aug 2004 4:34 AM Description: The org.apache.jetspeed.portal.portlets.GenericMVCContext method getKeys() throws java.lang.UnsupportedOperationException at keySet.add(keys[i]); (line 140 in the 1.6dev code) GenericMVCContext uses a HashMap for 'data'. The keySet() method of HashMap does not support 'add'; see http://java.sun.com/j2se/1.4.2/docs/api/java/util/HashMap.html. I was trying to get a dump of keys in the Context when I came across this. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
