Re: Drop PropertyState?

2008-05-19 Thread Alexander Klimetschek
On Fri, May 16, 2008 at 2:31 PM, Tobias Bocanegra [EMAIL PROTECTED] wrote: (Another potential iterative step could be for example storing entire bundles in the journal, and implementing a persistence manager that gets its content from the journal instead of a separate storage.)

[jira] Commented: (JCR-1605) RepositoryLock does not work on NFS sometimes

2008-05-19 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12597907#action_12597907 ] Alexander Klimetschek commented on JCR-1605: The message No locks available

New Jackrabbit committer

2008-05-19 Thread Jukka Zitting
Hi, Please welcome Alexander Klimetschek as a new committer and PMC member of the Apache Jackrabbit project! The Jackrabbit PMC recently decided to offer Alexander committership based on his contributions. He accepted the offer and that all the related administrative work has now been taken care

DataStore Garbage Collector Performance

2008-05-19 Thread KÖLL Claus
hi, after some more tests with the datastore i startet the garbage collector against a old repository where i have enabled the datastore (it is empty) with one existing workspace (OraclePersistenceManager) as persistence manager and about 19 files in it to find out how long a scan will run

Re: DataStore Garbage Collector Performance

2008-05-19 Thread Thomas Müller
Hi, Did you use the 'persistence manager scan' option? GarbageCollector.setPersistenceManagerScan(true); That should improve the performance. I have added a idea how to speed up garbage collection in the future at http://wiki.apache.org/jackrabbit/DataStore (at the very bottom). Regards, Thomas

[jira] Resolved: (JCR-1611) Registering NodeType from templates throws exception about invalid decl. node type.

2008-05-19 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-1611. Resolution: Fixed fixed in r657826 Registering NodeType from templates throws exception

[jira] Updated: (JCR-1557) Avoid exceptions during shutting repository down if several PMs/FSs use same DB

2008-05-19 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg updated JCR-1557: --- Priority: Minor (was: Major) changed priority to 'Minor' since exceptions are just logged and

[jira] Created: (JCR-1613) REMOVE access is not checked when moving a node

2008-05-19 Thread Roman Puchkovskiy (JIRA)
REMOVE access is not checked when moving a node --- Key: JCR-1613 URL: https://issues.apache.org/jira/browse/JCR-1613 Project: Jackrabbit Issue Type: Bug Components: jackrabbit-core

[jira] Updated: (JCR-1613) REMOVE access is not checked when moving a node

2008-05-19 Thread Roman Puchkovskiy (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roman Puchkovskiy updated JCR-1613: --- Attachment: test-remove-access.zip Attaching a test (which is a Maven project). AccessManager

[jira] Resolved: (JCR-1043) Package names for spring project do not match update ocm packages

2008-05-19 Thread Christophe Lombart (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christophe Lombart resolved JCR-1043. - Resolution: Fixed Fix Version/s: 1.5 The Spring support looks better thanks to the

[jira] Created: (JCR-1614) uuid of newly added node

2008-05-19 Thread Scott Cytacki (JIRA)
uuid of newly added node Key: JCR-1614 URL: https://issues.apache.org/jira/browse/JCR-1614 Project: Jackrabbit Issue Type: Bug Components: jackrabbit-jcr2spi Reporter: Scott Cytacki

[jira] Commented: (JCR-1310) Webdav: Drop xerces dependency

2008-05-19 Thread Brett Porter (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12598123#action_12598123 ] Brett Porter commented on JCR-1310: --- this would be helpful to me as well - I'm currently

[jira] Closed: (JCR-1611) Registering NodeType from templates throws exception about invalid decl. node type.

2008-05-19 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Bocanegra closed JCR-1611. - thanks, works now. Registering NodeType from templates throws exception about invalid decl. node

[jira] Created: (JCR-1615) webdav client: drop dependency on commons-collections

2008-05-19 Thread Brett Porter (JIRA)
webdav client: drop dependency on commons-collections - Key: JCR-1615 URL: https://issues.apache.org/jira/browse/JCR-1615 Project: Jackrabbit Issue Type: Improvement Components:

[jira] Updated: (JCR-1615) webdav client: drop dependency on commons-collections

2008-05-19 Thread Brett Porter (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brett Porter updated JCR-1615: -- Attachment: JCR-1615.diff webdav client: drop dependency on commons-collections

AW: DataStore Garbage Collector Performance

2008-05-19 Thread KÖLL Claus
hi thomas, i have testet it with the option set to true and it takes about 3,2 hours ... what do you think how long will it take to improve the gc process much more ? thanks claus -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Thomas Müller