rbespalovnc
Participant
Member since ‎2018 Apr 23

User Statistics

  • 60 Posts
  • 2 Solutions
  • 2 Kudos given
  • 1 Kudos received

User Activity

Suppose there is a CronJob that runs for so much time that it's still running when the next trigger time comes. What will hybris do in this case? Will it skip just this trigger time? Will it spawn another CronJob and run two in parallel? Example: we...
Looking at the code of Hybris version 6.6 I found an interesting thing: in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages.checkout.steps.AbstractCheckoutStepController there are two properties: @Resource(name = "cartFacade") pri...
A Job definition has a property "Once-only executable" ( JobModel.singleExecutable ) Is it possible to use this property to force Cronjobs derived from this definition to run one after another in a queue? Some context: datahub sends some data to hyb...
As far as I can see there are two methods to get a localized value your.message.key from the locales file: Localization.getLocalizedString("your.message.key"); and getMessageSource().getMessage("your.message.key", null, getI18nService().getCurrent...
Hybris help contains some examples of using impex.exportItems for exporting data. E.g. https://help.hybris.com/1808/hcd/31ffc3dd858d47209614a97fd084d12d.html # ---- Extension: core ---- Type: Address ---- "#% impex.setTargetFile( ""Address.csv"" ,...
Kudos from
Kudos given to