1 Reply Latest reply on Mar 28, 2007 11:14 AM by maxandersen

    Hibernate Tools in EJB3.0

    statelessbean

      Hi,
      Is any posible to use Hibernate Tools in Seam app with EJB3.0?
      I got JBoss Eclispe integrated with Hibernate Tools but can't configure it well using persistence.xml.

        • 1. Re: Hibernate Tools in EJB3.0
          maxandersen

          in b9a your persistence.xml needs to be configured for j2se , e.g. not datasource.

          with the nightly builds you can use a properties file to override the necessary settings. this is what the hibernate tools seam-gen support does automatically for you. look there for info on how to do it.