[jira] [Commented] (JCR-3735) Efficient copying of binaries in Jackrabbit DataStores

2014-02-24 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13910211#comment-13910211 ] Thomas Mueller commented on JCR-3735: - Is this for the FileDataStore? Is this issue abo

[jira] [Commented] (JCR-3735) Efficient copying of binaries in Jackrabbit DataStores

2014-02-24 Thread Amit Jain (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13910246#comment-13910246 ] Amit Jain commented on JCR-3735: Hi, Yes, we will need to copy the file. Using FileChannel

[jira] [Commented] (JCR-3735) Efficient copying of binaries in Jackrabbit DataStores

2014-02-24 Thread Amit Jain (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13910253#comment-13910253 ] Amit Jain commented on JCR-3735: I think the difference if we have to use hashing for de-dup

How to configure Jackrabbit with LDAP server?

2014-02-24 Thread AshokBS
Hi, i am working on Jackrabbit for almost more than 2 weeks and now i have a requirement to work on LDAP stuff. i.e i want to *integrate Jackrabbit with LDAP server*, how to do this? Pls provide me the steps or sample project if existing? I need this bit urgent. Kindly help me with this, since i c

[jira] [Commented] (JCR-3735) Efficient copying of binaries in Jackrabbit DataStores

2014-02-24 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13910300#comment-13910300 ] Thomas Mueller commented on JCR-3735: - Hm, you mean we create a new variant of FileDataS

[jira] [Commented] (JCR-3735) Efficient copying of binaries in Jackrabbit DataStores

2014-02-24 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13910370#comment-13910370 ] Jukka Zitting commented on JCR-3735: bq. This step is an additional overhead when the up

Webdav upload large files

2014-02-24 Thread Станиславский Константин
Hello, I am trying to use jackrabbit and Sardine library to upload files to Webdav server. Everything is just perfect excepti uploading big files. When I try to upload bigger than several KB files, the httpclient used by both libraries returns java.net.SocketException: Connection reset by peer: so

Re: Webdav upload large files

2014-02-24 Thread Alexander Klimetschek
Guessing: This might be a request body size limit in the servlet container being used. Cheers, Alex On 24.02.2014, at 03:41, Станиславский Константин wrote: > Hello, > > I am trying to use jackrabbit and Sardine library to upload files to Webdav > server. > Everything is just perfect excepti

[jira] [Commented] (JCR-3735) Efficient copying of binaries in Jackrabbit DataStores

2014-02-24 Thread Amit Jain (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13911265#comment-13911265 ] Amit Jain commented on JCR-3735: >> Hm, you mean we create a new variant of FileDataStore th