Re: Next Generation Persistence

2007-04-02 Thread Tobias Bocanegra
hi jukka, good work. very nice draft! i was working on a similar idea of a new persistence model which went a bit further in some detailes and was much alike how subversion stores it's content [0]. i see 2 additional fundamental paradigms that a persistence layer should be based on: 1. copies

[jira] Resolved: (JCR-829) XPath character escape problem

2007-04-02 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-829. -- Resolution: Invalid The space and ampersand are illegal characters in an XML name. You need to

[jira] Resolved: (JCR-831) NPE Exception Thrown By AbstractJournal During Commit Operation

2007-04-02 Thread Dominique Pfister (JIRA)
[ https://issues.apache.org/jira/browse/JCR-831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominique Pfister resolved JCR-831. --- Resolution: Fixed This bug should have been fixed by the refactoring that took place while

poll on jcr query usage

2007-04-02 Thread Marcel Reutegger
Hi all, my apologies for cross posting, but I'd like to get as many responses as possible from any kind of jackrabbit users on this topic. I'd like to know what the preferred query language is that you are using, just to get a feeling where further development should go regarding query

Re: poll on jcr query usage

2007-04-02 Thread Christoph Kiehl
Marcel Reutegger wrote: [ ] I primarily use XPath [ ] I primarily use SQL [X] I use both XPath and SQL I'm mostly using XPath, but SQL gives me better performance if I only need a particular property of a node in the result set. If there was an API to construct a query I would ... [ ]

[jira] Created: (JCR-832) BundleDBPersistenceManager does not free blobStore resources

2007-04-02 Thread Przemo Pakulski (JIRA)
BundleDBPersistenceManager does not free blobStore resources Key: JCR-832 URL: https://issues.apache.org/jira/browse/JCR-832 Project: Jackrabbit Issue Type: Bug

better sql performance? [was: Re: poll on jcr query usage]

2007-04-02 Thread David Nuescheler
hi christoph, I'm mostly using XPath, but SQL gives me better performance if I only need a particular property of a node in the result set. can you elaborate on this? it would be great to have more background information on this... afaik, there should not be any difference in performance, and

[jira] Updated: (JCR-832) BundleDBPersistenceManager does not free blobStore resources

2007-04-02 Thread Przemo Pakulski (JIRA)
[ https://issues.apache.org/jira/browse/JCR-832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Przemo Pakulski updated JCR-832: Affects Version/s: (was: 1.2.3) 1.3 BundleDBPersistenceManager does not

AW: poll on jcr query usage

2007-04-02 Thread KÖLL Claus
Hi Marcel , [ ] I primarily use XPath [ ] I primarily use SQL [X] I use both XPath and SQL If there was an API to construct a query I would ... [X] ... use it /instead/ of the existing XPath or SQL languages. [ ] ... use it only occasionally. [ ] ... not use it at all. BR, claus

Re: poll on jcr query usage

2007-04-02 Thread Julian Reschke
[X] I primarily use XPath [ ] I primarily use SQL [ ] I use both XPath and SQL [X] ... use it /instead/ of the existing XPath or SQL languages. [ ] ... use it only for occasionally. [ ] ... not use it at all.

Class o.a.j.BaseException again..

2007-04-02 Thread Bruno Miguel Duarte
Hi, Wasn't this class removed? Why still some exceptions extend BaseException? One example is InvalidNodeTypeDefException in core 1.2.3! BR, Bruno Duarte

Re: Class o.a.j.BaseException again..

2007-04-02 Thread Stefan Guggisberg
hi bruno, On 4/2/07, Bruno Miguel Duarte [EMAIL PROTECTED] wrote: Hi, Wasn't this class removed? Why still some exceptions extend BaseException? One example is InvalidNodeTypeDefException in core 1.2.3! this class hasn't been removed. there's been a discussion whether it should be removed

RE: Class o.a.j.BaseException again..

2007-04-02 Thread Bruno Miguel Duarte
Hi Stefan, Sorry, I misunderstood that! But, why can't I find BaseException.class anywhere? Shouldn't be in the core.jar? Bruno Duarte -Original Message- From: Stefan Guggisberg [mailto:[EMAIL PROTECTED] Sent: segunda-feira, 2 de Abril de 2007 13:07 To: dev@jackrabbit.apache.org

Re: poll on jcr query usage

2007-04-02 Thread Jukka Zitting
Hi, [x] I primarily use XPath [ ] I primarily use SQL [ ] I use both XPath and SQL If there was an API to construct a query I would ... [ ] ... use it /instead/ of the existing XPath or SQL languages. [x] ... use it only for occasionally. [ ] ... not use it at all. BR, Jukka Zitting

[jira] Resolved: (JCR-830) SetValueBinaryTest: some repositories have constraints on where binary properties can be set

2007-04-02 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/JCR-830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke resolved JCR-830. Resolution: Fixed Added with revision 524776. SetValueBinaryTest: some repositories have

[jira] Closed: (JCR-830) SetValueBinaryTest: some repositories have constraints on where binary properties can be set

2007-04-02 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/JCR-830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke closed JCR-830. -- SetValueBinaryTest: some repositories have constraints on where binary properties can be set

Re: poll on jcr query usage

2007-04-02 Thread Christoph Kiehl
Christoph Kiehl wrote: Marcel Reutegger wrote: [X] I primarily use XPath [ ] I primarily use SQL [ ] I use both XPath and SQL I'm mostly using XPath, but SQL gives me better performance if I only need a particular property of a node in the result set. I take that back and corrected my

Re: poll on jcr query usage

2007-04-02 Thread Christophe Lombart
On 4/2/07, Marcel Reutegger [EMAIL PROTECTED] wrote: Hi all, my apologies for cross posting, but I'd like to get as many responses as possible from any kind of jackrabbit users on this topic. I'd like to know what the preferred query language is that you are using, just to get a feeling where

Re: poll on jcr query usage

2007-04-02 Thread Alexandre Martins
I'd like to know what the preferred query language is that you are using, just to get a feeling where further development should go regarding query support in jackrabbit and JCR in general. [ ] I primarily use XPath [X] I primarily use SQL [ ] I use both XPath and SQL and on a related topic:

Re: poll on jcr query usage

2007-04-02 Thread Alexandru Popescu ☀
On 4/2/07, Alexandre Martins [EMAIL PROTECTED] wrote: [X ] I primarily use XPath and on a related topic: If there was an API to construct a query I would ... [ ] ... use it /instead/ of the existing XPath or SQL languages. [X] ... use it only for occasionally. [ ] ... not use it at

[jira] Assigned: (JCR-832) BundleDBPersistenceManager does not free blobStore resources

2007-04-02 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/JCR-832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Bocanegra reassigned JCR-832: Assignee: Tobias Bocanegra BundleDBPersistenceManager does not free blobStore resources