[ 
https://issues.apache.org/jira/browse/JCR-2274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12746931#action_12746931
 ] 

Thomas Mueller commented on JCR-2274:
-------------------------------------

Hi,

The configuration looks good. However, the database data store does not seem to 
be the problem: temporary files created by the data store start with 
"dbRecord", and your file starts with "bin". It looks like the file is created 
by another component. Could you check the file size, and the content of the 
file? From what I see, it could be two things:

1) DbFileSystem / OracleFileSystem
2) BLOBInTempFile

In both cases, the file should be deleted. Let's first see what component is 
'resonsible'... To fix the problem, probably we will also need a reproducible 
test case. If possible, 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 Jackrabbit. Please include any initialization code.

> Data Store: temporary files even if copyWhenReading is false
> ------------------------------------------------------------
>
>                 Key: JCR-2274
>                 URL: https://issues.apache.org/jira/browse/JCR-2274
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-core
>            Reporter: premkumar
>            Assignee: Thomas Mueller
>         Attachments: repository.xml
>
>
> Im using datastore content repository.  Im getting temporary files in temp 
> folder even after made <param name="copyWhenReading" value="false" />. After 
> deleting all those temp files, Im not able to download files from repository.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to