I'm trying to remember, is postgresql case sensitive? There's some code in Isis that applies some heuristics for this; is also puddings to use the raw underlying datanucleus properties to influence things.
Could you spell out exactly what you did to create the error so I can try to replicate? Thx, Dan On 9 Mar 2016 19:08, "Angel Manuel Barrera Lugo" < angel.barr...@sisorg.com.mx> wrote: > Well finally i have the schema (postgresSQL) and everything but still have > this error: > > Caused by: org.hsqldb.HsqlException: nombre de esquema incorrecto: > PETCLINIC > at org.hsqldb.error.Error.error(Unknown Source) > at org.hsqldb.error.Error.error(Unknown Source) > at org.hsqldb.SchemaManager.getSchemaHsqlName(Unknown Source) > at org.hsqldb.Session.getSchemaHsqlName(Unknown Source) > at org.hsqldb.StatementSchema.setOrCheckObjectName(Unknown Source) > at org.hsqldb.StatementSchema.getResult(Unknown Source) > at org.hsqldb.StatementSchema.execute(Unknown Source) > at org.hsqldb.Session.executeCompiledStatement(Unknown Source) > at org.hsqldb.Session.executeDirectStatement(Unknown Source) > at org.hsqldb.Session.execute(Unknown Source) > ... 64 more > > Caused by: java.sql.SQLException: nombre de esquema incorrecto: PETCLINIC > in statement [CREATE TABLE petclinic."Pet" > ( > "id" BIGINT GENERATED BY DEFAULT AS IDENTITY, > "name" NVARCHAR(40) NOT NULL, > "version" BIGINT NOT NULL, > CONSTRAINT "Pet_PK" PRIMARY KEY ("id") > )] >