[
https://jira.jboss.org/jira/browse/ISPN-157?page=com.atlassian.jira.plugi...
]
Galder Zamarreno commented on ISPN-157:
---------------------------------------
As a FYI, this was discovered while testing Infinispan Hibernate 2nd level cache provider
MarshalledValueInterceptor does not override visitEvictCommand
--------------------------------------------------------------
Key: ISPN-157
URL:
https://jira.jboss.org/jira/browse/ISPN-157
Project: Infinispan
Issue Type: Bug
Components: Eviction
Affects Versions: 4.0.0.ALPHA6
Reporter: Galder Zamarreno
Assignee: Galder Zamarreno
Fix For: 4.0.0.BETA1
Tests like this fail because the key being looked up hasn't been wrapped around a
MarshalledValue, which should the job of MarshalledValueInterceptor.visitEvictCommand
override:
public void testEvictMarshalledValue() {
Pojo pojo = new Pojo();
cache1.put(pojo, pojo);
cache1.evict(pojo);
assert !cache1.containsKey(pojo);
}
--
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