bug « Schema « JPA Q&A





1. BUG? hibernate.default_schema    forum.hibernate.org

Hi, If hibernate.default_schema is specified instead of specifying schema in the class mapping then the hibernate.default_schema does not appear to be applied to the id sequence used by the class. Code: ...

2. Changing schema qualifier on generator sequence (bug?)    forum.hibernate.org

I'm using hibernate 2.1.3 against an Oracle 8i db. I need to change the schema qualifier for ALL tables and sequences used by hibernate at runtime. All my hibernate.cfg.xml has placeholder value for "default_schema" and none of my mapping files explicitly define the schema (via the schema attribute on the tag). I've seen similar postings on this (namely http://forum.hibernate.org/viewtopic.ph ... ...

3. SchemaExport hibernate.cfg.xml not found bug    forum.hibernate.org

Hibernate version: 2.1.6 Full stack trace of any exception that occurs: 2004-12-27 22:36:05,365 INFO [main] (Environment.java:469) - Hibernate 2.1.6 2004-12-27 22:36:05,384 INFO [main] (Environment.java:498) - hibernate.properties not found 2004-12-27 22:36:05,395 INFO [main] (Environment.java:529) - using CGLIB reflection optimizer 2004-12-27 22:36:05,419 INFO [main] (Configuration.java:895) - configuring from resource: hibernate.cfg.xml 2004-12-27 22:36:05,421 INFO [main] (Configuration.java:867) - Configuration resource: hibernate.cfg.xml 2004-12-27 22:36:05,424 WARN [main] ...

4. Schema Export - Oracle Errors, with hibernate3, possible bug    forum.hibernate.org

Hello, I am using hibernate3, eclipse 3.1M4 and hibernate tools, and oracle 10g. After creating a persistent class, and the mapping document, I create a console configuration, and then create session factory. I can see my class, and data members in the mapped entities. At this point when I click run schema export I get the following errors: First: java.sql.SQLException: ORA-00942: ...

5. Is this a bug? many-to-many with schema values    forum.hibernate.org

6. Oracle SchemaUpdate problem/bug ?    forum.hibernate.org