I have the following bean declaration: @Stateful @TransactionAttribute(TransactionAttributeType.NOT_SUPPORTED)
I\'m working on a Oracle 10g DB and I have a problem with my triggers inside a transaction. Table A has 3 triggers : one before insert, one before update and last before delete. Whenever a trigger is
When trying to optimize transactions on my java ee 6 project using hibernate, I tried to do as I did with Eclipselink and have transactions turned开发者_C百科 off for read-only queries, like follows:
My end goal is simple.I need to have an entity that has two, unique, indexed fields that can operate like keys.If this was a SQL database, the equivelant would be having two fields that are defined as
I am using Hibernate 3.6.0 with JPA 2 on Jboss AS 6.0.0 final. In an EJB of mine, there\'s a method which updated entity values and do some query on it. The whole method is running in a BMT transactio
I have a problem, f开发者_如何学JAVAor saving a file and inserting a record in DB in a TransactionScope; Means saving file and inserting record, must depend together = or both or neither. Can anybody
I need to attach a file to a transactional email. Basically I have a cron job that generates a report and needs to it email to an admin user.
I am developing an application which communicates with an SQL Server 2005 database to execute some stored procedures. My client demands that all transactions be managed on the C# side and not by SQL S
I cant seem to find any documentation on using AMQP transactions through the Kombu api. This page talks about appending a message to the transactional state but it does not seem related.
I have the following scenario, public vo开发者_如何学JAVAid someEjbMethod1() { for (int i=0; i=10; i++)