Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.1 EE SP4 (5.1.7), 5.2 EE SP1 (5.2.5)
-
None
-
All
Description
base-spring.xml advices are applied sequential and they should be applied by priority.
- Transaction advice should always be the most inner advice.
- Then the service hook advice should wrap the transaction advice.
- And finally, the velocity advice should wrap the service hook advice
This issue only affects deployments which have customized base-spring.xm. The base-spring.xml that ships with Liferay is order in such a way that the sequential order is the correct order.
Attachments
Issue Links
- is related to
-
LPS-5409 base-spring.xml advices are applied in sequential order, but should be applied by priority
- Closed