zhangli123123 2011-03-22 08:49
浏览 311
已采纳

关于weblogic10版本兼容问题

]] Root cause of ServletException.
org.springframework.orm.hibernate3.HibernateQueryException: ClassNotFoundException: org.hibernate.hql.ast.HqlToken [select t from cn.com.cis.acic.sales.schema.model.SmcMenu t where t.systemCode =? and t.upperMenuId =? and t.menuLevel = ? and t.validStatus = '1']; nested exception is org.hibernate.QueryException: ClassNotFoundException: org.hibernate.hql.ast.HqlToken [select t from cn.com.cis.acic.sales.schema.model.SmcMenu t where t.systemCode =? and t.upperMenuId =? and t.menuLevel = ? and t.validStatus = '1']
at org.springframework.orm.hibernate3.SessionFactoryUtils.convertHibernateAccessException(SessionFactoryUtils.java:649)

我本地使用的是weblogic10部署,而且还使用了hibernate3,然后报这个错误,不知道是什么原因,哪位能给我详细的解决方案吗?

  • 写回答

5条回答 默认 最新

  • lxbccsu 2011-03-22 13:10
    关注

    最好的是先学习下OGNL,实在惭愧,说了这么多,我对OGNL也是不了解.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(4条)

报告相同问题?