[jira] Updated: (JCR-1323) When using QueryImpl.setLimit() and QueryImpl.setOffset(), then NodeIterator.getSize() reports wrong size

2008-01-18 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1323: - Fix Version/s: 1.4.1 When using QueryImpl.setLimit() and QueryImpl.setOffset(), then

[jira] Resolved: (JCR-1323) When using QueryImpl.setLimit() and QueryImpl.setOffset(), then NodeIterator.getSize() reports wrong size

2008-01-18 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl resolved JCR-1323. -- Resolution: Fixed Fix Version/s: 1.5 Thanks a lot for clarifying! Fixed in rev. 613221

[jira] Commented: (JCR-1196) Optimize queries for DescendantSelfAxisWeight/ChildAxisQuery

2008-01-17 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12560259#action_12560259 ] Christoph Kiehl commented on JCR-1196: -- Description for slow ChildAxisQuery by Martin

[jira] Resolved: (JCR-1324) strange performance issue when using XPath query

2008-01-17 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl resolved JCR-1324. -- Resolution: Duplicate Assignee: Christoph Kiehl Thanks for reporting but this is a knows

[jira] Commented: (JCR-1302) ArrayHits does not end properly when skipTo doesn't find document

2008-01-10 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12557624#action_12557624 ] Christoph Kiehl commented on JCR-1302: -- Thanks a lot Owen for tracking this down and

[jira] Assigned: (JCR-1302) ArrayHits does not end properly when skipTo doesn't find document

2008-01-09 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl reassigned JCR-1302: Assignee: Christoph Kiehl ArrayHits does not end properly when skipTo doesn't find document

[jira] Commented: (JCR-1251) DescendantSelfAxisQuery creates too many object instances

2007-12-07 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549493 ] Christoph Kiehl commented on JCR-1251: -- Well spotted! I observed another gain of about 7% on my machine with

[jira] Resolved: (JCR-1251) DescendantSelfAxisQuery creates too many object instances

2007-12-05 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl resolved JCR-1251. -- Resolution: Fixed Committed in rev. 601562 DescendantSelfAxisQuery creates too many object

[jira] Commented: (JCR-1251) DescendantSelfAxisQuery creates too many object instances

2007-12-02 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12547620 ] Christoph Kiehl commented on JCR-1251: -- Ah, you are certainly right. I'll use System.arraycopy instead. Thanks

[jira] Created: (JCR-1251) DescendantSelfAxisQuery creates too many object instances

2007-12-01 Thread Christoph Kiehl (JIRA)
DescendantSelfAxisQuery creates too many object instances - Key: JCR-1251 URL: https://issues.apache.org/jira/browse/JCR-1251 Project: Jackrabbit Issue Type: Improvement

[jira] Updated: (JCR-1251) DescendantSelfAxisQuery creates too many object instances

2007-12-01 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1251: - Attachment: DescendantSelfAxisQuery-patch.txt I'm getting a performance boost of about 40% on big

[jira] Updated: (JCR-1213) UUIDDocId cache does not work properly because of weakReferences in combination with new instance for combined indexreader

2007-11-28 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1213: - Attachment: JCR-1213-ckiehl.txt I like Marcels idea to use the creation tick to identity the base

[jira] Updated: (JCR-1213) UUIDDocId cache does not work properly because of weakReferences in combination with new instance for combined indexreader

2007-11-28 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1213: - Attachment: (was: JCR-1213-ckiehl.txt) UUIDDocId cache does not work properly because of

[jira] Updated: (JCR-1213) UUIDDocId cache does not work properly because of weakReferences in combination with new instance for combined indexreader

2007-11-28 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1213: - Attachment: JCR-1213-ckiehl.txt Fixed a small glitch. And btw, there is still some javadoc

[jira] Commented: (JCR-1236) New Jackrabbit site skin

2007-11-27 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12545755 ] Christoph Kiehl commented on JCR-1236: -- What's the reason for changing the skin? I like the old one better than

[jira] Commented: (JCR-1237) Change default value for respectDocumentOrder

2007-11-27 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12545971 ] Christoph Kiehl commented on JCR-1237: -- +1 to change the default for respectDocumentOrder to false. Most people

[jira] Commented: (JCR-1238) Change default value for maxMergeDocs

2007-11-27 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12545975 ] Christoph Kiehl commented on JCR-1238: -- Sounds good! +1 Change default value for maxMergeDocs

[jira] Created: (JCR-1223) Ocassionally NPE on node checkin

2007-11-20 Thread Christoph Kiehl (JIRA)
Ocassionally NPE on node checkin Key: JCR-1223 URL: https://issues.apache.org/jira/browse/JCR-1223 Project: Jackrabbit Issue Type: Bug Components: versioning Affects Versions: 1.3.1

[jira] Commented: (JCR-1041) Avoid using BitSets in ChildAxisQuery to minimize memory usage

2007-09-05 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524997 ] Christoph Kiehl commented on JCR-1041: -- Fixed a little bug in ChildAxisScorer.skipTo() in revision 572885 as

[jira] Resolved: (JCR-1073) Add getTotalSize() to QueryResults

2007-09-05 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl resolved JCR-1073. -- Resolution: Fixed Fix Version/s: 1.4 Committed patch in revision 572889. I'll open a new

[jira] Created: (JCR-1114) Remove QueryResultImpl and rename LazyQueryResultImpl to QueryResultImpl

2007-09-05 Thread Christoph Kiehl (JIRA)
Remove QueryResultImpl and rename LazyQueryResultImpl to QueryResultImpl Key: JCR-1114 URL: https://issues.apache.org/jira/browse/JCR-1114 Project: Jackrabbit Issue

[jira] Resolved: (JCR-1114) Remove QueryResultImpl and rename LazyQueryResultImpl to QueryResultImpl

2007-09-05 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl resolved JCR-1114. -- Resolution: Fixed Committed changes in revision 572890 and 572891. Remove QueryResultImpl and

[jira] Updated: (JCR-1066) Exclude system index for queries that restrict the result set to nodetypes not availble in the jcr:system subtree

2007-08-24 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1066: - Attachment: QueryNodeFactory_2.patch I like the patch. Just one thought: I would prefer removing

[jira] Commented: (JCR-1064) Optimize queries that check for the existence of a property

2007-08-24 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522442 ] Christoph Kiehl commented on JCR-1064: -- I like the patch so far. Just a few comments: LuceneQueryBuilder: - I

[jira] Updated: (JCR-1066) Exclude system index for queries that restrict the result set to nodetypes not availble in the jcr:system subtree

2007-08-21 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1066: - Attachment: patch_with_extendible_system_nodetypes.txt I'm not really happy with all those

[jira] Updated: (JCR-1073) Add getTotalSize() to QueryResults

2007-08-21 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1073: - Attachment: patch.txt A first shot how this might look like. I stumbled over QueryResultImpl which

[jira] Updated: (JCR-1066) Exclude system index for queries that restrict the result set to nodetypes not availble in the jcr:system subtree

2007-08-20 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1066: - Attachment: (was: patch.txt) Exclude system index for queries that restrict the result set to

[jira] Updated: (JCR-1066) Exclude system index for queries that restrict the result set to nodetypes not availble in the jcr:system subtree

2007-08-20 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1066: - Attachment: patch.txt rep:system was still missing Exclude system index for queries that

[jira] Updated: (JCR-1066) Exclude system index for queries that restrict the result set to nodetypes not availble in the jcr:system subtree

2007-08-17 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1066: - Attachment: patch.txt Added a corrected patch which incorporates the suggested changes. You were

[jira] Updated: (JCR-1066) Exclude system index for queries that restrict the result set to nodetypes not availble in the jcr:system subtree

2007-08-17 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1066: - Attachment: (was: patch.txt) Exclude system index for queries that restrict the result set to

[jira] Created: (JCR-1066) Exclude system index for queries that restrict the result set to nodetypes not availble in the jcr:system subtree

2007-08-16 Thread Christoph Kiehl (JIRA)
Exclude system index for queries that restrict the result set to nodetypes not availble in the jcr:system subtree --- Key: JCR-1066 URL:

[jira] Updated: (JCR-1066) Exclude system index for queries that restrict the result set to nodetypes not availble in the jcr:system subtree

2007-08-16 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1066: - Attachment: patch.txt This is an initial patch. I'm not fully satisfied with it because

[jira] Updated: (JCR-1066) Exclude system index for queries that restrict the result set to nodetypes not availble in the jcr:system subtree

2007-08-16 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1066: - Attachment: (was: patch.txt) Exclude system index for queries that restrict the result set to

[jira] Resolved: (JCR-1041) Avoid using BitSets in ChildAxisQuery to minimize memory usage

2007-08-15 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl resolved JCR-1041. -- Resolution: Fixed Fix Version/s: 1.4 Added suggested patch with additional license

[jira] Commented: (JCR-989) Modify LazyQueryResultImpl to allow resultFetchSize to be set programmatically

2007-08-14 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12519626 ] Christoph Kiehl commented on JCR-989: - Okay. What to do now? Based on the discussion on the dev list

[jira] Resolved: (JCR-1058) Index segment lost after consistency check

2007-08-14 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl resolved JCR-1058. -- Resolution: Fixed Index segment lost after consistency check

[jira] Reopened: (JCR-1058) Index segment lost after consistency check

2007-08-14 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl reopened JCR-1058: -- Assignee: Christoph Kiehl Index segment lost after consistency check

[jira] Commented: (JCR-1041) Avoid using BitSets in ChildAxisQuery to minimize memory usage

2007-08-08 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518568 ] Christoph Kiehl commented on JCR-1041: -- Well, according to various sources

[jira] Assigned: (JCR-1051) MatchAllScorer calculateDocFilter() bug

2007-08-07 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl reassigned JCR-1051: Assignee: Christoph Kiehl MatchAllScorer calculateDocFilter() bug

[jira] Resolved: (JCR-989) Modify LazyQueryResultImpl to allow resultFetchSize to be set programmatically

2007-08-07 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl resolved JCR-989. - Resolution: Fixed Fix Version/s: 1.4 committed in revision 563688 Modify

[jira] Updated: (JCR-1039) Bundle Persistence Manager error - failing to read bundle the first time

2007-08-04 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1039: - Attachment: jackrabbit-core-testcase.patch This is a patch for jackrabbit-core which includes a

[jira] Assigned: (JCR-989) Modify LazyQueryResultImpl to allow resultFetchSize to be set programmatically

2007-08-03 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl reassigned JCR-989: --- Assignee: Christoph Kiehl Modify LazyQueryResultImpl to allow resultFetchSize to be set

[jira] Updated: (JCR-989) Modify LazyQueryResultImpl to allow resultFetchSize to be set programmatically

2007-08-03 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-989: Attachment: jackrabbit-core.patch jackrabbit-api.patch I finally made it. Took me a

[jira] Updated: (JCR-989) Modify LazyQueryResultImpl to allow resultFetchSize to be set programmatically

2007-08-03 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-989: Attachment: (was: LazyQueryResultImpl.patch) Modify LazyQueryResultImpl to allow resultFetchSize

[jira] Created: (JCR-1041) Avoid using BitSets in ChildAxisQuery to minimize memory usage

2007-07-30 Thread Christoph Kiehl (JIRA)
Avoid using BitSets in ChildAxisQuery to minimize memory usage -- Key: JCR-1041 URL: https://issues.apache.org/jira/browse/JCR-1041 Project: Jackrabbit Issue Type: Improvement

[jira] Updated: (JCR-1041) Avoid using BitSets in ChildAxisQuery to minimize memory usage

2007-07-30 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1041: - Attachment: avoid_using_bitsets.patch This patch introduces a few new classes for the handling of

[jira] Created: (JCR-1042) Disable norms for untokenized fields to reduce memory consumption

2007-07-30 Thread Christoph Kiehl (JIRA)
Disable norms for untokenized fields to reduce memory consumption - Key: JCR-1042 URL: https://issues.apache.org/jira/browse/JCR-1042 Project: Jackrabbit Issue Type:

[jira] Updated: (JCR-1042) Disable norms for untokenized fields to reduce memory consumption

2007-07-30 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1042: - Attachment: NodeIndexer.patch Index all un-tokenized field without norms Disable norms for

[jira] Commented: (JCR-1006) StackOverflowError if too many versions of a node are created

2007-07-09 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511123 ] Christoph Kiehl commented on JCR-1006: -- We actually ran into this issue on one of our production system where we

[jira] Commented: (JCR-989) Modify LazyQueryResultImpl to allow resultFetchSize to be set programmatically

2007-07-06 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12510752 ] Christoph Kiehl commented on JCR-989: - +1 I'll try to provide a patch the next days. Modify LazyQueryResultImpl

[jira] Updated: (JCR-1006) StackOverflowError if too many versions of a node are created

2007-07-05 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-1006: - Attachment: VersionIteratorImpl.patch This patch collects all version ids iteratively instead of

[jira] Commented: (JCR-989) Modify LazyQueryResultImpl to allow resultFetchSize to be set programmatically

2007-06-29 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509209 ] Christoph Kiehl commented on JCR-989: - To be honest I don't like this generic setOption() method. Methods like that

[jira] Created: (JCR-992) Improve Performance of DescendantSelfAxisQuery

2007-06-28 Thread Christoph Kiehl (JIRA)
Improve Performance of DescendantSelfAxisQuery -- Key: JCR-992 URL: https://issues.apache.org/jira/browse/JCR-992 Project: Jackrabbit Issue Type: Improvement Components: query

[jira] Updated: (JCR-992) Improve Performance of DescendantSelfAxisQuery

2007-06-28 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-992: Attachment: DescendantSelfAxisQuery.patch This patch adds logic to add all docs on the way down the

[jira] Updated: (JCR-989) Modify LazyQueryResultImpl to allow resultFetchSize to be set programmatically

2007-06-28 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-989: Attachment: (was: LazyQueryResultImpl.patch) Modify LazyQueryResultImpl to allow resultFetchSize

[jira] Created: (JCR-989) Modify LazyQueryResultImpl to allow resultFetchSize to be set programmatically

2007-06-27 Thread Christoph Kiehl (JIRA)
Modify LazyQueryResultImpl to allow resultFetchSize to be set programmatically -- Key: JCR-989 URL: https://issues.apache.org/jira/browse/JCR-989 Project: Jackrabbit

[jira] Updated: (JCR-989) Modify LazyQueryResultImpl to allow resultFetchSize to be set programmatically

2007-06-27 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-989: Attachment: LazyQueryResultImpl.patch This patch modifies LazyQueryResultImpl to provide a

[jira] Updated: (JCR-740) Support for the decendant-or-self axis in XPath predicates

2007-06-22 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-740: Attachment: patch.txt This patch is a prototype for supporting jcr:contains calls that use

[jira] Updated: (JCR-967) Only search the index for the jcr:system tree if needed

2007-06-22 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-967: Attachment: (was: patch.txt) Only search the index for the jcr:system tree if needed

[jira] Updated: (JCR-974) Manage Lucene FieldCaches per index segment

2007-06-22 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-974: Attachment: patch3.txt Patch3 incorporates changes as suggested. ReadOnlyIndexReaders are no longer

[jira] Commented: (JCR-974) Manage Lucene FieldCaches per index segment

2007-06-20 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506501 ] Christoph Kiehl commented on JCR-974: - The query I'm doing my tests with looks like this: //element(*,

[jira] Commented: (JCR-974) Manage Lucene FieldCaches per index segment

2007-06-20 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506506 ] Christoph Kiehl commented on JCR-974: - Regarding your ItemStateManagerBasedSortComparator.patch: This patch doesn't

[jira] Commented: (JCR-974) Manage Lucene FieldCaches per index segment

2007-06-20 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506599 ] Christoph Kiehl commented on JCR-974: - I tried building a test case, but you need a fairly large index to really

[jira] Created: (JCR-974) Manage Lucene FieldCaches per index segment

2007-06-19 Thread Christoph Kiehl (JIRA)
Manage Lucene FieldCaches per index segment --- Key: JCR-974 URL: https://issues.apache.org/jira/browse/JCR-974 Project: Jackrabbit Issue Type: Improvement Components: query Affects

[jira] Updated: (JCR-974) Manage Lucene FieldCaches per index segment

2007-06-19 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-974: Attachment: patch.txt This is a first patch which uses a FieldCache per index segment. To make this

[jira] Issue Comment Edited: (JCR-974) Manage Lucene FieldCaches per index segment

2007-06-19 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506232 ] Christoph Kiehl edited comment on JCR-974 at 6/19/07 9:13 AM: -- This is a first patch which

[jira] Updated: (JCR-967) Only search the index for the jcr:system tree if needed

2007-06-15 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-967: Attachment: patch.txt Attached revised patch which corrects behaviour for PathQueryNode Only search

[jira] Updated: (JCR-967) Only search the index for the jcr:system tree if needed

2007-06-15 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-967: Attachment: (was: patch.txt) Only search the index for the jcr:system tree if needed

[jira] Updated: (JCR-967) Only search the index for the jcr:system tree if needed

2007-06-15 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-967: Attachment: (was: patch.txt) Only search the index for the jcr:system tree if needed

[jira] Updated: (JCR-967) Only search the index for the jcr:system tree if needed

2007-06-14 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-967: Attachment: patch.txt This is an initial patch which checks the first location step for jcr:system.

[jira] Created: (JCR-967) Only search the index for the jcr:system tree if needed

2007-06-11 Thread Christoph Kiehl (JIRA)
Only search the index for the jcr:system tree if needed - Key: JCR-967 URL: https://issues.apache.org/jira/browse/JCR-967 Project: Jackrabbit Issue Type: Improvement

[jira] Commented: (JCR-967) Only search the index for the jcr:system tree if needed

2007-06-11 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503354 ] Christoph Kiehl commented on JCR-967: - Even if you do exclude jcr:system in your query jackrabbit currently

[jira] Commented: (JCR-793) WRONG use of BLOB datatype with MySQL in node_data column of the repository database

2007-03-15 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481144 ] Christoph Kiehl commented on JCR-793: - I would suggest to not only change the ddl but to also throw an suitable

[jira] Created: (JCR-776) More verbose message on reference constraint violation

2007-03-05 Thread Christoph Kiehl (JIRA)
More verbose message on reference constraint violation -- Key: JCR-776 URL: https://issues.apache.org/jira/browse/JCR-776 Project: Jackrabbit Issue Type: Improvement Components:

[jira] Updated: (JCR-776) More verbose message on reference constraint violation

2007-03-05 Thread Christoph Kiehl (JIRA)
[ https://issues.apache.org/jira/browse/JCR-776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christoph Kiehl updated JCR-776: Attachment: patch.txt This patch is just a proposal. Please review More verbose message on

[jira] Commented: (JCR-648) NullpointerException in SessionItemStateManager

2006-11-29 Thread Christoph Kiehl (JIRA)
[ http://issues.apache.org/jira/browse/JCR-648?page=comments#action_12454355 ] Christoph Kiehl commented on JCR-648: - I had a look as well and came to the same conclusion, but I thought post it here. You guys have a better understanding of

[jira] Created: (JCR-648) NullpointerException in SessionItemStateManager

2006-11-27 Thread Christoph Kiehl (JIRA)
NullpointerException in SessionItemStateManager --- Key: JCR-648 URL: http://issues.apache.org/jira/browse/JCR-648 Project: Jackrabbit Issue Type: Bug Components: core Affects

[jira] Updated: (JCR-629) CompactNodeTypeDefWriter does not escaped names properly

2006-11-09 Thread Christoph Kiehl (JIRA)
[ http://issues.apache.org/jira/browse/JCR-629?page=all ] Christoph Kiehl updated JCR-629: Attachment: CompactNodeTypeDefWriter.java.patch This patch surrounds names with single quotes if needed CompactNodeTypeDefWriter does not escaped names properly

[jira] Created: (JCR-613) Implementation of a memory file system

2006-11-01 Thread Christoph Kiehl (JIRA)
Implementation of a memory file system -- Key: JCR-613 URL: http://issues.apache.org/jira/browse/JCR-613 Project: Jackrabbit Issue Type: New Feature Components: core Affects Versions: 1.1

[jira] Updated: (JCR-613) Implementation of a memory file system

2006-11-01 Thread Christoph Kiehl (JIRA)
[ http://issues.apache.org/jira/browse/JCR-613?page=all ] Christoph Kiehl updated JCR-613: Attachment: MemoryFileSystem.patch Implementation of a memory file system -- Key: JCR-613

[jira] Created: (JCR-594) It's not possible to register event listeners that filters on mixin supertypes

2006-10-16 Thread Christoph Kiehl (JIRA)
It's not possible to register event listeners that filters on mixin supertypes -- Key: JCR-594 URL: http://issues.apache.org/jira/browse/JCR-594 Project: Jackrabbit

[jira] Updated: (JCR-594) It's not possible to register event listeners that filters on mixin supertypes

2006-10-16 Thread Christoph Kiehl (JIRA)
[ http://issues.apache.org/jira/browse/JCR-594?page=all ] Christoph Kiehl updated JCR-594: Attachment: EventFilter.java.patch This patch adds code to check if the given EventState has a mixin that is derived from a node type that should not be blocked.

[jira] Commented: (JCR-579) Digit name support missing in XPath AQT parser.

2006-10-16 Thread Christoph Kiehl (JIRA)
[ http://issues.apache.org/jira/browse/JCR-579?page=comments#action_12442600 ] Christoph Kiehl commented on JCR-579: - Hi Marcel, ok, my statement was wrong. But I think it's easier to use SQL because otherwise you probably end up with a

[jira] Commented: (JCR-579) Digit name support missing in XPath AQT parser.

2006-09-25 Thread Christoph Kiehl (JIRA)
[ http://issues.apache.org/jira/browse/JCR-579?page=comments#action_12437484 ] Christoph Kiehl commented on JCR-579: - We ran into this problem as well. The problem is that digits are not allowed as a first character of an element name by

[jira] Created: (JCR-545) New method on NodeTypeManagerImpl to reregister nodetypes

2006-08-21 Thread Christoph Kiehl (JIRA)
New method on NodeTypeManagerImpl to reregister nodetypes - Key: JCR-545 URL: http://issues.apache.org/jira/browse/JCR-545 Project: Jackrabbit Issue Type: Improvement

[jira] Updated: (JCR-545) New method on NodeTypeManagerImpl to reregister nodetypes

2006-08-21 Thread Christoph Kiehl (JIRA)
[ http://issues.apache.org/jira/browse/JCR-545?page=all ] Christoph Kiehl updated JCR-545: Attachment: NodeTypeManagerImpl.java.patch This is a patch which adds the following method: public NodeType[] registerNodeTypes(InputStream in, String

[jira] Updated: (JCR-332) maven2 pom contribution

2006-08-16 Thread Christoph Kiehl (JIRA)
[ http://issues.apache.org/jira/browse/JCR-332?page=all ] Christoph Kiehl updated JCR-332: Attachment: jackrabbit-jcr-rmi_scm.patch Corrected SCM settings maven2 pom contribution --- Key: JCR-332

[jira] Created: (JCR-530) Add files generated by eclipse or maven to svn:ignore

2006-08-04 Thread Christoph Kiehl (JIRA)
Add files generated by eclipse or maven to svn:ignore - Key: JCR-530 URL: http://issues.apache.org/jira/browse/JCR-530 Project: Jackrabbit Issue Type: Task Reporter: Christoph

[jira] Updated: (JCR-332) maven2 pom contribution

2006-08-03 Thread Christoph Kiehl (JIRA)
[ http://issues.apache.org/jira/browse/JCR-332?page=all ] Christoph Kiehl updated JCR-332: Attachment: jcr-rmi-pom.xml Added jcr-rmi-pom.xml. This is a basic maven 2 pom for jackrabbit-jcr-rmi. Checkstyle reports are still missing cause I just needed a

[jira] Updated: (JCR-332) maven2 pom contribution

2006-08-01 Thread Christoph Kiehl (JIRA)
[ http://issues.apache.org/jira/browse/JCR-332?page=all ] Christoph Kiehl updated JCR-332: Attachment: pom.xml.patch Added a patch which does the following: - Change artifactId from jackrabbit to jackrabbit-core - Omit generating XPath.jjt - Use