on 2019 Apr 16 2:42 PM
We want to extend CustomerSupportBackoffice Functionality. For that, we had created custom template of the extension CustomerSupportBackoffice by adding following meta key in extensioninfo.xml file of CustomerSupportBackoffice extension.
<meta key="extgen-template-extension" value="true"/>
Also we added extgen.properties file as it was missing in CustomerSupportBackoffice extension. extgen.properties content:-
YEXTNAME_TOKEN=customersupportbackoffice
YPACKAGE_TOKEN=de.hybris.customersupportbackoffice
YMANAGER_TOKEN=CustomersupportbackofficeManager
YCLASSPREFIX_TOKEN=Customersupportbackoffice
YGENERATED_TOKEN=Generated
After build system CustomerSupportBackoffice template was available in default templates.
By extending that template we created new extension "mysupport" using extgen command.
After that we rebuild the system.
But while restarting the server we are facing following issue :-
WARN [localhost-startStop-1] [CoreUtilities] cannot load extension mysupport (and others?) because: java.lang.ClassNotFoundException: de.hybris.platform.mysupport.jalo.MysupportManager WARN [localhost-startStop-1] [CoreUtilities] If you receive this error while starting from ee, you need to add the project that WARN [localhost-startStop-1] [CoreUtilities] contains the mysupport extension to the java build path of your project from where you have WARN [localhost-startStop-1] [CoreUtilities] started this class. (project->right click->properties->build path->tab Projects.
Also, we are not able see "mysupport" extension on HAC in update tab.
User | Count |
---|---|
25 | |
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.