[jira] [Commented] (OAK-32) Drop MicroKernel.dispose()

2012-03-21 Thread Stefan Guggisberg (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OAK-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13234206#comment-13234206 ] Stefan Guggisberg commented on OAK-32: -- +1 cheers stefan Drop

[jira] [Commented] (OAK-32) Drop MicroKernel.dispose()

2012-03-21 Thread Thomas Mueller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OAK-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13234213#comment-13234213 ] Thomas Mueller commented on OAK-32: --- Yes, we can drop it once we have a replacement for this

[jira] [Commented] (OAK-33) Values in oak-core

2012-03-21 Thread Jukka Zitting (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OAK-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13234273#comment-13234273 ] Jukka Zitting commented on OAK-33: -- +1 for (C) Some comments: * We should use some other

[jira] [Commented] (OAK-33) Values in oak-core

2012-03-21 Thread Thomas Mueller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OAK-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13234287#comment-13234287 ] Thomas Mueller commented on OAK-33: --- We should use some other name OakValue, Scalar, Atom:

[jira] [Commented] (OAK-32) Drop MicroKernel.dispose()

2012-03-21 Thread Commented
[ https://issues.apache.org/jira/browse/OAK-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13234302#comment-13234302 ] Michael Dürig commented on OAK-32: -- +1 Drop MicroKernel.dispose()

[jira] [Commented] (OAK-29) Simplify SessionContext

2012-03-21 Thread Commented
[ https://issues.apache.org/jira/browse/OAK-29?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13234327#comment-13234327 ] Michael Dürig commented on OAK-29: -- The original intention was to have a generic session

[jira] [Updated] (OAK-29) Simplify SessionContext

2012-03-21 Thread Updated
[ https://issues.apache.org/jira/browse/OAK-29?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dürig updated OAK-29: - Attachment: OAK-29.patch patch for replacing Context with SessionContextSessionImpl

[jira] [Commented] (OAK-33) Values in oak-core

2012-03-21 Thread Jukka Zitting (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OAK-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13234351#comment-13234351 ] Jukka Zitting commented on OAK-33: -- bq. multi-valued properties As the name says, I think we

[jira] [Commented] (OAK-33) Values in oak-core

2012-03-21 Thread Commented
[ https://issues.apache.org/jira/browse/OAK-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13234375#comment-13234375 ] Michael Dürig commented on OAK-33: -- What troubles me a bit with handling multi-valued

Re: JSOP vs JSON-Patch, was: [Jackrabbit Wiki] Update of Jsop by stefan

2012-03-21 Thread Stefan Guggisberg
sorry, i forgot to cc oak-dev. resending... On Wed, Mar 21, 2012 at 2:07 PM, Julian Reschke julian.resc...@gmx.de wrote: On 2012-03-21 13:47, Stefan Guggisberg wrote: On Tue, Mar 20, 2012 at 6:53 PM, Julian Reschkejulian.resc...@gmx.de  wrote: Hi, so Stefan is cleaning up the JSOP Wiki

Re: JSOP vs JSON-Patch, was: [Jackrabbit Wiki] Update of Jsop by stefan

2012-03-21 Thread Julian Reschke
On 2012-03-21 15:33, Stefan Guggisberg wrote: ... I assume it's needed for the commit message in MK, but that of course could be separated into a separate string argument. the commit msg is already passed as a separate argument in the commit method. Right. Thanks for clarifying.

[jira] [Commented] (OAK-28) Query implementation

2012-03-21 Thread Commented
[ https://issues.apache.org/jira/browse/OAK-28?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13234394#comment-13234394 ] Michael Dürig commented on OAK-28: -- Before we go too much into details of the implementation,

Re: JSOP vs JSON-Patch, was: [Jackrabbit Wiki] Update of Jsop by stefan

2012-03-21 Thread Stefan Guggisberg
On Wed, Mar 21, 2012 at 5:05 PM, Julian Reschke julian.resc...@gmx.de wrote: On 2012-03-21 16:28, Julian Reschke wrote: ... OK, here's an attempt to rewrite in IETF ABNF: great, thanks! -- snip -- diffs =   *( ws ( add / set / remove / move / copy / test ) ws ) add =     + ws pointer ws

[jira] [Commented] (OAK-28) Query implementation

2012-03-21 Thread Marcel Reutegger (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OAK-28?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13234515#comment-13234515 ] Marcel Reutegger commented on OAK-28: - query string see also the executeQuery method in

Re: RepositoryAdapter

2012-03-21 Thread Michael Dürig
On 21.3.12 15:58, Jukka Zitting wrote: Hi, On Wed, Mar 21, 2012 at 4:42 PM, Angela Schreiberanch...@adobe.com wrote: the second issue was that in jcr2spi the desciptors needed to be retrieved from the spi and i suspect that we want to do the same with the oak-api... Assuming the set of

[jira] [Created] (OAK-36) Implement a query parser

2012-03-21 Thread Created
Implement a query parser Key: OAK-36 URL: https://issues.apache.org/jira/browse/OAK-36 Project: Jackrabbit Oak Issue Type: New Feature Components: core Reporter: Michael Dürig Implement a

[jira] [Commented] (OAK-33) Values in oak-core

2012-03-21 Thread Jukka Zitting (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OAK-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13234805#comment-13234805 ] Jukka Zitting commented on OAK-33: -- In revision 1303477 I dropped the {{getDecimal()}} method

[jira] [Commented] (OAK-33) Values in oak-core

2012-03-21 Thread Commented
[ https://issues.apache.org/jira/browse/OAK-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13234817#comment-13234817 ] Michael Dürig commented on OAK-33: -- I'd prefer the first option and factor the other

[jira] [Commented] (OAK-36) Implement a query parser

2012-03-21 Thread Jukka Zitting (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OAK-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13234833#comment-13234833 ] Jukka Zitting commented on OAK-36: -- Instead of just a query parser for the set of supported

Value types supported by the MicroKernel

2012-03-21 Thread Jukka Zitting
Hi, The MicroKernel interface currently says: supported property types: string, number In addition there's explicit support for binary blobs. For oak-core (see OAK-33 [1]) we'd need a bit more detailed definition of the supported value types. A few questions: 1) Are boolean values (the true

Re (OAK-36) Implement a query parser - what about indexing?

2012-03-21 Thread Alex Parvulescu
Hi, I've started to scratch the surface a little bit on the subject of queries. OAK-36 covers the Query implementation effort, but I'm wondering if now would be a good time to mention indexing as well. We want to have dedicated indexes, I think that would be accomplished via observation. Any