]] 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,然后报这个错误,不知道是什么原因,哪位能给我详细的解决方案吗?