這個是我的映射文件
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
"http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
我調用List list=this.getHibernateTemplate().loadAll(entityClass);的時候getHibernateTemplate()為空。
頁面提示錯誤:
type Exception report
message
description The server encountered an internal error that prevented it from fulfilling this request.
exception
java.lang.NullPointerException
com.oas.serviceBase.DaoSupport.load(DaoSupport.java:52)
com.oas.service.ActivityService.selectAllActivity(ActivityService.java:16)
com.oas.action.ActivityAction.selectAllActivity(ActivityAction.java:12)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
java.lang.reflect.Method.invoke(Method.java:597)
配置文件有問題!檢查清楚!