0
votes
1answer
180 views

Insert into database after spring hibernate sessionfactory is created

I want to insert some data in a table of database after the SessionFactory of spring hibernate has been created. I have a CUSTOMER table and I want to insert a particular Customer into this table if ...
0
votes
1answer
484 views

Hibernate SessionFactory becomes null when trying to use it by invoking a method of the same DAO from the Spring MVC controller class

I'm using the Spring version 3.0.2. I want to manage transactions through the @Transactional annotation. In the applicationContext.xml file, I have the following data source configuration. <bean ...
0
votes
1answer
928 views

Spring 3.1 + hibernate 4: Can't get it to run

I tried different configurations but to no effect. The error remained the same. Here the desired config taken from BoneCPs web site: <?xml version="1.0" encoding="UTF-8"?> <beans ...