on 2018 Apr 24 11:32 AM
Hello
i want to customize existing b2bacceleratoraddon. i created a new yaddon with template b2bacceleratoraddon. addon created successfully and all b2bacceleratoraddon files put in new addon.i installed this addon in store front and uninstalled existing b2bacceleratoraddon. when i ant clean all i took error. when start create these actions(ReorderAction ApproveOrderAction) it throws an error as follow.
what i need to do for this situtation ?
[yjavac] 1. ERROR in /Users/sinankogce/Developments/hybris-cis/bin/custom/copa/copab2baddon/src/de/hybris/platform/b2bacceleratoraddon/jalo/ApproveOrderAction.java (at line 19)
[yjavac] public class ApproveOrderAction extends GeneratedApproveOrderAction
[yjavac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[yjavac] GeneratedApproveOrderAction cannot be resolved to a type
[yjavac] ----------
[yjavac] 2. ERROR in /Users/sinankogce/Developments/hybris-cis/bin/custom/copa/copab2baddon/src/de/hybris/platform/b2bacceleratoraddon/jalo/ApproveOrderAction.java (at line 25)
[yjavac] protected Item createItem(final SessionContext ctx, final ComposedType type, final ItemAttributeMap allAttributes) throws JaloBusinessException
[yjavac] ^^^^^^^^^^^^^^^^
[yjavac] ItemAttributeMap cannot be resolved to a type
[yjavac] ----------
[yjavac] ----------
[yjavac] 3. ERROR in /Users/sinankogce/Developments/hybris-cis/bin/custom/copa/copab2baddon/src/de/hybris/platform/b2bacceleratoraddon/jalo/ReorderAction.java (at line 19)
[yjavac] public class ReorderAction extends GeneratedReorderAction
[yjavac] ^^^^^^^^^^^^^^^^^^^^^^
[yjavac] GeneratedReorderAction cannot be resolved to a type
[yjavac] ----------
[yjavac] 4. ERROR in /Users/sinankogce/Developments/hybris-cis/bin/custom/copa/copab2baddon/src/de/hybris/platform/b2bacceleratoraddon/jalo/ReorderAction.java (at line 25)
[yjavac] protected Item createItem(final SessionContext ctx, final ComposedType type, final ItemAttributeMap allAttributes) throws JaloBusinessException
[yjavac] ^^^^^^^^^^^^^^^^
[yjavac] ItemAttributeMap cannot be resolved to a type
[yjavac] ----------
[yjavac] 4 problems (4 errors)
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.