Re: [VOTE] Release Apache Jackrabbit 1.2.2

2007-02-20 Thread Dominique Pfister
Hi, well, the issue may leave the repository in an unusable state: in more detail, the root node might contain an entry in its child node entry list with no corresponding child node. Is that critical enough? Cheers Dominique On 2/19/07, Jukka Zitting [EMAIL PROTECTED] wrote: Hi, On 2/19/07,

[RESULT] [VOTE] Release Apache Jackrabbit 1.2.2

2007-02-20 Thread Jukka Zitting
Hi, On 2/16/07, Jukka Zitting [EMAIL PROTECTED] wrote: Please vote on releasing these packages as Apache Jackrabbit 1.2.2. The vote is open for the next 72 hours, and only votes from Jackrabbit committers are binding. The vote passes if at least three +1 votes are cast. The vote passes with

Re: SPI: repositoryService.isGranted()

2007-02-20 Thread Marcel Reutegger
Hi Julian, I agree, the method should be changed to take an absolute path. or was there a reason why we used ItemId there? regards marcel Julian Reschke wrote: Hi, I was recently refactoring my permission check support and came across the following issue: public boolean

Re: [VOTE] Release Apache Jackrabbit 1.2.2

2007-02-20 Thread Jukka Zitting
Hi, On 2/20/07, Dominique Pfister [EMAIL PROTECTED] wrote: well, the issue may leave the repository in an unusable state: in more detail, the root node might contain an entry in its child node entry list with no corresponding child node. Is that critical enough? As far as I understood the

[jira] Created: (JCR-751) Update Jackrabbit API JavaDoc on http://jackrabbit.apache.org

2007-02-20 Thread Michael Singer (JIRA)
Update Jackrabbit API JavaDoc on http://jackrabbit.apache.org - Key: JCR-751 URL: https://issues.apache.org/jira/browse/JCR-751 Project: Jackrabbit Issue Type: Task

[jira] Created: (JCR-752) Test cases leak sessions

2007-02-20 Thread Julian Reschke (JIRA)
Test cases leak sessions Key: JCR-752 URL: https://issues.apache.org/jira/browse/JCR-752 Project: Jackrabbit Issue Type: Bug Components: test Reporter: Julian Reschke Priority:

[jira] Created: (JCR-753) Creation of JavaDoc fails on jackrabbit-jcr-server

2007-02-20 Thread Michael Singer (JIRA)
Creation of JavaDoc fails on jackrabbit-jcr-server -- Key: JCR-753 URL: https://issues.apache.org/jira/browse/JCR-753 Project: Jackrabbit Issue Type: Bug Components: docs

[jira] Updated: (JCR-753) Creation of JavaDoc fails on jackrabbit-jcr-server

2007-02-20 Thread Michael Singer (JIRA)
[ https://issues.apache.org/jira/browse/JCR-753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Singer updated JCR-753: --- Attachment: javadoc-log.txt Creation of JavaDoc fails on jackrabbit-jcr-server

Re: Errors with new cluster feature

2007-02-20 Thread Miguel Ángel Jiménez
I'm working on some tests to reproduce this issue. However looking at the code in 1.2.1, in method commit() of FileJournal.java, I can't find the lock operation on the global revision file. Here is the code: public void commit() throws JournalException { try {

[jira] Updated: (JCR-754) Exception when concurrently adding nodes with JCA and XA transactions

2007-02-20 Thread Andrzej Dengusiak (JIRA)
[ https://issues.apache.org/jira/browse/JCR-754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Dengusiak updated JCR-754: -- Attachment: dms_test_case.zip I'm attaching file containing EJB with a method adding nodes and

Re: Errors with new cluster feature

2007-02-20 Thread Dominique Pfister
Hi Miguel, On 2/20/07, Miguel Ángel Jiménez [EMAIL PROTECTED] wrote: The call to globalRevision.set (that implies a lock) is done after the call to recordLog.append() so I think the write is not protected. I'm rather new to JCR and jackrabbit so maybe I'm missing something but the cluster

Re: DBConfiguration at runtime?

2007-02-20 Thread Jukka Zitting
Hi, On 2/20/07, Malligarjunan Sidduraj [EMAIL PROTECTED] wrote: Can I configure the db info at the runtime? Any API available in JCR/Jackrabbit? Is there any other way available to configure the db info rather than configuring in repository.xml No. There's been some discussion about making

[jira] Created: (JCR-755) Add Bundle Persistence Managers

2007-02-20 Thread Tobias Bocanegra (JIRA)
Add Bundle Persistence Managers --- Key: JCR-755 URL: https://issues.apache.org/jira/browse/JCR-755 Project: Jackrabbit Issue Type: Improvement Components: core Affects Versions: 1.3

Bundle Persistence Manager

2007-02-20 Thread Tobias Bocanegra
hi, we (day software) offer our set of bundle persistence managers to the jackrabbit project. those pms combine the node and property states into a single bundle and store them together. this improves performance and reduces storage-memory overhead (no exact numbers available). The bundle pms

[jira] Created: (JCR-756) Concurrent add/remove child node operations in a cluster may corrupt repository.

2007-02-20 Thread Dominique Pfister (JIRA)
Concurrent add/remove child node operations in a cluster may corrupt repository. Key: JCR-756 URL: https://issues.apache.org/jira/browse/JCR-756 Project: Jackrabbit

Re: Bundle Persistence Manager

2007-02-20 Thread Jukka Zitting
Hi, On 2/20/07, Tobias Bocanegra [EMAIL PROTECTED] wrote: we (day software) offer our set of bundle persistence managers to the jackrabbit project. those pms combine the node and property states into a single bundle and store them together. this improves performance and reduces storage-memory

[jira] Created: (JCR-757) Allow multiple producers to feed/consume journal

2007-02-20 Thread Dominique Pfister (JIRA)
Allow multiple producers to feed/consume journal Key: JCR-757 URL: https://issues.apache.org/jira/browse/JCR-757 Project: Jackrabbit Issue Type: New Feature Affects Versions: 1.2.1

[jira] Updated: (JCR-755) Add Bundle Persistence Managers

2007-02-20 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/JCR-755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Bocanegra updated JCR-755: - Attachment: JCR-755.patch.gz Patch that contains the new bundle persistence managers. Add Bundle

[VOTE] Include BundlePersistenceManager Contribution [JCR-755]

2007-02-20 Thread Tobias Bocanegra
(once again, official :-) we (day software) offer our set of bundle persistence managers to the jackrabbit project. those persistence managers combine the node and property states into a single bundle and store them together. this improves performance and reduces storage-memory overhead (no

Re: [VOTE] Include BundlePersistenceManager Contribution [JCR-755]

2007-02-20 Thread Jukka Zitting
Hi, On 2/20/07, Tobias Bocanegra [EMAIL PROTECTED] wrote: Please vote on including those persistence managers to the Apache Jackrabbit codebase. +1 BR, Jukka Zitting

[jira] Assigned: (JCR-749) Add myqsql ddl for clustering (DatabaseJournal)

2007-02-20 Thread Dominique Pfister (JIRA)
[ https://issues.apache.org/jira/browse/JCR-749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominique Pfister reassigned JCR-749: - Assignee: Dominique Pfister Add myqsql ddl for clustering (DatabaseJournal)

[jira] Resolved: (JCR-749) Add myqsql ddl for clustering (DatabaseJournal)

2007-02-20 Thread Dominique Pfister (JIRA)
[ https://issues.apache.org/jira/browse/JCR-749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominique Pfister resolved JCR-749. --- Resolution: Fixed Thank you very much for your contribution. I added mysql.ddl to revision

[jira] Updated: (JCR-756) Concurrent add/remove child node operations in a cluster may corrupt repository.

2007-02-20 Thread Dominique Pfister (JIRA)
[ https://issues.apache.org/jira/browse/JCR-756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominique Pfister updated JCR-756: -- Attachment: Create.java Create.java: Sample application that creates nodes and properties below

[jira] Updated: (JCR-756) Concurrent add/remove child node operations in a cluster may corrupt repository.

2007-02-20 Thread Dominique Pfister (JIRA)
[ https://issues.apache.org/jira/browse/JCR-756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominique Pfister updated JCR-756: -- Attachment: Remove.java Remove.java: Sample application that deletes nodes below the root node

[jira] Updated: (JCR-756) Concurrent add/remove child node operations in a cluster may corrupt repository.

2007-02-20 Thread Dominique Pfister (JIRA)
[ https://issues.apache.org/jira/browse/JCR-756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominique Pfister updated JCR-756: -- Attachment: repository.xml Sample repository.xml configuration that might be used for both create

[jira] Resolved: (JCR-756) Concurrent add/remove child node operations in a cluster may corrupt repository.

2007-02-20 Thread Dominique Pfister (JIRA)
[ https://issues.apache.org/jira/browse/JCR-756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominique Pfister resolved JCR-756. --- Resolution: Fixed Problem identified to be the following during an update: 1) When a journal

[jira] Resolved: (JCR-757) Allow multiple producers to feed/consume journal

2007-02-20 Thread Dominique Pfister (JIRA)
[ https://issues.apache.org/jira/browse/JCR-757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominique Pfister resolved JCR-757. --- Resolution: Fixed Added consumer/producer functionality to the journal and moved the associated

Re: svn commit: r509624 [1/3] - in /jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core: ./ cluster/ config/ journal/ state/

2007-02-20 Thread Jukka Zitting
Hi, On 2/20/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Log: JCR-749 Add mysql ddl for clustering (DatabaseJournal) JCR-756 Concurrent add/remove child node operations in a cluster may corrupt repository JCR-757 Allow multiple producers to feed/consume journal If possible, please avoid

[jira] Created: (JCR-758) QueryResult's RowIterator.getSize returned the wrong size of the results after I implemented my own AccessManager

2007-02-20 Thread Xiaohua Lu (JIRA)
QueryResult's RowIterator.getSize returned the wrong size of the results after I implemented my own AccessManager - Key: JCR-758 URL:

[jira] Commented: (JCR-758) QueryResult's RowIterator.getSize returned the wrong size of the results after I implemented my own AccessManager

2007-02-20 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474497 ] Marcel Reutegger commented on JCR-758: -- Can you please provide a test case that shows this behaviour? Thank you.

[jira] Created: (JCR-759) handling of namespace registrations in AbstractJCRTest

2007-02-20 Thread Julian Reschke (JIRA)
handling of namespace registrations in AbstractJCRTest -- Key: JCR-759 URL: https://issues.apache.org/jira/browse/JCR-759 Project: Jackrabbit Issue Type: Bug Components: JCR TCK

[jira] Updated: (JCR-556) Refactoring of the BackupTool

2007-02-20 Thread Nicolas Toper (JIRA)
[ https://issues.apache.org/jira/browse/JCR-556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Toper updated JCR-556: -- Attachment: VisitorPattern200207.patch Hi, I still haven't quit working on the backup tool. Thanks to

Re: Errors with new cluster feature

2007-02-20 Thread Miguel Ángel Jiménez
Thanks again for the response. I have another issue about FileJournal. In our test environment, we have several instances doing concurrent modifications to the repository and have been able to trace what I see as a possible bug in log file rotation. It seems that the renaming of old files is not

Re: Bundle Persistence Manager

2007-02-20 Thread Roy T. Fielding
On Feb 20, 2007, at 7:18 AM, Jukka Zitting wrote: 3. Day files a software grant (http://www.apache.org/licenses/software-grant.txt) for the contributed code. It is sufficient for Day to send an addendum to the existing grant. In other words, ask David to send email to Jim Jagielski (and cc

Re: [VOTE] Include BundlePersistenceManager Contribution [JCR-755]

2007-02-20 Thread Roy T. Fielding
+1 Roy

Re: Bundle Persistence Manager

2007-02-20 Thread Jukka Zitting
Hi, On 2/20/07, Roy T. Fielding [EMAIL PROTECTED] wrote: On Feb 20, 2007, at 7:18 AM, Jukka Zitting wrote: 3. Day files a software grant (http://www.apache.org/licenses/software-grant.txt) for the contributed code. It is sufficient for Day to send an addendum to the existing grant. In

[jira] Commented: (JCR-758) QueryResult's RowIterator.getSize returned the wrong size of the results after I implemented my own AccessManager

2007-02-20 Thread Paco Avila (JIRA)
[ https://issues.apache.org/jira/browse/JCR-758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474567 ] Paco Avila commented on JCR-758: Big news! I have the same weird issue. I am trying to make a minimal test case. The

Re: [VOTE] Include BundlePersistenceManager Contribution [JCR-755]

2007-02-20 Thread David Nuescheler
+1 regards, david