org.springframework.orm.hibernate3.HibernateQueryException: ClassNotFoundException:

Stacktraces

org.springframework.orm.hibernate3.HibernateQueryException: ClassNotFoundException: org.hibernate.hql.ast.HqlToken [from oa.domain.User where username=? and password=?]; nested exception is org.hibernate.QueryException:



在用户工程代码web-inf下建立xml文件:weblogic.xml

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE weblogic-web-app PUBLIC "-//BEA Systems, Inc.//DTD Web Application 8.1//EN" "http://www.bea.com/servers/wls810/dtd/weblogic810-web-jar.dtd">
<weblogic-web-app>   
    <container-descriptor>
        <prefer-web-inf-classes>true</prefer-web-inf-classes>
    </container-descriptor>
</weblogic-web-app>


你可能感兴趣的:(org.springframework.orm.hibernate3.HibernateQueryException: ClassNotFoundException:)