Hibernate Team |
|
Joined: Tue Aug 26, 2003 7:19 pm Posts: 2364 Location: Brisbane, Australia
|
It is likely to be either the setup for the JDBC driver or maybe the driver itself.
Things to try:
1) Recheck your configuration.
2) Remove entry configuration paramaters for the driver, eg, Catelog (if your not using it).
3) Check that the driver can get the database Meta data, try another application, write a small program etc.
4) Check the bugs list for the driver.
5) Check the class path to make sure you don't have multiple drivers on the path.
etc..
It is a hard one to remotely solve.
|
|