[jboss-jira] [JBoss JIRA] Created: (JBCLUSTER-230) Infinite recursive loop in CacheManagerManagedCache.getKeys

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Tue Mar 31 23:33:22 EDT 2009


Infinite recursive loop in CacheManagerManagedCache.getKeys
-----------------------------------------------------------

                 Key: JBCLUSTER-230
                 URL: https://jira.jboss.org/jira/browse/JBCLUSTER-230
             Project: JBoss Clustering
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: HA-Server-Cache-JBC
    Affects Versions: 1.1.0.GA
            Reporter: Brian Stansberry
            Assignee: Brian Stansberry
             Fix For: HA-Server-Cache-JBC 2.0.0.GA


Doesn't call through to the delegate:

   public Set<K> getKeys(String arg0)
   {
      return getKeys(arg0);
   }

   public Set<K> getKeys(Fqn arg0)
   {
      return getKeys(arg0);
   }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list