SessionFactory « Security « Spring Q&A





1. Proper injection of SessionFactory with Spring and Spring Security    stackoverflow.com

i have this exception

java.lang.NullPointerException
cz.xkadle21.dip.dao.ADiHibernateGenericDAO.findByCriteria(ADiHibernateGenericDAO.java:116)
cz.xkadle21.dip.dao.impl.DiUserDAO.findUserByUsername(DiUserDAO.java:86)
cz.xkadle21.dip.service.impl.DiUserContextSecurityService.loadUserByUsername(DiUserContextSecurityService.java:47)
cz.xkadle21.dip.service.impl.DiUserContextSecurityService.loadUserByUsername(DiUserContextSecurityService.java:1)
I was following this tutorial Spring Security 3 database authentication with Hibernate and got "No bean named ... is defined" error. So i moved beans from dispatcher-servlet.xml ...

2. proper security configuration with SessionFactory    forum.springsource.org

proper security configuration with SessionFactory Hello again. Is there somewhere proper configuration example or tutorial using spring, spring security and hibernate + sessionFactory? In this one http://stackoverflow.com/questions/2...with-hibernate is missing how to ...

3. How do i use SessionFactory for different user connections    forum.springsource.org

Hello, I'm trying to use Spring framework with Hibernate. Up until now I am using the HibernateTemplate to call Hibernate methods, and this works perfectly. I need now to have different ...

4. Data Access using Hibernate -- No SessionFactory specified    forum.springsource.org

Oct 6th, 2005, 06:50 PM #1 thackker View Profile View Forum Posts Private Message Junior Member Join Date Oct 2005 Posts 10 Data Access using Hibernate -- No SessionFactory specified I ...

5. Spring Security : 'sessionFactory' or 'hibernateTemplate' is required    forum.springsource.org

Spring Security : 'sessionFactory' or 'hibernateTemplate' is required Hi All, I need help on this Following is working right: