Issue: session factory returning null was returning null
Resolution: Included the autowire initialization of session factory:
@Autowired
@Qualifier("sessionFactory")
protected SessionFactory sessionFactory;
Resolves the issue.
Resolution: Included the autowire initialization of session factory:
@Autowired
@Qualifier("sessionFactory")
protected SessionFactory sessionFactory;
Resolves the issue.
No comments:
Post a Comment