Markus,
>Joe,
>
>I thought having read that "RequiresNew" not only starts a new transaction
>before the method, but also closes that transaction after that method. In
>this sense, if this is true (I could swear I read it onthe JavaSoft site),
>the transaction gets commited and so the data is written right after the
end
>of method A, so method B reads the written data.
>
The problem is that method B is called by method A. And so you see that
method A is not completed and neither is the data committed.
I agree with your understanding of "RequiresNew".
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".