Re: problem retrieving nodes from different workspaces

2006-08-29 Thread J Kuijpers
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-29 Thread Marcel Reutegger
Your repository.xml file is broken. You have: PersistenceManager class=org.apache.jackrabbit.core.state.db.DerbyPersistenceManager param name=url value=jdbc:derby:${rep.home}/version/db;create=true/ param name=schemaObjectPrefix value=version_/ /PersistenceManager A fixed value

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

Re: problem retrieving nodes from different workspaces

2006-08-28 Thread J Kuijpers
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#a6019752 Sent from the Jackrabbit - Dev forum at Nabble.com.