special Constraints on Node names ?

2008-11-10 Thread Sebastian Lindstaedt
Hi, I'm created a naming scheme for my nodes that uses md5-file hashes of its attached file (jcr:data) for the node name Creating of the nodes, goes like this: ---8- Node compoundNode = n.addNode(removeFileExtension(hashValue), nt:unstructured);

Re: special Constraints on Node names ?

2008-11-10 Thread Alexander Klimetschek
XPath queries must be encoded in ISO 9075. There is a helper class in jackrabbit-jcr-commons for that: org.apache.jackrabbit.util.ISO9075 [1] Regards, Alex [1]

Re: special Constraints on Node names ?

2008-11-10 Thread Julian Reschke
Sebastian Lindstaedt wrote: ... Given that creation scheme there are nodes with names that start with an number (e.g. 9428beec5dd65d1b54985661ca3eefca) and there are nodes with names, that start with a character (e.g a980d10665f268b0ec6c13ebea43034f). Using the same

[jira] Created: (JCR-1850) Journal: Use buffered input / output streams

2008-11-10 Thread Marcel Reutegger (JIRA)
Journal: Use buffered input / output streams Key: JCR-1850 URL: https://issues.apache.org/jira/browse/JCR-1850 Project: Jackrabbit Issue Type: Improvement Components: jackrabbit-core

[jira] Updated: (JCR-1850) Journal: Use buffered input / output streams

2008-11-10 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger updated JCR-1850: -- Attachment: JCR-1850.patch Proposed patch. Journal: Use buffered input / output streams

Re: Alternative OCM (Object Content Mapping )

2008-11-10 Thread Fard
Before I use JCROM I tried using native Jackrabbit OCM but it didn't response to my need. Anyhow thank you for your recommend. Aleksei Lukin wrote: On Monday 10 November 2008 08:03:35 Fard wrote: I successfully use native Jackrabbit OCM and it is more powerfull then JCROM though a bit

Re: Alternative OCM (Object Content Mapping )

2008-11-10 Thread Aleksei Lukin
On Monday 10 November 2008 08:03:35 Fard wrote: I successfully use native Jackrabbit OCM and it is more powerfull then JCROM though a bit complicated. First take a look at http://jackrabbit.apache.org/object-content-mapping.html But the best way to get into is test suite from jackrabbit-ocm

Re: Alternative OCM (Object Content Mapping )

2008-11-10 Thread Christophe Lombart
On Mon, Nov 10, 2008 at 16:25, Fard [EMAIL PROTECTED] wrote: Before I use JCROM I tried using native Jackrabbit OCM but it didn't response to my need. Which one ? thanks, Christophe

[jira] Updated: (JCR-1849) EventJournal

2008-11-10 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger updated JCR-1849: -- Attachment: jackrabbit-api.patch EventJournal interface in jackrabbit-api. This is only

[jira] Commented: (JCR-1744) PROPFIND response to a request for a property that does not exist reports an empty DAV:prop element

2008-11-10 Thread Jan Haderka (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12646257#action_12646257 ] Jan Haderka commented on JCR-1744: -- Hi, any chance this can be ported to 1.4 branch as well?

Re: Alternative OCM (Object Content Mapping )

2008-11-10 Thread Fard
I have used jackrabbit 1.4. Thanks Maurice Fard Christophe Lombart wrote: On Mon, Nov 10, 2008 at 16:25, Fard [EMAIL PROTECTED] wrote: Before I use JCROM I tried using native Jackrabbit OCM but it didn't response to my need. Which one ? thanks, Christophe -- View this

Re: Alternative OCM (Object Content Mapping )

2008-11-10 Thread Christophe Lombart
make a try with 1.5 which is simpler :-) Christophe On Mon, Nov 10, 2008 at 21:46, Fard [EMAIL PROTECTED] wrote: I have used jackrabbit 1.4. Thanks Maurice Fard Christophe Lombart wrote: On Mon, Nov 10, 2008 at 16:25, Fard [EMAIL PROTECTED] wrote: Before I use JCROM I tried

[jira] Updated: (JCR-1849) EventJournal

2008-11-10 Thread angela (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] angela updated JCR-1849: Issue Type: Sub-task (was: New Feature) Parent: JCR-1104 EventJournal Key: