javax.ejb.EJBException: Error during postInvoke.: java.lang.Exception: [EJB:011063]Stateless session
If you observe the error stack trace similar to one mentioned below :
<Error> <EJB> <PC-name> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <BEA1-0001FD09D5E7> <96c54fd44120bf3f:1e52e48a:13c43251207:-8000-000000000000001e> <1358336318140> <BEA-011088> <The following error occurred while invoking the ejbTimeout(javax.ejb.Timer) method of EJB 'TimerBean(Application: oracle.communications.inventory, EJBComponent: inventoryEJB.jar)'.
javax.ejb.EJBException: Error during postInvoke.: java.lang.Exception: [EJB:011063]Stateless session beans with bean-managed transactions must commit or rollback their transactions before completing a business method. The method ejbTimeout(javax.ejb.Timer) of EJB 'TimerBean' either returned or threw an Exception without properly completing a transaction.