Hello Guys,
I have a very simple example for
testing the transaction feature in Spring 3.
There is a Requires_new propagation level, and I would expect that this transaction as a whole will be rolled back completely because expiration flag is after second run was changed to false (-> throws UnsupportedOperationException error)
But the john, mike are commited and shaik is not...
snippet from applictationContext.xml
Intentionally, I tried to keep this example as simple as possible, What did I wrong?
Thanks in advance,
Csaba