1 Reply Latest reply on Oct 1, 2008 12:16 PM by peterj

    beginner questions

    soliko

      Hi all,
      I am new in JBoss/Hibernate so I have few simple questions:
      I am working with persistence api on stateless ejb and all working fine, my questions are:
      1. how do I know that the persistence engine is Hibernate if this is my configuration:

      <persistence-unit name="somename">
       <jta-data-source>java:/MySqlDS</jta-data-source>
       <properties>
       <property name="hibernate.hbm2ddl.auto" value="update"/>
       </properties>
       </persistence-unit>
      </persistence>


      2. can someone point me to good reference for JBoss/Hibernate?
      Thank you.