[jboss-user] how to integrate Hibernate with EJB3 for JBOSS

Sam Wun swun2010 at gmail.com
Fri Jul 10 06:24:09 EDT 2009


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



More information about the jboss-user mailing list