Why so many READ access on node.save()?

2006-07-19 Thread Paco Avila
I'm implementing muy own AccessManager and I've seen that there are lots of READ access when I perform a node.save() after adding a new child node. You can see it in the attachment access_log.txt. Sample code is provided in Dummy.java, and repository config in repository2.xml. -- Paco Avila

Re: website look

2006-07-19 Thread Jukka Zitting
Hi, On 7/19/06, Tobias Bocanegra [EMAIL PROTECTED] wrote: i will try to adjust the css so that it works with the old logo until the deisgner modified the new one. I just contacted the PRC asking for more detailed logo guidelines. I'll report back when I find out more. BR, Jukka Zitting --

Re: Help Required !Wild Character Search Query Using XPATH

2006-07-19 Thread David Gunthorpe
Vishaal Kant Vishaal_Kant at hyperion.com writes: Where can I find examples of Jackrabbit Search API usage examples?? My requirement is to achieve search using wild characters. I wanted to search my repository on the basis of Wild characters. I have add files to my repository, I am

Re: Why so many READ access on node.save()?

2006-07-19 Thread Stefan Guggisberg
hi paco, you're right. there's indeed excessive access control checking. i committed a fix that should improve the situation considerably (svn rev 423448). thanks for reporting this issue, cheers stefan On 7/19/06, Paco Avila [EMAIL PROTECTED] wrote: I'm implementing muy own AccessManager and

Type of jcr:frozenUuid

2006-07-19 Thread Florent Guillaume
Hi, The spec says that jcr:frozenUuid is a STRING but jackrabbit 1.0.1 uses a REFERENCE for it. Is it an oversight? Florent -- Florent Guillaume, Nuxeo (Paris, France) Director of RD +33 1 40 33 71 59 http://nuxeo.com [EMAIL PROTECTED]

[jira] Updated: (JCR-482) DocViewSaxEventGenerator may generate non-NS-wellformed XML

2006-07-19 Thread Jukka Zitting (JIRA)
[ http://issues.apache.org/jira/browse/JCR-482?page=all ] Jukka Zitting updated JCR-482: -- Fix Version/s: 1.1 Affects Version/s: 0.9 1.0 1.0.1 (was: 1.1) Good point. The spec

Re: Type of jcr:frozenUuid

2006-07-19 Thread Tobias Bocanegra
but, it's defined as string: [nt:frozenNode] mix:referenceable orderable - jcr:frozenPrimaryType (name) mandatory autocreated protected abort - jcr:frozenMixinTypes (name) protected multiple abort - jcr:frozenUuid (string) mandatory autocreated protected abort - * (undefined) protected

[jira] Assigned: (JCR-483) Lock tokens reains in session after unlock

2006-07-19 Thread Stefan Guggisberg (JIRA)
[ http://issues.apache.org/jira/browse/JCR-483?page=all ] Stefan Guggisberg reassigned JCR-483: - Assignee: Stefan Guggisberg Lock tokens reains in session after unlock -- Key: JCR-483

[jira] Updated: (JCR-483) Lock tokens reains in session after unlock

2006-07-19 Thread Stefan Guggisberg (JIRA)
[ http://issues.apache.org/jira/browse/JCR-483?page=all ] Stefan Guggisberg updated JCR-483: -- Issue Type: Improvement (was: Bug) Priority: Minor (was: Major) correcting type and priority Lock tokens reains in session after unlock

[jira] Resolved: (JCR-483) Lock tokens reains in session after unlock

2006-07-19 Thread Stefan Guggisberg (JIRA)
[ http://issues.apache.org/jira/browse/JCR-483?page=all ] Stefan Guggisberg resolved JCR-483. --- Resolution: Fixed fixed in svn rev. 423488 Lock tokens reains in session after unlock -- Key:

[jira] Updated: (JCR-299) errors in text filters can cause indexing to fail without warning the client

2006-07-19 Thread Jukka Zitting (JIRA)
[ http://issues.apache.org/jira/browse/JCR-299?page=all ] Jukka Zitting updated JCR-299: -- Affects Version/s: 1.0.1 Priority: Minor (was: Major) errors in text filters can cause indexing to fail without warning the client

[jira] Updated: (JCR-442) Implement a backup tool

2006-07-19 Thread Nicolas Toper (JIRA)
[ http://issues.apache.org/jira/browse/JCR-442?page=all ] Nicolas Toper updated JCR-442: -- Attachment: patch-backup-060719.txt Patch for the backup tool: 1/ Parsing of the configuration file is over 2/ Instanciation of the backup manager 3/ First draft of

[jira] Resolved: (JCR-299) errors in text filters can cause indexing to fail without warning the client

2006-07-19 Thread Jukka Zitting (JIRA)
[ http://issues.apache.org/jira/browse/JCR-299?page=all ] Jukka Zitting resolved JCR-299. --- Resolution: Fixed Assignee: Jukka Zitting Fixed in revision 423547 by catching and logging all index filter exceptions (even unchecked ones). After

[jira] Commented: (JCR-442) Implement a backup tool

2006-07-19 Thread Jukka Zitting (JIRA)
[ http://issues.apache.org/jira/browse/JCR-442?page=comments#action_12422233 ] Jukka Zitting commented on JCR-442: --- Committed patch-backup-060719.txt in revision 423575. Some issues to consider: * The SizeException and RepositoryConfigBackup

Re: [jira] Commented: (JCR-442) Implement a backup tool

2006-07-19 Thread Nicolas
SizeException will be raised when the BackupIOHandler will have a size of more than the size parameter. I am not sure yet if I will keep it. What do you think? Sure for your other points. Nicolas On 7/19/06, Jukka Zitting (JIRA) [EMAIL PROTECTED] wrote: [

Re: [jira] Commented: (JCR-442) Implement a backup tool

2006-07-19 Thread Jukka Zitting
Hi, On 7/19/06, Nicolas [EMAIL PROTECTED] wrote: SizeException will be raised when the BackupIOHandler will have a size of more than the size parameter. I am not sure yet if I will keep it. What do you think? OK. I'm not sure if there's really a use case for the maximum file size option, i.e.

Re: Unit tests for known issues

2006-07-19 Thread Jukka Zitting
Hi, On 7/7/06, Jukka Zitting [EMAIL PROTECTED] wrote: Question to any JUnit gurus out there: Is there a standard way or a best practice for creating unit tests for known issues for which no immediate fix is expected? Thanks for all the comments! I ended up solving the issue with system

XATest failures

2006-07-19 Thread Jukka Zitting
Hi, After disabling the known issue tests I know of, there are still two test failures being reported. I don't know what is causing them or when they have appeared. Could someone with more intimate versioning code knowledge check if these are regressions or known issues? Testcase: