cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Job definition not found on system update

Former Member
0 Likes
678

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:

  1. When I do system update on Gigya extension the job definitions from gigyalogin-spring.xml are not created:

  2. 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"/>

 






Accepted Solutions (1)

Accepted Solutions (1)

0 Likes

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

Former Member
0 Likes

Thank you for your help Mykola

Answers (0)