Re: SPI: ItemInfo.getParentId()

2006-11-16 Thread Marcel Reutegger
Hi, Marcel Reutegger schrieb: major parts of the jcr2spi currently rely on hierarchical caching structure of nodes and properties. which means if an item is in the cache it's ancestors are cached as well. this simplified the handling of spi ids a lot because in some cases they can be very

Re: SPI: ItemInfo.getParentId()

2006-11-16 Thread Julian Reschke
Marcel Reutegger schrieb: Hi, Marcel Reutegger schrieb: major parts of the jcr2spi currently rely on hierarchical caching structure of nodes and properties. which means if an item is in the cache it's ancestors are cached as well. this simplified the handling of spi ids a lot because in

[jira] Updated: (JCR-619) CacheManager (Memory Management in Jackrabbit)

2006-11-16 Thread Thomas Mueller (JIRA)
[ http://issues.apache.org/jira/browse/JCR-619?page=all ] Thomas Mueller updated JCR-619: --- Attachment: cacheManager6.txt A Java level deadlock could occur with the current CacheManager, if: Thread 1: CacheManager.resizeAll(holding a lock on the

[jira] Assigned: (JCR-637) Multiple namespace definitions in CND prevent definition of node type without child nodes

2006-11-16 Thread Stefan Guggisberg (JIRA)
[ http://issues.apache.org/jira/browse/JCR-637?page=all ] Stefan Guggisberg reassigned JCR-637: - Assignee: Stefan Guggisberg Multiple namespace definitions in CND prevent definition of node type without child nodes

[jira] Resolved: (JCR-637) Multiple namespace definitions in CND prevent definition of node type without child nodes

2006-11-16 Thread Stefan Guggisberg (JIRA)
[ http://issues.apache.org/jira/browse/JCR-637?page=all ] Stefan Guggisberg resolved JCR-637. --- Fix Version/s: 1.1.1 Resolution: Fixed applied patch (svn r475669): - adapted EBNF and parser: all ns declarations must precede first node type

[jira] Created: (JCR-638) Support lower-/upper-case functions

2006-11-16 Thread Marcel Reutegger (JIRA)
Support lower-/upper-case functions --- Key: JCR-638 URL: http://issues.apache.org/jira/browse/JCR-638 Project: Jackrabbit Issue Type: New Feature Components: query Reporter: Marcel

[jira] Resolved: (JCR-638) Support lower-/upper-case functions

2006-11-16 Thread Marcel Reutegger (JIRA)
[ http://issues.apache.org/jira/browse/JCR-638?page=all ] Marcel Reutegger resolved JCR-638. -- Fix Version/s: 1.1.1 Resolution: Fixed Added in revision: 475677 Support lower-/upper-case functions ---

[jira] Updated: (JCR-636) Local AuthContext authenticates if LoginModule should be ignored

2006-11-16 Thread Jukka Zitting (JIRA)
[ http://issues.apache.org/jira/browse/JCR-636?page=all ] Jukka Zitting updated JCR-636: -- Fix Version/s: 1.1.1 Affects Version/s: 0.9 1.0 1.0.1 1.1 Local AuthContext

[jira] Updated: (JCR-632) VersionManager lock not released in some circumstances

2006-11-16 Thread Jukka Zitting (JIRA)
[ http://issues.apache.org/jira/browse/JCR-632?page=all ] Jukka Zitting updated JCR-632: -- Component/s: versioning Fix Version/s: 1.1.1 Affects Version/s: 0.9 1.0 1.0.1

[jira] Resolved: (JCR-632) VersionManager lock not released in some circumstances

2006-11-16 Thread Jukka Zitting (JIRA)
[ http://issues.apache.org/jira/browse/JCR-632?page=all ] Jukka Zitting resolved JCR-632. --- Resolution: Fixed Patch applied in revision 475683. Thanks for spotting this! VersionManager lock not released in some circumstances

[jira] Assigned: (JCR-629) CompactNodeTypeDefWriter does not escaped names properly

2006-11-16 Thread Jukka Zitting (JIRA)
[ http://issues.apache.org/jira/browse/JCR-629?page=all ] Jukka Zitting reassigned JCR-629: - Assignee: Jukka Zitting CompactNodeTypeDefWriter does not escaped names properly

[jira] Reopened: (JCR-632) VersionManager lock not released in some circumstances

2006-11-16 Thread Jukka Zitting (JIRA)
[ http://issues.apache.org/jira/browse/JCR-632?page=all ] Jukka Zitting reopened JCR-632: --- Hmm, actually the change was incorrect. The code after the try-catch-finally block expects the read lock to still be acquired, so releasing it in the

[jira] Commented: (JCR-597) Implement NamespaceManager.unregister()

2006-11-16 Thread Jukka Zitting (JIRA)
[ http://issues.apache.org/jira/browse/JCR-597?page=comments#action_12450364 ] Jukka Zitting commented on JCR-597: --- The reason why this is difficult to implement is that we'd need to guarantee that there are no item names or property values

[jira] Commented: (JCR-597) Implement NamespaceManager.unregister()

2006-11-16 Thread Tako Schotanus (JIRA)
[ http://issues.apache.org/jira/browse/JCR-597?page=comments#action_12450367 ] Tako Schotanus commented on JCR-597: Is it really that difficult? I can understand that it could be a lot of work trying to find all references, but the

[jira] Commented: (JCR-597) Implement NamespaceManager.unregister()

2006-11-16 Thread Tako Schotanus (JIRA)
[ http://issues.apache.org/jira/browse/JCR-597?page=comments#action_12450389 ] Tako Schotanus commented on JCR-597: -1? You mean you wouldn't even accept the patches if someone was to implement this? It _is_ part of the spec after all.

[jira] Updated: (JCR-546) Deadlock during checkin

2006-11-16 Thread Jukka Zitting (JIRA)
[ http://issues.apache.org/jira/browse/JCR-546?page=all ] Jukka Zitting updated JCR-546: -- Attachment: JCR-546.patch Attached a proposed patch for fixing this and the related JCR-632. The problem with just switching the order of the read and write lock

[jira] Resolved: (JCR-619) CacheManager (Memory Management in Jackrabbit)

2006-11-16 Thread Stefan Guggisberg (JIRA)
[ http://issues.apache.org/jira/browse/JCR-619?page=all ] Stefan Guggisberg resolved JCR-619. --- Resolution: Fixed applied patch cacheManager6.txt (svn r475735) CacheManager (Memory Management in Jackrabbit)

[jira] Updated: (JCR-546) Deadlock during checkin

2006-11-16 Thread Jukka Zitting (JIRA)
[ http://issues.apache.org/jira/browse/JCR-546?page=all ] Jukka Zitting updated JCR-546: -- Fix Version/s: 1.1.1 Affects Version/s: 0.9 1.0 1.0.1 1.1 Deadlock during checkin

[jira] Updated: (JCR-545) New method on NodeTypeManagerImpl to reregister nodetypes

2006-11-16 Thread Jukka Zitting (JIRA)
[ http://issues.apache.org/jira/browse/JCR-545?page=all ] Jukka Zitting updated JCR-545: -- Fix Version/s: 1.2 (was: 1.1.1) Targetting 1.2 instead of 1.1.1 since this is a new feature. New method on NodeTypeManagerImpl to reregister

[jira] Updated: (JCR-638) Support lower-/upper-case functions

2006-11-16 Thread Jukka Zitting (JIRA)
[ http://issues.apache.org/jira/browse/JCR-638?page=all ] Jukka Zitting updated JCR-638: -- Fix Version/s: 1.2 (was: 1.1.1) Support lower-/upper-case functions --- Key: JCR-638

[jira] Updated: (JCR-584) Improve handling of concurrent node modifications

2006-11-16 Thread Jukka Zitting (JIRA)
[ http://issues.apache.org/jira/browse/JCR-584?page=all ] Jukka Zitting updated JCR-584: -- Fix Version/s: 1.2 (was: 1.1.1) Improve handling of concurrent node modifications -

error on ant:delete when building latest from svn

2006-11-16 Thread Torgeir Veimo
Am using maven 1.1beta3 with jdk1.6.0beta2. Anything I can do to fix this? [EMAIL PROTECTED] jackrabbit]$ maven [...] Annotated grammar generated successfully in /home/torgeir/java/src/jackrabbit/target/generated-src/main/org/apache/jackrabbit/core/query/sql/JCRSQL.jj [echo]

Re: Apache Jackrabbit 1.1.1 release plan

2006-11-16 Thread hsp
Could you maybe consider applying the patch from JCR-584 for 1.1.1? Tks Helio

Re: Apache Jackrabbit 1.1.1 release plan

2006-11-16 Thread Stefan Guggisberg
On 11/16/06, Jukka Zitting [EMAIL PROTECTED] wrote: Hi, On 11/16/06, hsp [EMAIL PROTECTED] wrote: Could you maybe consider applying the patch from JCR-584 for 1.1.1? It was originally marked for 1.1.1 but I changed that to 1.2 since it's an improvement rather than a bug fix and makes