on ‎2019 Apr 12 5:44 AM
I want to change the consignment numbers so need to override DefaultOrderSplittingService but when i try to override through spring its not reflecting. Its a class present in jar so any thing to do with that?
Request clarification before answering.
I tried the same way by adding a spring mapping with same alias but when i do so splitting is not working properly and i cant see any errors in console
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In order to override the class files present in jar, you need to create your custom service class that overrides the OOTB class and then by having a spring mapping to navigate to this overridden custom class instead of the OOTB class. You can try this way.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.