Hi
We have a project that we added Hibernate Capabilities to. When we right click the project and go to MyEclipse -> Open HQL Editor a progress window opens up like a database connection is being established. An error message shows up that reads:
Error Creating Configuration
A configuration object could not be build, autocomplete and dynamic query translation will be unavailable. Queries cannot be executed.
Reason:
Problems while loading database drivercalss (some driver class). Please make sure that the driver JAR is on your projects build path (WHICH WE HAVE DONE).
java.sql.SQLException: java.lang.UnsatisfiedLinkError: Native Library (some dll( already loaded in another classloader.
What does this mean and how do we fix it?
David