[
http://jira.jboss.com/jira/browse/JBCACHE-675?page=comments#action_12343448 ]
Ben Wang commented on JBCACHE-675:
----------------------------------
That is, in 2.0, we allow the Id key to be PojoCacheable as well as Serializable now.
Test case failure RecursiveRefTest
----------------------------------
Key: JBCACHE-675
URL:
http://jira.jboss.com/jira/browse/JBCACHE-675
Project: JBoss Cache
Issue Type: Sub-task
Security Level: Public(Everyone can see)
Components: PojoCache
Reporter: Ben Wang
Assigned To: Ben Wang
Fix For: 2.0.0
The fix to require key as Serialiable cuases this test case:
org.jboss.cache.pojo.RecrusiveRefTest to fail because in there it is put(valueId,
valueObject) where valueId is a PojoCacheable object (but not Serializable). It is
PojoCacheable becuase valueObject also uses valueId as the primary key.
--
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