0 Replies Latest reply on Jun 22, 2008 6:59 PM by ericji

    Client's transaction aborted

    ericji

      Hi all,


      I got following error message,when I load a page which invoke stateless EJB, I use the Name annotation in EJB and use this Name in the page.


      Caused by: javax.ejb.TransactionRolledbackLocalException: Client's transaction aborted
           at com.sun.ejb.containers.BaseContainer.useClientTx(BaseContainer.java:3394)
           at com.sun.ejb.containers.BaseContainer.preInvokeTx(BaseContainer.java:3274)
           at com.sun.ejb.containers.BaseContainer.preInvoke(BaseContainer.java:1244)
           at com.sun.ejb.containers.EJBLocalObjectInvocationHandler.invoke(EJBLocalObjectInvocationHandler.java:195)
           ... 124 more


      Who knows the root cause of this? and how to fix it?


      Thanks.