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.