hibernate查询语句出错
typeExceptionreportmessagedescriptionTheserverencounteredaninternalerror()thatprevent...
type Exception reportmessagedescription The server encountered an internal error () that prevented it from fulfilling this request.exceptionjava.lang.NullPointerException org.directwebremoting.Browser.getTargetSessions(Browser.java:268) org.directwebremoting.ScriptSessions.addScript(ScriptSessions.java:78) org.directwebremoting.ScriptSessions.addFunctionCall(ScriptSessions.java:115) org.directwebremoting.ui.browser.Window.alert(Window.java:42) com.hqjy.daoImpl.OperationTaxDaoImpl.QueryTax(OperationTaxDaoImpl.java:34) com.hqjy.serviceImpl.OperationTaxServiceImpl.QueryTax(OperationTaxServiceImpl.java:30) com.hqjy.action.OperationAction.QueryTax(OperationAction.java:229) 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)我的java代码贴出来,求大神解决String sql = "select stc.Flag from security_tax_controlled stc where stc.secType='销项'";// Session session = new Configuration().configure().buildSessionFactory().openSession(); SQLQuery query = this.getSession().createSQLQuery(sql); Listobjs = query.addEntity(TaxInformVO.class).list(); Listros = new ArrayList();
展开
- 你的回答被采纳后将获得:
- 系统奖励15(财富值+成长值)+难题奖励20(财富值+成长值)
展开全部
执行到QueryTax()的时候报空值。调试一下撒
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
.NullPointerException空指针 查看各层的注入方法有木有
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
NullPointerException这不是报空指针了么
更多追问追答
追问
是空指针啊 但是为什么会出现空指针啊,按道理说是不应该啊,我问过好多我的同事们,也查不出来空指针的原因,查询语句就返回空指针了,求大神指教
追答
直接在数据库运行你的sql语句可以查出来否?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询