Hi All, can anyone tell me whether hibernate3.0 is supported by any of the latest version of WSAD, so that i can run my application in WSAD test enviroment
Hi Paul, i am using hibernate3.0 and spring2.0 for my persistence layer in WSAD 5.0.0.It is working fine during compile time, since i have configured all jar files in JAR dependency editor.But during runtime i am getting exception "java.lang.UnsupportedClassVersionError: org/hibernate/cfg/Configuration (Unsupported major.minor version 48.0)"
hi, hibernate 3.x versions require j2ee 1.4.x which is supported only in RAD 6.x onwards. if you are running hibernate3.x on wsad 5.x, you get this excepiton as it supports only j2ee 1.3.x