Re: Database persistent storage

2006-01-20 Thread Jukka Zitting
Hi, On 1/20/06, Giota Karadimitriou <[EMAIL PROTECTED]> wrote: > I noted that the problem with ${wsp.home} and ${wsp.name} > > >org.apache.jackrabbit.core.config.ConfigurationException: Replacement > > not found for ${wsp.home} > > appears only in the '' part of repository xml, > while everything

Re: Database persistent storage

2006-01-20 Thread Giota Karadimitriou
rom replacing ${wsp.home} and ${wsp.name} with hardcoded values is there any other suggestion as to where to search/what I could do in order to resolve this? Also is it normal that nothing appears under /versions directory? regards Giota Original Message Subject:Re: Datab

Re: Database persistent storage

2005-12-19 Thread Stefan Guggisberg
hi rick i guess you will have to do some debugging ;) first of all we need to know at which location in SimpleDbPersistenceManager the exception is thrown. a full stack trace would be ideal. what sql stmt caused the exception? etc etc set breakpoints in the follwing methods of SimpleDbPersistenceM

Re: Database persistent storage

2005-12-16 Thread milhri
Edgar et.al. Status report on DB2 persistent storage. Have a problem with keys, I think. 1. Beginning from /home/milhri/repotestdb jaas.config repository.xml

Re: Database persistent storage

2005-12-16 Thread milhri
Edgar Ok here is what I have: /home/milhri /home/milhri/repotestdb -rw-r--r-- 1 milhri lidp 104 Dec 15 10:08 jaas.config -rw-r--r-- 1 milhri lidp 2031 Dec 16 11:53 repository.xml I can start from this point using one of my flat file jackrabbit programs, and all is well, incl

Re: Database persistent storage

2005-12-16 Thread Edgar Poce
Hi rick, On 12/16/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Edgar > > Here is where I am to date: > > /home/milhri/repotestdb > jaas.config > repository.xml > > ... > AFAIK the workspace part of the repository.xml[1] is used as a template to create the w

Re: Database persistent storage

2005-12-16 Thread milhri
Edgar Here is where I am to date: /home/milhri/repotestdb jaas.config repository.xml

Re: Database persistent storage

2005-12-16 Thread milhri
Edgar Thanks and good to hear from you again. Ok, I believe that I can follow this. A couple of more questions, if I may... 1. Do I need to create a mysql.ddl file? If so, where in my directory structure does that file reside? Or is it created automatically, or exist as part of the j

Re: Database persistent storage

2005-12-15 Thread Edgar Poce
Hi rick, you can take a look to http://incubator.apache.org/jackrabbit/apidocs/org/apache/jackrabbit/core/state/db/SimpleDbPersistenceManager.html, it contains documentation and examples that will help you to configure your jdbc connection. br, edgar [EMAIL PROTECTED] wrote: First time ma