[
https://issues.apache.org/jira/browse/JCR-1187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674475#action_12674475
]
James Snyder commented on JCR-1187:
-----------------------------------
To get around this issue using the OCM, I had to clear the OCM request cache to
get a new stream. I am using the db data store, but I am not sure why this
worked given the description of the bug.
> Asking a property twice for it's stream returns the same stream instance
> ------------------------------------------------------------------------
>
> Key: JCR-1187
> URL: https://issues.apache.org/jira/browse/JCR-1187
> Project: Jackrabbit Content Repository
> Issue Type: Bug
> Components: jackrabbit-core
> Reporter: Esteban Franqueiro
> Attachments: DataStoreTestUtils.java, TestTwoGetStreams.java
>
>
> If you ask a property stored in the database data store (JCR-1154) for it's
> associated stream twice, the stream instance returned is the same. This
> behavior is not consistent with the file data store, which returns a
> different stream instance each time Property.getStream() is called.
> I'm attaching a test case wich demostrates the issue.
> We're working on this and have a potencial fix for it.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.