Does anyone know what the message (in red color) means? Why did I get the "not in transaction" error? I'm using SunOne App server and distributed transaction. If I configure the data source to use...
Type: Posts; User: Li; Keyword(s):
Does anyone know what the message (in red color) means? Why did I get the "not in transaction" error? I'm using SunOne App server and distributed transaction. If I configure the data source to use...
I guess it was transaction time out. After I set the transaction timeout to 300 sec (long enough to complete the transaction) it just worked. I suggest to log the transaction time out event at the...
I'm using declarative transaction management. If I use HibernateTransactionManager, everything works just fine (data are inserted and updated). If I switch to JtaTransactionManager, the transaction...