Yes that what i thought, but then it will block all other components on startup because its maybe running for 30 minutes. So no chance to do it this way. I have to create a new Service and trigger it by a custom scheduler. Thanks for all replies.
If want to achieve that the scheduler runs directly on statup/after deployment but it seems it just starting after 4 hours for the first time and after that every 4 hours. The problem is the scheduler pulls data into AEM and otherwise I have to wait 4 hours for the very first execution.So the compon...
I have an actual scheduler but it runs not on startup only after the 4 hours of waiting and I want it the be run immediately.What's that: tireDesignsFetchJobFactory.createJob()
Hi guys,is it possible to trigger a scheduler once after every deployment? So the regular schedule time is 4 hours, but it will took 4 hours for the first run.Any property to set?Br,Tim
Yes that's all I found. Is there maybe another way? start a the same service for every domain with different configs, without duplicating the service with another name?GooglemapsService --> config.plGooglemapsService --> config.comGooglemapsService --> config.nl...
Hi guys,is it possible to set a OSGI config variable through a dialog? For Example I want enable the authors to change an API Key, but not only to change it I want to create a variable according to the baseurl the component/service is running on.Test.com uses one config variable which is created on ...
Hi, does this mean its not possible to do it directly via the dialog? AEM build-in functionality? What I need is a function behind the deletion button (the red minus) that deletes the node with the according name from the multifield as shown in the picture above.