NullPointer: Destroy Exception with JackRabbit TransientRepositoryFactoryBean Hi, I am using spring-module 0.6 with JackRabbit 1.1 and Spring 2.0. I am getting the following exception after I am done working with jackrabbit: ...
NullPointer exception while loading object with @Configurable Hi, We're using @Configurable to wire our domain objects with AspectJ. Our domain objects are loaded by hibernate and are then autowired to inject ...
Nullpointer exception with 1.1.0 Hi, I just upgrade from spring DM 1.0.1 to 1.1.0, and I get the following exception when one of my bundles activates on startup: Code: 2008-07-14 12:03:00,439 ...
Getting NullPointer Exception. Greetings. My class HibernateStudentDao extends HibernateDaoSupport and implements StudentDao. In saveStudent() method of HibernateStudentDao I am using getHibernateTemplate().save(s); But I am getting Nullpointer exception on getHibernateTemplate() method. My ...