[jira] Updated: (JCR-497) HierarchyManager can't build path

2006-07-26 Thread Paco Avila (JIRA)
 [ http://issues.apache.org/jira/browse/JCR-497?page=all ]

Paco Avila updated JCR-497:
---

Attachment: MyAccessManager.java

Test implementation of AccessManager.

 HierarchyManager can't build path
 -

 Key: JCR-497
 URL: http://issues.apache.org/jira/browse/JCR-497
 Project: Jackrabbit
  Issue Type: Bug
  Components: core
Affects Versions: 1.1
 Environment: Ubuntu Linux Dapper
Reporter: Paco Avila
 Attachments: Dummy.java, MyAccessManager.java, repository2.xml


 I'm programming my own AccessManager and I have two issues. The first is
 with actual jacrabbit version 1.0.1. In attached file Dummy.java line 70
 there is a comment about this. In the development version this bug is
 gone.
 But a have another bug in the development version of Jackrabbit. This is
 a weir error because I can't reproduce it always. But with this code it
 raises very often:
 for (int i=0; i100; i++) {
Node n1 = myRoot.addNode(pepe +i, nt:hierarchyNode);
 }
 The exception is thrown in line 93 of MyAccessManager.java. There is a
 comment on it. The exception says me that HierarchyManager can't build a
 path.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (JCR-497) HierarchyManager can't build path

2006-07-26 Thread Paco Avila (JIRA)
 [ http://issues.apache.org/jira/browse/JCR-497?page=all ]

Paco Avila updated JCR-497:
---

Attachment: Dummy.java

Test case for the bug.

 HierarchyManager can't build path
 -

 Key: JCR-497
 URL: http://issues.apache.org/jira/browse/JCR-497
 Project: Jackrabbit
  Issue Type: Bug
  Components: core
Affects Versions: 1.1
 Environment: Ubuntu Linux Dapper
Reporter: Paco Avila
 Attachments: Dummy.java, MyAccessManager.java, repository2.xml


 I'm programming my own AccessManager and I have two issues. The first is
 with actual jacrabbit version 1.0.1. In attached file Dummy.java line 70
 there is a comment about this. In the development version this bug is
 gone.
 But a have another bug in the development version of Jackrabbit. This is
 a weir error because I can't reproduce it always. But with this code it
 raises very often:
 for (int i=0; i100; i++) {
Node n1 = myRoot.addNode(pepe +i, nt:hierarchyNode);
 }
 The exception is thrown in line 93 of MyAccessManager.java. There is a
 comment on it. The exception says me that HierarchyManager can't build a
 path.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira