You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by "Jeremy Ford (JIRA)" <je...@portals.apache.org> on 2005/05/26 05:34:11 UTC

[jira] Updated: (JS1-508) [FIX] GenericMVCContext getKeys() throws error

     [ http://issues.apache.org/jira/browse/JS1-508?page=all ]

Jeremy Ford updated JS1-508:
----------------------------

    Summary: [FIX] GenericMVCContext  getKeys() throws error  (was: GenericMVCContext  getKeys() throws error)

> [FIX] GenericMVCContext  getKeys() throws error
> -----------------------------------------------
>
>          Key: JS1-508
>          URL: http://issues.apache.org/jira/browse/JS1-508
>      Project: Jetspeed
>         Type: Bug
>   Components: Portlets
>     Versions: 1.6-dev, 1.5
>     Reporter: Bob Fleischman
>      Fix For: 1.6-dev

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

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org