I\'m using Glassfish v2.1.1, MySQL 5.1 and ActiveMQ 5.4.2 incl. its resource adapter. If t开发者_如何学JAVAhe ActiveMQ resource adapter throws an exception when participating in a XATransaction includ
i\'m trying to develop a client-server chat application using java servlets and mysql(innoDB engine) and jetty server. i tested the connection code with 100 simulated users hitting the server at once
While, with Glassfish 3, I had no problem using lazy loading on no-transaction EJB methods, I can\'t figure out how to make it work with JBoss AS 6.
A question on EJB: Let\'s say I have a session bean which has an infinite loop. It is running u开发者_如何学运维nder a EJB transaction. Now when the transaction of the EJBtimes out, will that cause t
I use Microsoft ODBC For Oracle, and process a distributed transaction with TransactionScope, but, the code throws a error: ERROR [HYC00][ORACLE][ODBC]option not implement, my code is in vb.net.
We have been successfully copying data from a MySQL Slave database into a MSSQL database. The MySQL server is a linked server. I have tried using开发者_如何学Go v3.51 and v5.1.8 of the ODBC connector
How to restart a transaction (so that it executes at least once) when we get: ( com.mysql.jdbc.exceptions.开发者_如何转开发jdbc4.MySQLTransactionRollbackException:Deadlock found when trying to get l
string[] usersToAdd = new string[] { \"asd\", \"asdert\", \"gasdff6\" }; using (Entities context = new Entities())
I\'ve got a Seam web application working with Seam & Hibernate (JDBC to SQLServer). It\'s working well, but under heavy load (stress test with JMeter), I have some LockAcquisitionException or Opt
I wan开发者_开发百科t to write a transaction using jdbc in java. I have tried this simple transaction