I tried to integrate hibernate with Spring and still trying it. I m using hibernate 3 and Spring 2. my application server is jboss and my DB is sql server. I use annotations here.
this is my spring configuration file and its name is application_config.xml and it is in /src directory.
this is my jboss-web.xml file. it is in applications WEB-INF folder
this is my web.xml file
this is mssql-ds.xml file inside server\default\deploy directory in jboss distribution.
All libraries are inside relevant folders. But it gives this error inside this ControllerServlet.java
Please help regarding this.
Iwein Fuld
Author
Greenhorn
Joined: Nov 01, 2012
Posts: 14
posted
0
Great that you're using SI.
It looks like this error is related to you slf4j dependencies and neither related to Spring Integration nor Hibernate. I'm sure if you share a simple project online you can get help with this.