[
https://jira.jboss.org/browse/GTNPORTAL-1575?page=com.atlassian.jira.plug...
]
Marek Posolda commented on GTNPORTAL-1575:
------------------------------------------
I've tried to test but it seems that new configuration is not working at all. It's
because this configuration does not contain "liveTime" field and so default
liveTime is 0. And
so nothing is put into cache according to condition in ConcurrentFifoExoCache.put()
if (liveTimeMillis != 0)
{
long expirationTime = liveTimeMillis > 0 ? System.currentTimeMillis() +
liveTimeMillis : Long.MAX_VALUE;
state.put(expirationTime, name, obj);
}
I've verified that problem is fixed after adding liveTime:
<field name="liveTime">
<long>600</long>
</field>
Create a dedicated configuration section for MOP cache
------------------------------------------------------
Key: GTNPORTAL-1575
URL:
https://jira.jboss.org/browse/GTNPORTAL-1575
Project: GateIn Portal
Issue Type: Task
Security Level: Public(Everyone can see)
Reporter: Julien Viet
Assignee: Julien Viet
Fix For: 3.2.0-GA
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira