Details
-
Bug
-
Resolution: Fixed
-
Minor
-
1.1 M4
-
None
-
Integration
-
Description
When a document is retrieved from database, $doc.creationDate is java.sql.Timestamp and when it is retrieved from the cache, it is a java.util.Date. This causes $doc.creationDate to be different in the two cases, because of the toString() implementation.