Document split of Hibernate's Oracle9Dialect into Oracle9iDialect and Oracle10gDialect
Description
Activity
Megan May October 3, 2008 at 11:14 AM
These fixes have been included in an official foundation release so I am marking them as closed and unassigning them from the Sakai QA account
David Horwitz April 28, 2008 at 2:21 AM
merged into 2-5-x with r45860
Seth Theriault April 22, 2008 at 9:54 AM
In sakai.properties, this line:
hibernate.dialect=org.hibernate.dialect.Oracle9Dialect
must change to one of:
hibernate.dialect=org.hibernate.dialect.Oracle9iDialect
hibernate.dialect=org.hibernate.dialect.Oracle10gDialect
This needs to be documented in the various sakai.properties files where this is given as an example:
reference/demo/sakai.properties
reference/docs/sakai.properties
/component/component-api/component/src/config/org/sakaiproject/config/sakai.properties
/osp/overlay/component/component-api/component/src/config/org/sakaiproject/config/sakai.properties
Lance Speelmon April 22, 2008 at 8:44 AM
Can you give some more details on exactly what needs to be changed? Is this just a sakai.properties change? Thanks, L
Sakai now throws:
WARN: The Oracle9Dialect dialect has been deprecated; use either
Oracle9iDialect or Oracle10gDialect instead (2007-09-26 11:13:44,035
main_org.hibernate.dialect.Oracle9Dialect)
because the Hibernate folks have split Oracle9Dialect into Oracle9iDialect and Oracle10gDialect:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-2665
We need to document this for sakai.properties to make sure people choose the right one.