Alexander,

are you sure you are using your postgres database?!

> Could not create entity:java.sql.SQLException: ERROR:  Relation
> 'personbean' does not exist

This message indicates that the database executes the sql statement and
fails because the table doesnt exist. Make sure your postgres pool uses
the right database (DatabaseURL in jboss.jcml) and the tables you want
to use are in this database.

HTH

\Daniel


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to