I am deploying my application in Tomcat 6.0.20.
The application uses Hibernate as ORM, Spring, and JSF for the web tier.
I also made a simple runner from the main () method to test Spring-Hibernate collaboration. And it works fine, and hibernate.cfg.xml understands pretty well.
I can add a code snippet or a full stack, but I'm not sure if this is necessary because Google says this is a typical problem and it is easy to recognize from the name. Unfortunately, I could not find a solution.
So who knows how to fix this problem?
Roman source
share