Arnab Mandal

Greenhorn
+ Follow
since Apr 04, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Arnab Mandal

I am trying to implement JAAS as a pluggable interface with Spring Hibernate and Struts 2.
I have a callbackHandler and a RDBMSLoginmodule which deals with the JAAS part. While the code traverse to Hibernate method to interact with the database, the spring getHibernateTemplate() is returning null value.
I think I am missing out something in spring config files. Please help me in locating where I am missing out.
11 years ago