on ‎2018 Oct 04 4:45 PM
Hello All,
I'm trying to integrate Gigya extension (this is an addon installed on storefront) into my current Hybris project (Hybris version 6.6.0.8) but I'm facing bellow problem:
When I do system update on Gigya extension the job definitions from gigyalogin-spring.xml are not created:
When I do system initialization everything works fine, I can find the job definition in job table
Has anyone face this issue before ? Any help will be appreciated.
I need to make it work with system update as we can't use initialization.
Thanks, Sorin
<bean id="gigyaToHybrisSyncJobPerformable" class="com.gigya.login.jobs.GigyaToHybrisSyncJobPerformable"
parent="abstractJobPerformable"/>
Request clarification before answering.
Hi,
Please, ensure that you run the update with both selected options "Create essential data" and "processing" project data (creation of jobs is done at de.hybris.platform.servicelayer.datasetup.ServiceLayerDataSetup#createJobPerformables) or you can import ServiceLayerJob explicitly
INSERT_UPDATE ServicelayerJob;code[unique=true];springId[unique=true]
;jobCode;jobSpringId
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 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.