Re: problem retrieving nodes from different workspaces

2006-08-29 Thread J Kuijpers
226 98 98 > F 41 61 226 98 97 > > This message is a private communication. If you are > not the intended recipient, please do not read, copy, > or use it, and do not disclose it to others. Please > notify the sender of the delivery error by replying to > this message, and then delete

Re: problem retrieving nodes from different workspaces

2006-08-29 Thread Marcel Reutegger
Your repository.xml file is broken. You have: value="jdbc:derby:${rep.home}/version/db;create=true"/> A fixed value for the parameter 'schemaObjectPrefix' will cause Jackrabbit to write content of multiple workspaces into the same table, thus possibly overwriting content. You m

Re: problem retrieving nodes from different workspaces

2006-08-29 Thread J Kuijpers
n - http://yukatan.fi/ - [EMAIL PROTECTED] > Software craftsmanship, JCR consulting, and Java development > > -- View this message in context: http://www.nabble.com/problem-retrieving-nodes-from-different-workspaces-tf2177041.html#a6037018 Sent from the Jackrabbit - Dev forum at Nabble.com.

Re: problem retrieving nodes from different workspaces

2006-08-28 Thread J Kuijpers
D]> 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 MultipleWorks

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