OK, I figured that I had to hack the quick-db scripts apart for Postgres.  Is 
this right?  I created all the tables prefixed OJB_, and nothing else.  Is 
this right?  Shouldn't there be a setup script for each database platform?

Cheers...


MikeA


On Friday 03 January 2003 22:42, Michael Ansley wrote:
> Can anybody shed some light on this (Bear in mind that 'Relation' means
> table for Postgres):
>
> 21:26:14,660 INFO  [STDOUT]
> [org.apache.ojb.broker.util.sequence.SequenceManagerHelper] ERROR:
> 21:26:14,661 INFO  [STDOUT] Cannot lookup max value from table OJB_DLIST
> for column ID, PB was
> org.apache.ojb.broker.singlevm.PersistenceBrokerImpl@2a5ab9, using
> jdbc-descriptor
> org.apache.ojb.broker.metadata.JdbcConnectionDescriptor@515263[
>   jcd-alias=ict
>   default-connection=true
>   dbms=PostgreSQL
>   jdbc-level=2.0
>   driver=<null>
>   protocol=<null>
>   sub-protocol=<null>
>   db-alias=<null>
>   user=postgres
>   password=
>   eager-release=true
>   ConnectionPoolDescriptor={minEvictableIdleIimeMillis=600000,
> testOnReturn=false, maxActive=21, testWhileIdle=false,
> numTestsPerEvictionRun=10, maxWait=5000, timeBetweenEvictionRunsMillis=-1,
> whenExhaustedAction=0, testOnBorrow=true, maxIdle=-1}
>   batchMode=false
> ]
> 21:26:14,664 INFO  [STDOUT] ERROR:  Relation "ojb_dlist" does not exist
> 21:26:14,665 ERROR [STDERR] java.sql.SQLException: ERROR:  Relation
> "ojb_dlist" does not exist
> 21:26:14,669 ERROR [STDERR]     at
> org.postgresql.core.QueryExecutor.execute(QueryExecutor.java:126)
>
> There are a number of other errors referencing entities from the sequence
> manager.
>
> Cheers...
>
>
> MikeA
>
>
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to