Thanks very much for the reply. Turns out that it was the Hibernate jar that was causing the problem. It must be added to the classpath and the source path specified in the .classpath file. I...
Type: Posts; User: jmeacham; Keyword(s):
Thanks very much for the reply. Turns out that it was the Hibernate jar that was causing the problem. It must be added to the classpath and the source path specified in the .classpath file. I...
I am running a large web application that makes use of the Spring and Hibernate frameworks. The application runs fine in Tomcat, but when I run my unit tests, I get errors when instantiating beans. I...
I am running a large web application that makes use of the Spring and Hibernate frameworks. The application runs fine in Tomcat, but when I run my unit tests, I get errors when instantiating beans. ...