Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3
Mapping documents:
Code between sessionFactory.openSession() and session.close():
Full stack trace of any exception that occurs:
Name and version of the database you are using:
The generated SQL (show_sql=true):
Debug level Hibernate log excerpt:
Has anyone successfully used Hibernate.cfg.xml with IBM Rad6 Server V6 that configured with JNDI datasource to access DB2?
The Hibernate cfg settings are..
... <property name="connection.datasource">jdbc/datasourceName</property>
<property name="dialect">org.hibernate.dialect.DB2Dialect</property>
....
The unofficial words are Hibernate3 is not compatible with RAD6 in this JNDI context. Any confirmation or work around is greatly appreciated.