Hi,
I created an application that has EJB3 and Hibernate3. Initially I was jus calling the method in Dao layer from
EJB and there for every method get new hibernate session and do the transaction and so on...
Now i hav ben asked to do all the transaction from EJB layer itself. I have no clue how to begin with the same. i am using stateless session beans. and MySql database.