I don't know anything about the Sybase driver.
But I think it's very possible that setRollbackOnly() was set much earlier, and the log message is only reflecting it much later at commit time.
The "4,033ms executing PreparedStatement: SELECT..." log at the end looks strange in the context of closing the JbpmContext. Is there more than one thread running? If so, you should modify the log format to show the thread.
-Ed Staub
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064020#4064020
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4064020
A possible reason for my problem described in the previous post could be that I just copied jboss-seam.jar into the lib directory of my Seam Test application where all the other jars are based on the Seam2.0.0.B1 distribution rather than the CVS version.
For testing of the CVS-based Seam I'll therefore set up my test app more thourougly from scratch, but I won't do this before today evening or this weekend.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064018#4064018
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4064018