1 Reply Latest reply on Jul 10, 2009 11:01 AM by jaikiran

    Adding Hibernate code in EJB3.

      Hi,

      I have deployed a Calculator EJB3 bean within Jboss 5 GA.
      eg.
      CalculatorBean/remote - EJB3.x Default Remote Business Interface
      CalculatorBean/remote-org.jboss.tutorial.stateless.bean.CalculatorRemote
      - EJB3.x Remote Business Interface
      CalculatorBean/local - EJB3.x Default Local Business Interface
      CalculatorBean/local-org.jboss.tutorial.stateless.bean.CalculatorLocal
      - EJB3.x Local Business Interface

      Now I want to add Hibernate support with it.
      Is there any instruction, eg. about what to change in pom.xml and
      application-context.xml files, and so on I have to follow?

      A simple tutorial for this willl be very well appreciated.

      Thanks
      Sam