• 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

How To Add Hibernate Facet To Eclipse Galileo JPA Project?

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have installed Eclipse Galileo (Java EE version) and am trying to set it up for development using JBoss/Hibernate/MySQL. I have Eclipse starting my JBoss server, and database connectivity to MySQL works. Now I want to create a JPA project that uses Hibernate. When creating a JPA project it asks for a platform and JPA implementation on the JPA Facet dialog. Right now the choices for platform are "Generic", "EclipseLink 1.0.x", and "EclipseLink 1.1.x". Options for JPA implementation are "EclipseLink 1.1.x", "User Library", and "Disable Library Configuration".

How do I add Hibernate as the JPA implementation? I read somewhere that I need to install Hibernate Tools, so I did that from the JBoss Tools update site. Still can't seem to figure this out.
 
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am not sure if this helps, cos I am using Weblogic Workshop. I tried to create a new Web project and while selecting the Comfigurations, I selected "Weblogic Web project Facets" . On Clicking Next, it gives a list of Frameworks that can be added to the project like Spring, JPA, JSF and Struts. Check Hibernate and go through the next steps and you should be fine.
 
Ajeeth Kumar
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Ajeeth Kumar wrote:I am not sure if this helps, cos I am using Weblogic Workshop. I tried to create a new Web project and while selecting the Comfigurations, I selected "Weblogic Web project Facets" . On Clicking Next, it gives a list of Frameworks that can be added to the project like Spring, JPA, JSF and Struts. Check Hibernate and go through the next steps and you should be fine.



Sorry dude, saw the post date jus now... I was kinda a over enthusiastic about solving some body's problem in Coderanch
 
reply
    Bookmark Topic Watch Topic
  • New Topic