• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

hibernate annotations jar file in hibernate 4

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am following Cameron McKenzie's book. It emphasized getting 3 files: ejb3-persistence.jar hibernate-commons-annotations.jar hibernate-annotations.jar
However, in hibernate-release-4.0.0.Final\lib\required, I find

hibernate-commons-annotations-4.0.1.Final
hibernate-jpa-2.0-api-1.0.1.Final
...

in the \lib\jpa folder there is:
hibernate-entitymanager-4.0.0.Final

*****************
I don't see the ejb3-persistence.jar, nor the hibernate-annotations.jar

I am quite sure the names have changed or something it is wrapped up in the new jar files. just need some help and clarifications.
 
Ranch Hand
Posts: 754
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
They change a lot of things.

I readed in another forum that the version 4 will not be compatible with version 3.

If the version 3 has everything you need, go for it because version 4 do not have a final version yet.
 
reply
    Bookmark Topic Watch Topic
  • New Topic