I have an object being saved with the OCM. It has a data field of type InputStream mapped as a 'jcr:data' field. I have two users that retrieve the same object from the OCM by the UUID and walk the InputStream so the second one gets the cached object with the InputStream that has already been walked. How can I make it so that when the object is retrieved it comes with a fresh InputStream?
I'm not quite sure this applied to me or not. https://issues.apache.org/jira/browse/JCR-1187 Thanks in advance, Ryan
