Re: New JIRA issue for backup tool?

2006-08-28 Thread Jukka Zitting
Hi, On 8/29/06, Nicolas <[EMAIL PROTECTED]> wrote: The Google Summer of Code is over and I still have a few things to finish. Maybe we should create a new JIRA issue for it. What do you think? Agreed. In fact it probably makes the most sense to file new issues for any new patches that are rea

New JIRA issue for backup tool?

2006-08-28 Thread Nicolas
Hi Jukka, The Google Summer of Code is over and I still have a few things to finish. Maybe we should create a new JIRA issue for it. What do you think? I ask this because Google would like a pointer to the current GSOC codebase and I soon will file a new patch. BR Nico my blog! http://www.devi

Re: Jackrabbits own FileSystem and unit tests

2006-08-28 Thread Christoph Kiehl
Jukka Zitting wrote: I still don't get what this FileSystem is used for. Maybe someone with deeper knowlegde of the system could explain it to me? Or is it just there for historical reasons? It is used extensively by the Object and XML persistence managers, but the more "modern" database pers

Re: ItemNotFoundException while switching between workspaces

2006-08-28 Thread quipere
See http://www.nabble.com/problem-retrieving-nodes-from-different-workspaces-tf2177041.html Is about the same problem, doesn't throw ItemNotFounException but returns unexpected nodes. I asume this because example code lacks an ordeable noodtypedefinition. Jukka Zitting-3 wrote: > > Hi, > > On

[jira] Assigned: (JCR-549) TransientFileFactory may throw ConcurrentModificationException on shutdown

2006-08-28 Thread Stefan Guggisberg (JIRA)
[ http://issues.apache.org/jira/browse/JCR-549?page=all ] Stefan Guggisberg reassigned JCR-549: - Assignee: Stefan Guggisberg > TransientFileFactory may throw ConcurrentModificationException on shutdown > --

Re: problem retrieving nodes from different workspaces

2006-08-28 Thread J Kuijpers
Ok hmm strange... This toppic involves the same problem as the toppic of my collegue quipere (ItemNotFoundException while switching between different workspaces). The reason why I am not getting an ItemNotFoundException but only the wrong nodes, I think is because the code I am using is not using

Re: problem retrieving nodes from different workspaces

2006-08-28 Thread Jukka Zitting
Hi, On 8/28/06, J Kuijpers <[EMAIL PROTECTED]> wrote: Supplied repository.xml and runnable MultipleWorkspaceTest.java http://www.nabble.com/user-files/235783/repository.xml repository.xml http://www.nabble.com/user-files/235784/MultipleWorkspaceTest.java MultipleWorkspaceTest.java The Multiple

problem retrieving nodes from different workspaces

2006-08-28 Thread J Kuijpers
Hello I am having a problem retrieving nodes from different workspaces. I have supplied a runnable example class. In this class I am creating two workspaces and add some nodes to them. When I retrieve the nodes without first shutting down the repository I am getting a result as expected: worksp

Re: ItemNotFoundException while switching between workspaces

2006-08-28 Thread Jukka Zitting
Hi, On 8/28/06, quipere <[EMAIL PROTECTED]> wrote: Didn't anybody encounter this problem? Think it might be a bug. It quite likely is, I've also encountered some ItemNotFoundExceptions every now and then with no clear reason (yes, should investigate...). Could you please narrow down the code s

Re: ItemNotFoundException while switching between workspaces

2006-08-28 Thread quipere
Didn't anybody encounter this problem? Think it might be a bug. quipere wrote: > > Hi, I am getting a strange exception while I am switching between > workspaces. > > I am processing a list of xml files and import them in a repository. My > repository is deployed as model3 (server) on tomcat

[jira] Created: (JCR-549) TransientFileFactory may throw ConcurrentModificationException on shutdown

2006-08-28 Thread Marcel Reutegger (JIRA)
TransientFileFactory may throw ConcurrentModificationException on shutdown -- Key: JCR-549 URL: http://issues.apache.org/jira/browse/JCR-549 Project: Jackrabbit Issue Ty