• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

hibernate3.0 support by WSAD

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Sheriff
Posts: 28344
97
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, no and yes. There is no explicit "support" necessary. Hibernate is just Java code, and it does work in WSAD.
 
mahesh krishnan
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic