• 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
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Hibernate version

 
Ranch Hand
Posts: 156
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I just would like to ask what is the Hibernate version bundled with JBoss AS 4.0.3? Can't seem to find it in the docs. Thanks!
 
Author
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Val,
You can find the Hibernate version in your JBoss installation.
Go to $JBOSS_HOME/server/default/lib and open up hibernate3.zip.
Then, open the META-INF/MANIFEST.MF file and you'll see the exact Hibernate version.

In JBoss 4.0.3SP1, the Hibernate version is Hibernate 3.1rc2

Tom
 
Val Pecaoco
Ranch Hand
Posts: 156
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Got it, it's 3.1.rc1...thanks again Tom for the help.
reply
    Bookmark Topic Watch Topic
  • New Topic