[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-1552) StatefulTreeCache.getMaxSize() is unimplemented
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Mon Oct 27 18:10:20 EDT 2008
StatefulTreeCache.getMaxSize() is unimplemented
-----------------------------------------------
Key: EJBTHREE-1552
URL: https://jira.jboss.org/jira/browse/EJBTHREE-1552
Project: EJB 3.0
Issue Type: Bug
Components: core
Affects Versions: 1.0.0-Beta5
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 1.0.0-Beta6
This needs to be replaced with the value from @CacheConfig.maxSize() :
public int getMaxSize()
{
return -1;
}
--
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