That part was in my applicationContext.xml, I've not put that here as it doesn't have any interaction with db..And I know there was a small mess in my code, I have already fixed them. thanks for your...
Type: Posts; User: zaur.guliyev; Keyword(s):
That part was in my applicationContext.xml, I've not put that here as it doesn't have any interaction with db..And I know there was a small mess in my code, I have already fixed them. thanks for your...
I've solved this by changing jdbcTemplate...I reconfigured it to use my sessionFactory, and that worked!
Hello,
It's my first time I'm using ComboPooledDataSource in hibernate, but there's something wrong with my configurations I think, so that when I call DAO to retrieve all data from database this...