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
Well, no and yes. There is no explicit "support" necessary. Hibernate is just Java code, and it does work in WSAD.
mahesh krishnan
Greenhorn
Joined: Feb 16, 2006
Posts: 11
posted
0
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)"
Please help me to fix this issue
pramodh somashekara
Ranch Hand
Joined: Jan 30, 2006
Posts: 62
posted
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
mahesh krishnan
Greenhorn
Joined: Feb 16, 2006
Posts: 11
posted
0
Hi All, thanks for your help and suggestions.When i installed WSAD5.1.1, it's working, since it's using JRE1.4 for it's WTE.