Hello I am using developnig java web application and I am getting the next exception when I am trying to fetch data using hibernate
java.lang.ClassCastExcept
In my case problem was that there were two javassist libraries in classpath. One from org.hibernate and other from org.apache.struts.xwork. Solved by removing latter.
javassist
org.hibernate
org.apache.struts.xwork