This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Transactions Rollbackalrubinger Oct 2, 2006 1:23 AM (in response to marook)Any chance your DB is set to "auto-commit", either by default or in your connection url? 
 Yes, EJB application transaction rollbacks should roll back your DB transaction as well, as it's managed by the container.
 S,
 ALR
- 
        2. Re: Transactions Rollbackmarook Oct 2, 2006 5:11 AM (in response to marook)Thanks a lot! 
 It was a database problem. I use the MySQL DB and forgot to switch to the InnoDB which supports transactions.
 Greetings
 Markus
 
    