[
https://issues.apache.org/jira/browse/JCR-2187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12728638#action_12728638
]
Thomas Mueller commented on JCR-2187:
-------------------------------------
In the configuration, could you change
<param name="copyWhenReading" value="false"/>
to
<param name="copyWhenReading" value="true"/>
Could you also check the log files for error messages and exception stack
traces? If you don't find anything, could you post a simple, standalone test
case that reproduces the problem? It would be great if the test case does not
have any dependencies except the Jackrabbit jar files (that is, a simple Java
class uses the JCR API and is run using a static main method). Please include
any initialization code in the Java class, so that it does not depend on an
existing repository.
By the way I wouldn't use <param name="minRecordLength" value="8"/>, instead
use the default or a higher value, such as 1024.
> Jackrabbit Datastore issue
> --------------------------
>
> Key: JCR-2187
> URL: https://issues.apache.org/jira/browse/JCR-2187
> Project: Jackrabbit Content Repository
> Issue Type: Bug
> Affects Versions: 1.5.6
> Environment: windows xp, oracle
> Reporter: premkumar
> Attachments: repository.xml
>
>
> When I use datastore in jackrabbit for storing file stream, Im getting null
> value in DB for BLOB which is having more than 2000 length.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.