Hi Stefan, Thanks for the quick reply and the sample xml file. Glad you gave me that forum - I couldn't find that exact thread when I was googling for my answers.
I've written a small test program to create repository, add new node, and check if the node exists based on the sample xml file you used. It's working perfectly adding nodes and everything - thanks ! I've just noticed that there is one configuration difference which may have caused the initial error that I had. When the error occured, the DbFileSystem entry for Repository does not have external blob declared, while the rest of DbFileSystem have external blob set to true. I'll have another go at configuring Magnolia repository based on the sample file which you gave to me. Cheers, Felix --- Stefan Guggisberg <[EMAIL PROTECTED]> wrote: > hi felix > > check out the following thread: > http://thread.gmane.org/gmane.comp.apache.jackrabbit.devel/4647/focus=4649 > > it also contains a sample repository.xml. > > cheers > stefan > > On 4/18/06, Felix Satyaputra > <[EMAIL PROTECTED]> wrote: > > Hi All, > > > > I've got a quick question which I hope someone > would > > be able help. > > > > I've read through the configuration document for > > Jackrabbit on how to configure repositories: > > > > <Repository> > > <FileSystem class="...">...</FileSystem> > > > > I've tried to make a repository configuration work > > with > org.apache.jackrabbit.core.fs.db.DbFileSystem as > > I'd like to try to store the repository config in > > database as well as the contents. > > > > I haven't managed to make this to work. I've > glanced > > through the Jackrabbit source and found out that > > org.apache.jackrabbit.core.config.RepositoryConfig > > create() methods require reference to repository > > config file. > > > > My question is, can the repository work with the > > FileSystem class of > > org.apache.jackrabbit.core.fs.db.DbFileSystem ? If > I > > want to do this, would it mean reworking a lot of > > things or can I do this with minor modification? > > > > Just fyi, I am working on a webapps integrated > with > > Magnolia 2.1.5. I am using WinXP Pro and MSSQL > Server > > for my dev environment and will be deploying to > RedHat > > and MySQL in production. > > > > Thanks for your help in advance! > > > > Cheers, > > > > Felix > > > > > > > > > > > > > ___________________________________________________________ > > Switch an email account to Yahoo! Mail, you could > win FIFA World Cup tickets. http://uk.mail.yahoo.com > > > Send instant messages to your online friends http://uk.messenger.yahoo.com
