[jira] Created: (JCR-562) 'OR' in XPath query badly interpreted

2006-09-06 Thread Szymon Kuzniak (JIRA)
'OR' in XPath query badly interpreted - Key: JCR-562 URL: http://issues.apache.org/jira/browse/JCR-562 Project: Jackrabbit Issue Type: Bug Components: core Affects Versions: 1.0.1

[jira] Created: (JCR-563) encode/decode

2006-09-06 Thread Szymon Kuzniak (JIRA)
encode/decode - Key: JCR-563 URL: http://issues.apache.org/jira/browse/JCR-563 Project: Jackrabbit Issue Type: Bug Components: core Affects Versions: 1.0.1 Reporter: Szymon Kuzniak As I mention in my

[jira] Commented: (JCR-550) ObservationManagerFactory) -

2006-09-06 Thread JIRA
OutOfMemoryError when re-indexing the repository In-Reply-To: [EMAIL PROTECTED] MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable [ http://issues.apache.org/jira/browse/JCR-550?page=3Dcomments#action_1= 2432776 ]=20 =20 Claus

[jira] Closed: (JCR-561) Add support to provide custom classloader for class instantiation from configuration

2006-09-06 Thread Felix Meschberger (JIRA)
[ http://issues.apache.org/jira/browse/JCR-561?page=all ] Felix Meschberger closed JCR-561. - I think this can be closed now. Add support to provide custom classloader for class instantiation from configuration

Re: Improving the accessibility of the Jackrabbit core

2006-09-06 Thread David Nuescheler
Hi All, Dave, thanks a lot for your input. . Screenshots or easily downloadable sample app which actually does something with custom node types. the base war download is good, but how far could you go with it. Most open source applications have a contacts application or a phone book, or

Re: Improving the accessibility of the Jackrabbit core

2006-09-06 Thread Nicolas
On 9/6/06, David Nuescheler [EMAIL PROTECTED] wrote: While I agree that we need to have a modular design where people can plug-in their extensions at certain defined interfaces and extension points, I would discourage the idea that every user needs to be able to submit patches to the core. In

Re: Improving the accessibility of the Jackrabbit core

2006-09-06 Thread Jukka Zitting
Hi, On 9/6/06, David Nuescheler [EMAIL PROTECTED] wrote: Personally, I think we have to separate the concerns though, I think Jukka's initial post was going into the direction of making the internals of the core more accessible to more developers. Correct. In any case, Dave's points are a

Re: Improving the accessibility of the Jackrabbit core

2006-09-06 Thread Stefan Guggisberg
On 9/6/06, Nicolas [EMAIL PROTECTED] wrote: On 9/6/06, David Nuescheler [EMAIL PROTECTED] wrote: While I agree that we need to have a modular design where people can plug-in their extensions at certain defined interfaces and extension points, I would discourage the idea that every user

Status of the clustering effort?

2006-09-06 Thread Nicolas
Hi, My company is currently evaluating Jackrabbit as a replacement for our current content repository. But for this, we would definitely needs clustering both for HA and scaling out (we currently host several To of data). I have seen the open issue on JIRA (JCR 169). It seems we are still

Re: Object-content mapping tool in Graffito

2006-09-06 Thread Jukka Zitting
Hi, Thanks for all the comments! Based on the positive feedback I'll continue the process within the Graffito project and hope to graduate the Graffito JCR mapping tool into a Jackrabbit subproject once all the details and the incubation exit criteria are taken care of. BR, Jukka Zitting --

Re: Improving the accessibility of the Jackrabbit core

2006-09-06 Thread David Nuescheler
Hi Nico, Thanks for your mail. I will work on the documentation directly on the wiki (when I can start this task). I will ask a lot of questions *though*. Looking forward to it ;) One precision on the backup tool: it is working (and I am polishing the code that needs to fit in Core). And

Re: Improving the accessibility of the Jackrabbit core

2006-09-06 Thread Jukka Zitting
Hi, On 9/6/06, David Nuescheler [EMAIL PROTECTED] wrote: Got it. Generally, I am more of a given the right eyeballs, all bugs are shallow type of person to begin with. Perhaps we can find common ground at enough right eyeballs. ;-) If I currently take look at the shallowness of actual core

getting the latest version of a checkedout node

2006-09-06 Thread J Kuijpers
Hello, when the property jcr:isCheckedOut of a node is true, I want to retrieve this node without the changes which are possibly made during the checkout state. So I want to retrieve the node as it was, when it was last checked in. Only when the checkedout node is checkedin the changes are final

Re: Improving the accessibility of the Jackrabbit core

2006-09-06 Thread Roy T. Fielding
On Sep 6, 2006, at 4:14 AM, David Nuescheler wrote: Personally, I believe that for example a restore facility has to be buried deep down in the core and therefore the code has to comply with the high quality requirements that we have for code in the core and for the seasoned Jackrabbit