[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Transaction not Active excetion

2006-06-20 Thread sumonwai
I got the excately the same problem with you. But still can't solve it. Could you please explain me in detail with your code. Many Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951879#3951879 Reply to the post : http://www.jboss.com/index.html?modu

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Transaction not Active excetion

2006-05-27 Thread bentins
Problem was in my own code. I had an exception on the transaction that was not rolledback so the connection had an uncleaned transaction on it. Since my other select was running on the same thread it got the same uncleaned connection with the transaction. View the original post : http://www.jb