Saturday, June 13, 2009

JPA Hibernate Tips

using the old classes12 driver lib results in an issue where OracleDriver.getMajorVersion returns 0, which confuses hibernate.
Upgrading to ojdbc14.jar will fix the issue.

No comments:

Post a Comment