Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Simply configure the endpoint normally and set the propety property "sessionTransacted" to true. CXF will then roll back the message on if any exception happens.

...

Code Block
languagexml
titleDefine transaction manager
<bean id ="transactionManager" class="org.apache.geronimo.transaction.manager.GeronimoTransactionManager.GeronimoTransactionManager"/>

...