hsqldb « Table « JPA Q&A





1. Table Not Found with Hibernate and HSQLDB    stackoverflow.com

We're using hibernate entitymanager to map our entities through JPA. And we are using HSQLDB in-memory database for unit testing. Everything was fine until a recent refactor to the model started ...

2. Hibernate + Hsqldb = table not found    coderanch.com

12.Ara.2008 15:30:43 org.hibernate.tool.hbm2ddl.SchemaUpdate execute INFO: fetching database metadata 12.Ara.2008 15:30:43 org.hibernate.tool.hbm2ddl.SchemaUpdate execute INFO: updating schema 12.Ara.2008 15:30:43 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata INFO: table not found: ILETISIM 12.Ara.2008 15:30:43 org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata INFO: table not found: ILETISIM 12.Ara.2008 15:30:43 org.hibernate.tool.hbm2ddl.SchemaUpdate execute INFO: schema update complete Kayt giriliyor Bitti ! Hibernate: insert into ILETISIM (AD, SOYAD, EMAIL, ID) values (?, ?, ?, ?) BUILD SUCCESSFUL (total ...

3. hsqldb doesn't create all the tables    forum.hibernate.org

Hi! I'm using a hsqldb for JUnit tests, however some of the tables are not created and sometimes I get a: java.sql.SQLException: Table not found in statement [select this_.id as ... exception. My configuration file looks like this: org.hsqldb.jdbcDriver jdbc:hsqldb:hsql:bled org.hibernate.dialect.HSQLDialect sa 0 org.hibernate.transaction.JDBCTransactionFactory org.hibernate.cache.NoCacheProvider true true create-drop

4. HSQLDB 1.8 changed system table names    forum.hibernate.org

5. Hibernate + HSQLDB = table not found?!    forum.hibernate.org

6. why i can't create table with hsqldb ? Help me!    forum.hibernate.org

Newbie Joined: Mon Feb 13, 2006 12:30 pm Posts: 12 here is my build file: *******************build.xml *********************************