Q: When I use the transactions ,I\'ll get the following error on about 1 out of every 100 record. This IfxTransaction has completed; it
As part of a retail closing process, there is a transactional stored procedure that selects from each of 18 tables and inserts them into a separate database for later mainframe processing.This procedu
I am copying from Liferay forum - didn\'t get answer in 2 weeks. http://www.liferay.com/community/forums/-/message_boards/message/9384663
I have no experience with Arjuna, but 开发者_高级运维my log file gets filled with: 2011-06-27 09:25:18,021 WARN[com.arjuna.ats.jta] (Periodic Recovery) ARJUNA-16037 Could not find new XAResource to u
I am trying to use the .NET MQ Extended Transaction Client to talk to an existing Queue Manager in our enterprise. I am running on a clean install of Windows 2008 R2 with the Extended Client from the
I am getting this strange error sometimes while my thread executes. What could this be related to? 2011-Jun-25 09:05:22,339 ERROR AssertionFailure:45 - an assertion failure occured (thismay indicate
Which code is right for transaction? do i need to check query result for commit? this code result nothing
Is it possible to retrieve the current SQL Transaction in c# when connection was closed? sqlTransaction.Save(\"savePoint\");
This is probably something trivial, but I\'d love some help. I get: javax.ejb.EJBException: java.lang.IllegalStateException: Illegal to call this method from injected, managed EntityManager
I am creating a large number of entities with NHibernate, attaching them to my ISession, and then using a transaction to commit my changes to the database. Code sample is below: