JAVA.LANG.CLASSCASTEXCEPTION:COM.BJSXT.REGISTRATION.MODEL.USER_$$_JAVASSIST_0 cannot is cast to Javassist.util.proxy.Proxy

Source: Internet
Author: User

1. Lazy Loading

Because of the load lazy loading mechanism at this time, the session is closed when the JSP page sends the SQL statement. So I will report the above mistakes. You can add a filter so that the session closes after the request response is complete.

The filter is to be configured in front of the struts2 filter. The filters are configured as follows:

    <filter>        <filter-name>OpenSessionInViewFilter</filter-name>        <filter-class >org.springframework.orm.hibernate4.support.opensessioninviewfilter</filter-class>    </filter>    <filter-mapping>        <filter-name> opensessioninviewfilter </filter-name>        <url-pattern>/*</url-pattern>    </filter-mapping>

2, if the problem has not been resolved. It's a package conflict. Hibernate and Strus both have javassist-xx.jar this package only needs to be imported one on it, remove one of them.

JAVA.LANG.CLASSCASTEXCEPTION:COM.BJSXT.REGISTRATION.MODEL.USER_$$_JAVASSIST_0 cannot is cast to Javassist.util.proxy.Proxy

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.