jcr:lastmodified property not accessible from frozenNode.

2009-10-28 Thread Sunil Dhage
Hi All, In my application I am storing photos in a nt:resource node and I am explicitly setting jcr:lastmodified property. While fetching all the versions of that photo, I am getting the binary content, mimetype from the frozenNodes but lastmodified property is not available. I am getting

Re: jcr:lastmodified property not accessible from frozenNode.

2009-10-28 Thread Tobias Bocanegra
hi, in JCR1.0 the jcr:lastModified of a nt:resource has a OPV=Ignore, which means, it is not versioned: [nt:resource] nt:base, mix:referenceable - jcr:encoding (string) - jcr:mimeType (string) mandatory - jcr:data (binary) primary mandatory - jcr:lastModified (date) mandatory ignore in