aspose file tools
The moose likes Oracle/OAS and the fly likes Thread: OAS Setting BMT Transactions as Marked for Rollback - Why? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Oracle/OAS
Reply Bookmark "Thread: OAS Setting BMT Transactions as Marked for Rollback - Why? " Watch "Thread: OAS Setting BMT Transactions as Marked for Rollback - Why? " New topic
Author

Thread: OAS Setting BMT Transactions as Marked for Rollback - Why?

vin miller
Ranch Hand

Joined: Feb 01, 2001
Posts: 33
Hello,

Does anyone know why OAS would set the status of a BMT UserTransaction object to marked for rollback?

We don't call setRollbackOnly() anywhere in our code, so I can only assume that OAS is doing it. This doesn't happen when run through JDeveloper and didn't happen in previous versions of OAS. The version we're using now is 10.1.3.4.

It also seems to be random. With the same exact procedure and data, sometimes it happens and sometimes it doesn't.

Any ideas would be greatly appreciated.

Thanks,
Vin
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Thread: OAS Setting BMT Transactions as Marked for Rollback - Why?
 
Similar Threads
Some doubts with transactions(Please help).
What happens if UserTransaction.rollback() is invoked after UserTransaction.commit()
System exception in a BMT
setRollBack() Query
ejbCreate -permitted and prohibited operations -