> Transactions in JRun depend on the EJB server. They will > only work with Developer and Enterprise edition. Do you have > one of those versions?
This was one of my early suspicion... but > Are you able to actually get an instance of the > javax.transaction.UserTransaction object? yes! it's not null. and this is part of the log: ================================================ TX toString() = Tx[000001] TX getClass().getName() = allaire.ejipt._jta._UserTransaction TX getStatus() = 0 AUTO COMMIT = false 13 Jan 2002 (02:58:07) -> addUser tx.DAOException: THE TRAP (... deleted ...) TX getStatus() before rollback = 0 TX getStatus() after rollback = 6 ================================================ You see, it seems that the rollback was successfuly invoked. it wasn't. regards, Budi ______________________________________________________________________ Macromedia ColdFusion 5 Training from the Source Step by Step ColdFusion http://www.amazon.com/exec/obidos/ASIN/0201758474/houseoffusion Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
