[jboss-user] [JBoss Seam] - asynchasynchronous transactions problem
Stateless Bean
do-not-reply at jboss.com
Tue May 1 15:14:02 EDT 2007
hi,
I got problem with commiting my enties.
i have aasynchronous method like
public void method() {
//Here i invoke other method like
doSomethink();
}
and here is problem, when i invoke doSomethink() directly on page via s:link action="#{myBean.doSomethink} it works!!! and do everthink fine, but when i invoke those method inside method() i get following error.
Can anyone explain me whats i going on?
For end of that on Jboss 4.0.4 evrthink also works fine, this problem is thrown on JBoss 4.0.5!!! why?
I use Seam 1.6, Postgre 8.2,
| 20:54:45,015 ERROR [TimerImpl] Error invoking ejbTimeout: java.lang.RuntimeExcep
| tion: org.jboss.tm.JBossRollbackException: Unable to commit, tx=TransactionImpl:
| XidImpl[FormatId=257, GlobalId=asia/20, BranchQual=, localId=20] status=STATUS_N
| O_TRANSACTION; - nested throwable: (javax.persistence.PersistenceException: org.
| hibernate.validator.InvalidStateException: validation failed for: pl.sguni.plane
| t.Planet)
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042209#4042209
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042209
More information about the jboss-user
mailing list