[jboss-jira] [JBoss JIRA] Commented: (JBCACHE-1061) BeanShell version JBossCache uses does not support entering generic Collections
Galder Zamarreno (JIRA)
jira-events at lists.jboss.org
Wed May 16 07:36:52 EDT 2007
[ http://jira.jboss.com/jira/browse/JBCACHE-1061?page=comments#action_12362339 ]
Galder Zamarreno commented on JBCACHE-1061:
-------------------------------------------
The PojoCache tutorial was going to the following Collection:
lang = new ArrayList<String>();
I'm reverting the tutorial to:
lang = new ArrayList();
until we find a solution for this task.
> BeanShell version JBossCache uses does not support entering generic Collections
> -------------------------------------------------------------------------------
>
> Key: JBCACHE-1061
> URL: http://jira.jboss.com/jira/browse/JBCACHE-1061
> Project: JBoss Cache
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Affects Versions: 2.0.0.CR1
> Reporter: Galder Zamarreno
> Assigned To: Galder Zamarreno
> Priority: Minor
> Fix For: 2.0.0.CR2
>
>
> Need to investigate whether there's a more up to date version:
> bsh % lang = new ArrayList<String>();
> // Error: Parser Error: Parse error at line 1, column 121. Encountered: <
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list