Florent Guillaume escribió:
On 13 Mar 2008, at 17:33, Enrique Perez wrote:
I'm trying to configure PostgreSQL as my default database.

The logs, usernames, groups and other details are stored in my database, but the document files are in the HSQL database. Why are not the documents in PostgreSQL database?

Documents are never stored in an HSQL database unless you explictely changed the configuration to do that. If you mean stored in server/default/data/NXRuntime/repos, that's the location of the filesystem repositories.

Sorry, I mean stored in the filesystem.

I've configured the default repository with my data connections in default-repository-config.xml:

<PersistenceManager class="org.apache.jackrabbit.core.state.db.SimpleDbPersistenceManager">
   <param name="driver" value="org.postgresql.Driver"/>
   <param name="url" value="jdbc:postgresql://localhost:5432/nuxeo"/>
   <param name="user" value="enrique"/>
   <param name="password" value="enrique"/>
   <param name="schema" value="postgresql"/>
   <param name="schemaObjectPrefix" value="jcr_${wsp.name}_"/>
   <param name="externalBLOBs" value="false"/>
</PersistenceManager>

But, although I have the externalBLOBs property set to false, my files are stored in the filesystem instead the database.

What's wrong?

Thanks in advance.

Regards.

--
Enrique PƩrez Olivares.
Dpto I+D.
Yerbabuena Software.
[EMAIL PROTECTED]
http://www.yerbabuena.es
Tlf/Fax: 902 995 246
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to