CacheModel.NULL_OBJECT should be Serializable to be used with non-in-memory caches ----------------------------------------------------------------------------------
Key: IBATIS-489 URL: https://issues.apache.org/jira/browse/IBATIS-489 Project: iBatis for Java Issue Type: Bug Components: SQL Maps Affects Versions: 2.3.0 Reporter: Eung-ju PARK I'm writing memcached CacheController. I've meet a problem. If result of a queryForObject is null, CacheModel tries to store NULL_OBJECT on cache. But NULL_OBJECT is not serializable so memcached client throws "IllegalArgumentException: Non-serializable object". NULL_OBJECT should be Serializable. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.