Hello :
I'm getting a exception when invoking the hibernate session factory.
I have the same HibernateUtil class that is in this link :
https://www.hibernate.org/42.htmlbut when invoking the getSessionFactoty method i get the following message :
javax.ejb.EJBException: Stateless SessionBean method returned without completing transaction
at com.sun.ejb.containers.BaseContainer.checkExceptionBeanMgTx(BaseContainer.java:3689)
at com.sun.ejb.containers.BaseContainer.postInvokeTx(BaseContainer.java:3560)
at com.sun.ejb.containers.BaseContainer.postInvoke(BaseContainer.java:1379)
at com.sun.ejb.containers.BaseContainer.postInvoke(BaseContainer.java:1316)
at com.sun.ejb.containers.BaseContainer.callEJBTimeout(BaseContainer.java:2880)
Does Somebody know about this exception ?
I'll appreciate the help