Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.0
-
Fix Version/s: 2.0.0
-
Component/s: manager server, sf server
-
Labels:None
Description
Need to rework propagation levels so that DAO template would only have PROPAGATION_MANDATORY.
Therefore all transactions will be created at the service layer and hence we have a better transaction management - per business function (i.e. all or nothing, no partial updates).
NOTE: possibly need a new txProxyTemplate for service beans.