Difference between
version 52
and
version 51:
| At line 210 added 9 lines. |
| Note: I had SAX throw an error because defaultTxAttributes was not defined so I went with this instead, which allowed my unit test to run successfully. |
|
| <property name="transactionAttributes"> |
| <props> |
| <prop key="*">PROPAGATION_REQUIRED</prop> |
| </props> |
| </property> |
|
|
Back to CreateManager,
or to the Page History.
|