Folks,
I have added a new option to internally and transparently repeat a
transaction if it has failed becasue of concurrency confclits. Right
now only tx file and mysql support this experimental feature.
There are two new parameters in the configuration section of
Domain.xml repeat-upon-conflict which enables this feature and
max-retry-repeat which sets the maximum number of repeats, defaults
are "false" and "1".
E.g. this
<parameter name="repeat-upon-conflict">true</parameter>
<parameter name="max-retry-repeat">5</parameter>
enables the repeast feature and sets the maximum number of repeats to 5.
If it is disabled everything should work just as before.
Oliver
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]