We are preparing to move this Jira installation to codehaus. Please wait and don't use this version for some days.

The AndroMDA project

Provide a means to disable EJB transaction management

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 3.1-RC1
  • Fix Version/s: 3.1-RC1
  • Component/s: None
  • Labels:
    None

Description

If one wants to let Spring handle transaction management it is necessary to disable ejb transaction management. Problem surfaced when an exception was thrown during a transactional service method. Spring marked the transaction for rollback, the ejb session bean attempted to mark the transaction for rollback, found it was already marked and threw an exception that masked the original exception.

Activity

Hide
Chad Brandon added a comment - 15/Aug/05 4:41 PM
You can set "ejbTransactionsEnabled" with a value of "false" in your spring namespace to turn off EJB transaction support.
Show
Chad Brandon added a comment - 15/Aug/05 4:41 PM You can set "ejbTransactionsEnabled" with a value of "false" in your spring namespace to turn off EJB transaction support.

People

Vote (0)
Watch (0)

Dates

  • Created:
    15/Aug/05 3:43 PM
    Updated:
    13/Aug/11 10:26 AM
    Resolved:
    15/Aug/05 4:41 PM