[jira] [Created] (OAK-300) Query: QueryResult.getRows().getSize()

2012-09-11 Thread Thomas Mueller (JIRA)
Thomas Mueller created OAK-300: -- Summary: Query: QueryResult.getRows().getSize() Key: OAK-300 URL: https://issues.apache.org/jira/browse/OAK-300 Project: Jackrabbit Oak Issue Type: Task

[jira] [Commented] (OAK-298) Refactor the Indexer mechanism to use the NodeStore apis

2012-09-11 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13453014#comment-13453014 ] Thomas Mueller commented on OAK-298: So far this isn't a priority for me, because

[jira] [Commented] (OAK-295) Jackrabbit query with spaces in node names

2012-09-12 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13454017#comment-13454017 ] Thomas Mueller commented on OAK-295: I think in any case the SQL2Parser shouldn't simply

[jira] [Commented] (OAK-295) Jackrabbit query with spaces in node names

2012-09-12 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13454027#comment-13454027 ] Thomas Mueller commented on OAK-295: Hm, it's actually quite complicated. Simply changing

[jira] [Commented] (OAK-295) Jackrabbit query with spaces in node names

2012-09-12 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13454052#comment-13454052 ] Thomas Mueller commented on OAK-295: In the JCR 2.0 spec, there is a footnote for

[jira] [Commented] (OAK-300) Query: QueryResult.getRows().getSize()

2012-09-13 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13454771#comment-13454771 ] Thomas Mueller commented on OAK-300: To support the JCR getSize() method: * always

[jira] [Updated] (OAK-303) The query engine should use a stable root (not always the head)

2012-09-14 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller updated OAK-303: --- Description: Currently the query engine re-acquires the head root for each read operation. It should

[jira] [Commented] (OAK-308) NodeIterator skip doesn't work as expected

2012-09-18 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13457728#comment-13457728 ] Thomas Mueller commented on OAK-308: I currently get ItemExistsException: foo for all

[jira] [Created] (OAK-377) Data store garbage collection

2012-10-15 Thread Thomas Mueller (JIRA)
Thomas Mueller created OAK-377: -- Summary: Data store garbage collection Key: OAK-377 URL: https://issues.apache.org/jira/browse/OAK-377 Project: Jackrabbit Oak Issue Type: Improvement

[jira] [Commented] (OAK-377) Data store garbage collection

2012-10-15 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13476055#comment-13476055 ] Thomas Mueller commented on OAK-377: In some cases, we might want to share a data store

[jira] [Reopened] (OAK-368) Unify all index definitions under oak:index

2012-10-15 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller reopened OAK-368: Reopening the issue for now so we don't forget it (no immediate action required however).

[jira] [Commented] (OAK-347) QueryEngine 'like' interpretation error

2012-10-15 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13476162#comment-13476162 ] Thomas Mueller commented on OAK-347: {{WHERE jcr:path LIKE 'testroot/%'}} gets

[jira] [Reopened] (OAK-355) Move QueryEngine reference from ContentSession to Root

2012-10-18 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller reopened OAK-355: Move QueryEngine reference from ContentSession to Root

[jira] [Commented] (OAK-355) Move QueryEngine reference from ContentSession to Root

2012-10-18 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13478890#comment-13478890 ] Thomas Mueller commented on OAK-355: Alex, could you quickly tell me what was the reason

[jira] [Commented] (OAK-336) Document SQL2 measure

2012-10-18 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13478954#comment-13478954 ] Thomas Mueller commented on OAK-336: I'm not sure what the purpose of the sql2 measure

[jira] [Commented] (OAK-353) Remove MicroKernel and revisionId info from the QueryEngine

2012-10-18 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13478963#comment-13478963 ] Thomas Mueller commented on OAK-353: ... revisionId ... passed around ... without being

[jira] [Updated] (OAK-361) QueryEngine JCR-SQL 'ESCAPE' parsing support

2012-10-18 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller updated OAK-361: --- Description: The following code does not parse properly into query conditions: {code} AND value

[jira] [Assigned] (OAK-295) Jackrabbit query with spaces in node names

2012-10-18 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller reassigned OAK-295: -- Assignee: Thomas Mueller Jackrabbit query with spaces in node names

[jira] [Assigned] (OAK-309) ParentNodeTest fails

2012-10-18 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller reassigned OAK-309: -- Assignee: Thomas Mueller ParentNodeTest fails Key:

[jira] [Commented] (OAK-322) XPath descendant index - sql2 transformation error

2012-10-18 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13478975#comment-13478975 ] Thomas Mueller commented on OAK-322: I wonder what should we do about this, if we don't

[jira] [Updated] (OAK-323) Column names aren't reported properly for select * from [nodeType] queries

2012-10-18 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller updated OAK-323: --- Description: Test class: SQL2QueryResultTest, query: {code} select * from [test:RTypeTest] {code} It

[jira] [Created] (OAK-385) Query: correctly convert values

2012-10-18 Thread Thomas Mueller (JIRA)
Thomas Mueller created OAK-385: -- Summary: Query: correctly convert values Key: OAK-385 URL: https://issues.apache.org/jira/browse/OAK-385 Project: Jackrabbit Oak Issue Type: Bug

[jira] [Commented] (OAK-347) QueryEngine 'like' interpretation error for paths

2012-10-24 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13483288#comment-13483288 ] Thomas Mueller commented on OAK-347: Revision 1401716 and revision 1401717 (test case)

[jira] [Resolved] (OAK-347) QueryEngine 'like' interpretation error for paths

2012-10-24 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller resolved OAK-347. Resolution: Fixed Should be fixed now, please reopen if there are problems.

[jira] [Resolved] (OAK-361) QueryEngine JCR-SQL 'ESCAPE' parsing support

2012-10-24 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller resolved OAK-361. Resolution: Fixed Revision 1401716 and revision 1401717 (test case) (actually it might have worked

[jira] [Created] (OAK-419) Query: Conditions are not pushed to outer join selectors

2012-11-02 Thread Thomas Mueller (JIRA)
Thomas Mueller created OAK-419: -- Summary: Query: Conditions are not pushed to outer join selectors Key: OAK-419 URL: https://issues.apache.org/jira/browse/OAK-419 Project: Jackrabbit Oak Issue

[jira] [Updated] (OAK-419) Query: Conditions are not pushed to outer join selectors

2012-11-02 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller updated OAK-419: --- Description: Currently the query plan for the following query {code} select * from [nt:base] as c

[jira] [Created] (OAK-420) Query: Lucene index problem with isdescendantnode

2012-11-02 Thread Thomas Mueller (JIRA)
Thomas Mueller created OAK-420: -- Summary: Query: Lucene index problem with isdescendantnode Key: OAK-420 URL: https://issues.apache.org/jira/browse/OAK-420 Project: Jackrabbit Oak Issue Type:

[jira] [Resolved] (OAK-419) Query: Conditions are not pushed to outer join selectors

2012-11-02 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller resolved OAK-419. Resolution: Fixed Fixed in revision 1404926 Query: Conditions are not pushed to

[jira] [Commented] (OAK-388) Add NodeType Index

2012-11-05 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13490581#comment-13490581 ] Thomas Mueller commented on OAK-388: node type resolution I would also prefer if index

[jira] [Commented] (OAK-388) Add NodeType Index

2012-11-05 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13490650#comment-13490650 ] Thomas Mueller commented on OAK-388: node type resolution Possibly we could create a

[jira] [Created] (OAK-423) Query: org.apache.jackrabbit.oak.spi.query.Cursor.currentRow called too late

2012-11-05 Thread Thomas Mueller (JIRA)
Thomas Mueller created OAK-423: -- Summary: Query: org.apache.jackrabbit.oak.spi.query.Cursor.currentRow called too late Key: OAK-423 URL: https://issues.apache.org/jira/browse/OAK-423 Project: Jackrabbit

[jira] [Created] (OAK-425) Query Index: pass the query statement to the index for logging purposes

2012-11-05 Thread Thomas Mueller (JIRA)
Thomas Mueller created OAK-425: -- Summary: Query Index: pass the query statement to the index for logging purposes Key: OAK-425 URL: https://issues.apache.org/jira/browse/OAK-425 Project: Jackrabbit Oak

[jira] [Assigned] (OAK-430) Incorrect read logic in AbstractBlobStore

2012-11-08 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller reassigned OAK-430: -- Assignee: Thomas Mueller Incorrect read logic in AbstractBlobStore

[jira] [Commented] (OAK-428) Binaries might get removed by garbage collection while still referenced

2012-11-12 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13495252#comment-13495252 ] Thomas Mueller commented on OAK-428: Thanks! (Just to avoid confusion) I think the new

[jira] [Created] (OAK-439) Query: if a result limit is set, avoid reading all rows in memory to sort

2012-11-12 Thread Thomas Mueller (JIRA)
Thomas Mueller created OAK-439: -- Summary: Query: if a result limit is set, avoid reading all rows in memory to sort Key: OAK-439 URL: https://issues.apache.org/jira/browse/OAK-439 Project: Jackrabbit

[jira] [Commented] (OAK-433) MicroKernel.write() returns empty string for empty stream

2012-11-12 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13495312#comment-13495312 ] Thomas Mueller commented on OAK-433: For me, it's actually quite consistent... Binaries

[jira] [Commented] (OAK-433) MicroKernel.write() returns empty string for empty stream

2012-11-13 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13496054#comment-13496054 ] Thomas Mueller commented on OAK-433: I agree using an empty string is a bit strange

[jira] [Resolved] (OAK-425) Query Index: pass the query statement to the index for logging purposes

2012-11-13 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller resolved OAK-425. Resolution: Fixed r1408729 Query Index: pass the query statement to the index for

[jira] [Commented] (OAK-445) Allow JSON strings to be reclaimed after they've been parsed

2012-11-13 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13496313#comment-13496313 ] Thomas Mueller commented on OAK-445: I have implemented a simple string cache for this, I

[jira] [Updated] (OAK-295) Jackrabbit query with spaces in node names

2012-11-14 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller updated OAK-295: --- Description: I'm looking at {{SQL2PathEscapingTest#testGetChildrenApiDirect}} - one of 2 failing tests

[jira] [Resolved] (OAK-295) Jackrabbit query with spaces in node names

2012-11-21 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller resolved OAK-295. Resolution: Fixed Implemented in r1412128 - I believe this will break some query tests from

[jira] [Resolved] (OAK-404) Log (slow) queries

2012-11-21 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller resolved OAK-404. Resolution: Fixed In revision 1408729, after each 100 traversed nodes, a log message with level

[jira] [Updated] (OAK-322) XPath descendant index - sql2 transformation error

2012-11-22 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller updated OAK-322: --- Component/s: (was: jcr) query core Priority: Minor (was:

[jira] [Updated] (OAK-466) OrderByTest.testChildAxisMixedTypes failing

2012-11-22 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller updated OAK-466: --- Assignee: Thomas Mueller Summary: OrderByTest.testChildAxisMixedTypes failing (was: OrderByTest

[jira] [Moved] (OAK-470) Documentation for the PropertyIndex

2012-11-23 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller moved JCR-3462 to OAK-470: - Workflow: no-reopen-closed (was: no-reopen-closed, patch-avail) Issue Type:

[jira] [Assigned] (OAK-473) Query tck test NodeNameTest fix

2012-11-27 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller reassigned OAK-473: -- Assignee: Thomas Mueller Query tck test NodeNameTest fix ---

[jira] [Commented] (OAK-473) Query tck test NodeNameTest fix

2012-11-27 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13504585#comment-13504585 ] Thomas Mueller commented on OAK-473: I think the instanceof NodeNameImpl should be

[jira] [Commented] (OAK-464) RootImpl.rebase() doesn't handle move operations correctly

2012-11-27 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13504712#comment-13504712 ] Thomas Mueller commented on OAK-464: similar logic I don't know what a rebase does

[jira] [Commented] (OAK-464) RootImpl.rebase() doesn't handle move operations correctly

2012-11-28 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13505305#comment-13505305 ] Thomas Mueller commented on OAK-464: Ok, thanks. It sounds rather complex to implement.

[jira] [Commented] (OAK-464) RootImpl.rebase() doesn't handle move operations correctly

2012-11-28 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13505306#comment-13505306 ] Thomas Mueller commented on OAK-464: needs similar logic for processing normal commits

[jira] [Commented] (OAK-464) RootImpl.rebase() doesn't handle move operations correctly

2012-12-03 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13508638#comment-13508638 ] Thomas Mueller commented on OAK-464: I'm wondering why rebase operation on top of the

[jira] [Commented] (OAK-333) 1000 character path limit in MongoMK

2012-12-03 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13508646#comment-13508646 ] Thomas Mueller commented on OAK-333: One way to solve this (potential) problem is to

[jira] [Commented] (OAK-464) RootImpl.rebase() doesn't handle move operations correctly

2012-12-03 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13508674#comment-13508674 ] Thomas Mueller commented on OAK-464: The loss of custom conflict handling logic is

[jira] [Commented] (OAK-464) RootImpl.rebase() doesn't handle move operations correctly

2012-12-03 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13508698#comment-13508698 ] Thomas Mueller commented on OAK-464: The title of this issue is RootImpl.rebase() doesn't

[jira] [Comment Edited] (OAK-464) RootImpl.rebase() doesn't handle move operations correctly

2012-12-03 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13508698#comment-13508698 ] Thomas Mueller edited comment on OAK-464 at 12/3/12 12:52 PM: --

[jira] [Commented] (OAK-464) RootImpl.rebase() doesn't handle move operations correctly

2012-12-03 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13508704#comment-13508704 ] Thomas Mueller commented on OAK-464: About: {code} public String rebase(String

[jira] [Resolved] (OAK-385) Query: correctly convert values

2012-12-04 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller resolved OAK-385. Resolution: Fixed Revision 1416895 Query: correctly convert values

[jira] [Assigned] (OAK-475) Query tck test SameNodeJoinConditionTest failing with ParseException

2012-12-04 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller reassigned OAK-475: -- Assignee: Thomas Mueller Query tck test SameNodeJoinConditionTest failing with

[jira] [Reopened] (OAK-475) Query tck test SameNodeJoinConditionTest failing with ParseException

2012-12-04 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller reopened OAK-475: One test is still failing:

[jira] [Resolved] (OAK-466) OrderByTest.testChildAxisMixedTypes failing

2012-12-05 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller resolved OAK-466. Resolution: Fixed Revision 1417356 OrderByTest.testChildAxisMixedTypes failing

[jira] [Commented] (OAK-376) Internal class PropertyValue exposed through Oak API

2012-12-05 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13510513#comment-13510513 ] Thomas Mueller commented on OAK-376: Revision 1417455 - PropertyValue is now in the

[jira] [Resolved] (OAK-320) Query: ability to disable/enable literals in queries to protect against code injection

2012-12-05 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller resolved OAK-320. Resolution: Fixed The ability to log queries with literals should simplify detecting code injection

[jira] [Commented] (OAK-484) QueryResultTest failing

2012-12-05 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13510568#comment-13510568 ] Thomas Mueller commented on OAK-484: Mostly fixed in revision 1417514. There is one test

[jira] [Commented] (OAK-464) RootImpl.rebase() doesn't handle move operations correctly

2012-12-06 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13511410#comment-13511410 ] Thomas Mueller commented on OAK-464: Making this available through the API as Jukka

[jira] [Updated] (OAK-484) QueryResultTest failing because JCR 1.0 6.6.4.2 Document Order is not supported

2012-12-06 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller updated OAK-484: --- Summary: QueryResultTest failing because JCR 1.0 6.6.4.2 Document Order is not supported (was:

[jira] [Updated] (OAK-322) XPath to SQL-2 transformation error for //*[0] (same name sibling index)

2012-12-06 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller updated OAK-322: --- Summary: XPath to SQL-2 transformation error for //*[0] (same name sibling index) (was: XPath

[jira] [Commented] (OAK-464) RootImpl.rebase() doesn't handle move operations correctly

2012-12-07 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13526222#comment-13526222 ] Thomas Mueller commented on OAK-464: I would rather solve the problem in oak-core than

[jira] [Commented] (OAK-464) RootImpl.rebase() doesn't handle move operations correctly

2012-12-07 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13526224#comment-13526224 ] Thomas Mueller commented on OAK-464: I would rather solve the problem in oak-core With

[jira] [Commented] (OAK-464) RootImpl.rebase() doesn't handle move operations correctly

2012-12-07 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13526257#comment-13526257 ] Thomas Mueller commented on OAK-464: Is keeping track of the list of operations in

[jira] [Commented] (OAK-333) 1000 character path limit in MongoMK

2012-12-07 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13526282#comment-13526282 ] Thomas Mueller commented on OAK-333: Indexing the hash of the path would be very bad for

[jira] [Commented] (OAK-464) RootImpl.rebase() doesn't handle move operations correctly

2012-12-07 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13526290#comment-13526290 ] Thomas Mueller commented on OAK-464: the effect on observation has been discussed at

[jira] [Comment Edited] (OAK-333) 1000 character path limit in MongoMK

2012-12-07 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13526313#comment-13526313 ] Thomas Mueller edited comment on OAK-333 at 12/7/12 10:58 AM: --

[jira] [Commented] (OAK-333) 1000 character path limit in MongoMK

2012-12-07 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13526325#comment-13526325 ] Thomas Mueller commented on OAK-333: So if the path exceeds a limit, the first limit/2

[jira] [Created] (OAK-499) SQL-2 query parser doesn't detect some illegal statements

2012-12-10 Thread Thomas Mueller (JIRA)
Thomas Mueller created OAK-499: -- Summary: SQL-2 query parser doesn't detect some illegal statements Key: OAK-499 URL: https://issues.apache.org/jira/browse/OAK-499 Project: Jackrabbit Oak Issue

[jira] [Updated] (OAK-327) XPath eq support and related

2012-12-10 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller updated OAK-327: --- Description: Failing test SimpleQueryTest#testGeneralComparison. There is no support for 'eq'

[jira] [Updated] (OAK-327) XPath 'eq' support and related

2012-12-10 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller updated OAK-327: --- Summary: XPath 'eq' support and related (was: XPath eq support and related ) XPath 'eq' support

[jira] [Resolved] (OAK-499) SQL-2 query parser doesn't detect some illegal statements

2012-12-10 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller resolved OAK-499. Resolution: Fixed Revision 1419391 SQL-2 query parser doesn't detect some illegal

[jira] [Updated] (OAK-36) Implement a query parser interface (to make parsing extensible)

2012-12-10 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-36?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller updated OAK-36: -- Summary: Implement a query parser interface (to make parsing extensible) (was: Implement a query parser)

[jira] [Updated] (OAK-225) Sling I18N queries not supported by Oak

2012-12-10 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller updated OAK-225: --- Component/s: query Sling I18N queries not supported by Oak

[jira] [Commented] (OAK-225) Sling I18N queries not supported by Oak

2012-12-10 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13527967#comment-13527967 ] Thomas Mueller commented on OAK-225: The query {code}

[jira] [Comment Edited] (OAK-225) Sling I18N queries not supported by Oak

2012-12-10 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13527967#comment-13527967 ] Thomas Mueller edited comment on OAK-225 at 12/10/12 2:52 PM: --

[jira] [Resolved] (OAK-225) Sling I18N queries not supported by Oak

2012-12-10 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller resolved OAK-225. Resolution: Fixed Assignee: Thomas Mueller Sling I18N queries not supported by Oak

[jira] [Updated] (OAK-253) QueryBuilder should deprecate XPath in favour of SQL2 for user queries

2012-12-10 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller updated OAK-253: --- Priority: Minor (was: Major) QueryBuilder should deprecate XPath in favour of SQL2 for user

[jira] [Resolved] (OAK-261) Support querying on property types

2012-12-10 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller resolved OAK-261. Resolution: Fixed Should work now (since quite a long time actually), please re-open if not.

[jira] [Commented] (OAK-253) QueryBuilder should deprecate XPath in favour of SQL2 for user queries

2012-12-10 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13527977#comment-13527977 ] Thomas Mueller commented on OAK-253: I'm not sure if this is really needed, now that we

[jira] [Updated] (OAK-303) The query engine should use a stable root (not always the head)

2012-12-10 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller updated OAK-303: --- Component/s: query The query engine should use a stable root (not always the head)

[jira] [Updated] (OAK-270) Enforce uniqueness of jcr:uuid

2012-12-10 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller updated OAK-270: --- Component/s: query Enforce uniqueness of jcr:uuid --

[jira] [Updated] (OAK-388) Add NodeType Index

2012-12-10 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller updated OAK-388: --- Component/s: query Add NodeType Index -- Key: OAK-388

[jira] [Commented] (OAK-355) Move QueryEngine reference from ContentSession to Root

2012-12-10 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13527991#comment-13527991 ] Thomas Mueller commented on OAK-355: To me it looks like this issue is resolve. Marcel,

[jira] [Updated] (OAK-137) Query: content index

2012-12-10 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller updated OAK-137: --- Component/s: query Query: content index Key: OAK-137

[jira] [Commented] (OAK-355) Move QueryEngine reference from ContentSession to Root

2012-12-11 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13528829#comment-13528829 ] Thomas Mueller commented on OAK-355: Looking at it again, I think there is even more to

[jira] [Commented] (OAK-343) Session.getNodeByUUID requires save call

2012-12-11 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13529105#comment-13529105 ] Thomas Mueller commented on OAK-343: This is a very interesting approach. It should work

[jira] [Commented] (OAK-343) Session.getNodeByUUID requires save call

2012-12-12 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13529744#comment-13529744 ] Thomas Mueller commented on OAK-343: For me it's not actually about that getCost() gets

[jira] [Comment Edited] (OAK-343) Session.getNodeByUUID requires save call

2012-12-12 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13529744#comment-13529744 ] Thomas Mueller edited comment on OAK-343 at 12/12/12 8:58 AM: --

[jira] [Resolved] (OAK-512) Caching in MicroKernelImpl

2012-12-13 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller resolved OAK-512. Resolution: Fixed Revision 1421124: use a 'weighted' cache of about 32 MB by default (can be

[jira] [Resolved] (OAK-355) Move QueryEngine reference from ContentSession to Root

2012-12-13 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller resolved OAK-355. Resolution: Fixed Assignee: Thomas Mueller (was: Marcel Reutegger) Revision 1421163 and

[jira] [Created] (OAK-515) PropertyIndex should be used for [indexedProperty] is not null

2012-12-13 Thread Thomas Mueller (JIRA)
Thomas Mueller created OAK-515: -- Summary: PropertyIndex should be used for [indexedProperty] is not null Key: OAK-515 URL: https://issues.apache.org/jira/browse/OAK-515 Project: Jackrabbit Oak

[jira] [Commented] (OAK-511) Query PropertyIndex that stores the index content as nodes

2012-12-14 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13532188#comment-13532188 ] Thomas Mueller commented on OAK-511: As an optimization, for unique indexes (for example

[jira] [Commented] (OAK-464) RootImpl.rebase() doesn't handle move operations correctly

2012-12-17 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/OAK-464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13533728#comment-13533728 ] Thomas Mueller commented on OAK-464: This is a big patch. I don't really understand what

  1   2   3   4   5   6   7   8   9   10   >