Hi All, is there one?
We have EJB3 which calls EJB2 which calls EJB3 and it seems there is no transaction propagation.
- On fisrt EJB 3 call I got entity A from Db an make change to it. Call EJB2.1
- EJB 2.1 make another call to EJB3
- Third call to EJB3 obtaines same entity A, but there are no changes, that were applied in p1.
All calls anotated with REQUIRED.
Any thought?
Thank you.