[jira] Subscription: open issues

2007-03-03 Thread jira
Issue Subscription Filter: open issues (113 issues) Open Issues for Apache Jackrabbit Subscriber: jackrabbitdev Key Summary JCR-775 "JCR levels" link on http://jackrabbit.apache.org/doc/index.html broken https://issues.apache.org/jira/browse/JCR-775 JCR-774 TCK: Test

[jira] Resolved: (JCR-766) Remove Maven 1 files

2007-03-03 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting resolved JCR-766. --- Resolution: Fixed Maven 1 files removed in revision 514265. > Remove Maven 1 files > --

Re: [jira] Escaping node names in xpath queries

2007-03-03 Thread Jukka Zitting
Hi, On 3/4/07, James Hang <[EMAIL PROTECTED]> wrote: Thanks for the response. Is there a Jackrabbit library that we can use to do this escaping for us? Check out the org.apache.jackrabbit.util.ISO9075 class in the jackrabbit-jcr-commons library. It contains static encode() and decode() method

[jira] Commented: (JCR-756) Concurrent add/remove child node operations in a cluster may corrupt repository.

2007-03-03 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477701 ] Jukka Zitting commented on JCR-756: --- No problem, we'll just release the fix with 1.3. :-) > Concurrent add/remove chi

Re: [jira] Escaping node names in xpath queries

2007-03-03 Thread James Hang
Thanks for the response. Is there a Jackrabbit library that we can use to do this escaping for us? James Julian Reschke wrote: > > James Hang schrieb: >> We're having problems running an xpath query where a node name in the >> xpath >> contains blank spaces. >> >> For example, the followi

[jira] Commented: (JCR-756) Concurrent add/remove child node operations in a cluster may corrupt repository.

2007-03-03 Thread Dominique Pfister (JIRA)
[ https://issues.apache.org/jira/browse/JCR-756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477661 ] Dominique Pfister commented on JCR-756: --- Jukka, sorry for not having answered to your question, was quite busy the

[jira] Updated: (JCR-772) Merging between workspaces fails

2007-03-03 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-772: -- Fix Version/s: (was: 1.3) 1.2.3 Tagging this still for 1.2.3. > Merging between wo

[jira] Updated: (JCR-756) Concurrent add/remove child node operations in a cluster may corrupt repository.

2007-03-03 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-756: -- Fix Version/s: (was: 1.2.3) 1.3 > Concurrent add/remove child node operations in a

Jackrabbit community statistics

2007-03-03 Thread Jukka Zitting
Hi, It seems like this year we are going to hit JCR-1000 and have month with more than 1000 Jackrabbit mailing list messages. :-) See the graphs I just put together on the number of messages per month and the total number of filed issues: http://people.apache.org/~jukka/jackrabbit/messages.pn

Re: Escaping node names in xpath queries

2007-03-03 Thread Julian Reschke
James Hang schrieb: We're having problems running an xpath query where a node name in the xpath contains blank spaces. For example, the following query won't work because of the blank space in the name "Node A": /jcr:root//mypath/Node A//element(*, myType) order by @cx:created ascending We tri