Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3
Mapping documents: orm.xml
Code between sessionFactory.openSession() and session.close():
Full stack trace of any exception that occurs: [ACTIVE] [ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)' -- 24 Oct 2007 07:32:53 -- INFO -- org.hibernate.tool.hbm2ddl.TableMetadata -- table found: .VZSTP.FILTER
[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)' -- 24 Oct 2007 07:32:53 -- INFO -- org.hibernate.tool.hbm2ddl.TableMetadata -- columns: [filter_value, filter_type, product_id, package_id]
[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)' -- 24 Oct 2007 07:32:53 -- INFO -- org.hibernate.tool.hbm2ddl.DatabaseMetadata -- table not found: FILTER_STAGE
Name and version of the database you are using: Oracle9.2
The generated SQL (show_sql=true):
Debug level Hibernate log excerpt:
Problems with Session and transaction handling?
Its able to load one table from the schema but cann't load another table from the same schema.
And its able to load both tables on weblogic 9.2 sp0 but giving error on weblogic 9.2 mp2
Read this:
http://hibernate.org/42.html