driver « Version « JPA Q&A





1. What mysql java driver version are you supposed to use with the latest mysql server    stackoverflow.com

What mysql java driver version are you supposed to use with the latest mysql 5.5.7.RC server. (Env: Hibernate 3.3.x)

3. using two same drivers but with 2 different versions...    forum.hibernate.org

The problem is that the 2 driver contains allmost thje classes because of version system. So the class loader will be lost: eg. Oracle7 the driver name is oracle.jdbc.driver.OracleDriver and the driver name for Oracle 9 is oracle.jdbc.driver.OracleDriver. You see now the problem. Is there a way in hibernate to manage this? Do I have to provide two class loaders? Thanks ...

4. version postgre driver and hibernate    forum.hibernate.org

PostPosted: Thu Oct 26, 2006 7:25 pm Post subject: Hibernate + Postgre driver Reply with quote Edit/Delete this post Hibernate version: 3.1 Name and version of the database you are using: PostgreSQL 8.1 Hi! I want to know if I can use the postgre driver pg73jdbc3 with hibernate 3.1.....I think this driver is used only with hibernate 2 .... Help me ...