Nullpointer « Exception « Spring Q&A





1. NullPointer: Destroy Exception with JackRabbit TransientRepositoryFactoryBean    forum.springsource.org

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: ...

2. NullPointer exception while loading object with @Configurable    forum.springsource.org

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 ...

3. Nullpointer exception with 1.1.0    forum.springsource.org

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 ...

4. Getting NullPointer Exception.    forum.springsource.org

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 ...