Re: SimpleDBPersistenceManager and PostgreSQL

2005-11-07 Thread Stefan Guggisberg
hi javier, i committed the postgresql.ddl (with some minor modifications) and i also fixed the SimpleDbPersistenceManager.checkSchema() issue that you reported. see svn r331546. thanks again for your contributions! i am looking forward hearing more from you :) cheers stefan On 11/4/05, Javier B

Re: SimpleDBPersistenceManager and PostgreSQL

2005-11-04 Thread Stefan Guggisberg
hi javier, regarding the failing test case: [junit] [ERROR] TEST org.apache.jackrabbit.test.api.nodetype.TestAll FAILED this is a known issue. the test only succeeds on an initially empty test repository but fails on all subsequent 'maven test' runs (with all pm's btw). after calling 'maven test:

Re: SimpleDBPersistenceManager and PostgreSQL

2005-11-04 Thread Javier Bermejo
Hi Stefan, I have tested Jackrabbit tests after doing the following modifications: - src/main/java/org/apache/jackrabbit/core/state/db/postgresql.ddl - src/main/java/org/apache/jackrabbit/core/state/db/SimpleDbPersistenceManager.java (the patch I attach you yesterday) - applications/test/worksp

Re: SimpleDBPersistenceManager and PostgreSQL

2005-11-04 Thread Stefan Guggisberg
hi javier On 11/4/05, Javier Bermejo <[EMAIL PROTECTED]> wrote: > Hi Stefan, > > Currently I can say that simpledbpersistence is much faster than > orm-persistence module. I'm having some troubles with referencing nodes (it > seems it doesn't work fine, but I need to realize more tests to check

Re: SimpleDBPersistenceManager and PostgreSQL

2005-11-04 Thread Javier Bermejo
Hi Stefan, Currently I can say that simpledbpersistence is much faster than orm-persistence module. I'm having some troubles with referencing nodes (it seems it doesn't work fine, but I need to realize more tests to check it correctly). I hope in a few days or one week to post here some perfo

Re: SimpleDBPersistenceManager and PostgreSQL

2005-11-03 Thread Stefan Guggisberg
hi javier, On 11/3/05, Javier Bermejo <[EMAIL PROTECTED]> wrote: > Hello, > > Some days ago I was testing performance using orm-persistence with > hibernate 2 and PostgreSQL. Today I have tested SimpleDBPersistence > using a postgreSQL database and I have detected a bug in the class: > > Using JDB

SimpleDBPersistenceManager and PostgreSQL

2005-11-03 Thread Javier Bermejo
Hello, Some days ago I was testing performance using orm-persistence with hibernate 2 and PostgreSQL. Today I have tested SimpleDBPersistence using a postgreSQL database and I have detected a bug in the class: Using JDBC with PostgreSQL doesn't found any table when checking the schema becaus