You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.
| Online: | 18 Members of 4546 |
| Forum: Seam Users |
22. Jun 2008, 18:59 CET | Link |
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.