Fabian there is no app running right now. We are using the spring-modules jcr integration. It is configured to open a session off of a TransientRepo instance every time a dao call is made. Right now we only have tests for our dao -- there is no app running.
On Wed, Sep 17, 2008 at 4:37 PM, Fabián Mandelbaum <[EMAIL PROTECTED]>wrote: > Hello Michael, > > that's exactly what 'running in standalone mode' is. I have the same > "problem" here, I have to close the app using the TransientRepo and then > open the repo browsing tool. > > Maybe the RMI solution pointed out by Alexander is the way to open > an already running repo without lock warnings. > > Michael Harris escribió: > > Alexander > > > > thanx for the reply. will investigate these things later. > > > > The eclipse plugin is the sourceforge one. We are not running the repo > in > > standalone mode. We bundle the jcr api and use it directly in the app > with > > transientrepo instances. > > > > > > > > On Wed, Sep 17, 2008 at 2:32 PM, Alexander Klimetschek <[EMAIL PROTECTED] > >wrote: > > > > > >> On Wed, Sep 17, 2008 at 8:15 PM, Michael Harris > >> <[EMAIL PROTECTED]> wrote: > >> > >>> Does anyone know of a good repository viewing tool? One that can be > used > >>> > >> to > >> > >>> look at the node structure in the repo and also modify it (like remove > >>> nodes)? > >>> > >> There is also http://www.jcr-explorer.org/ > >> > >> > >>> I tried the jcr plugin for eclipse but it keeps complaining about a > lock > >>> erroneously. I tried removing .lock in my repository dir, but the > plugin > >>> recreates it when it tries to log in and then says it can't log in > >>> > >> because > >> > >>> the repo is locked.... > >>> > >> Which jcr plugin do you mean? The one from Day > >> (http://www.day.com/eclipse/) or the one from sourceforge > >> (http://sourceforge.net/projects/jcrbrowser) - which is only a browser > >> without editing capabilities. > >> > >> The lock error most likely means that it tries to start the repository > >> standalone, whereas you probably have another Jackrabbit already > >> accessing it. You should try to connect through RMI to the running > >> Jackrabbit. > >> > >> Regards, > >> Alex > >> > >> -- > >> Alexander Klimetschek > >> [EMAIL PROTECTED] > >> > >> > > > > > > > > > > -- --------------------- Michael Harris
