You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vikas Bodani edited this page Aug 1, 2017
·
3 revisions
Switchable Triggers
In jBilling CE, pluggable task comes with the limitation that it is either a SimpleTrigger or CronTrigger.
It is hard to execute task in different trigger. E.g. If MyTask is running in SimpleTrigger but now i want execute it using CronTrigger. This is not possible in current implementation.
Changed Functionality in Web Data Billing
In new design we want to make quartz trigger switchable. Means, if my task is running using SimpleTrigger and i want to run with CronTrigger or vice versa then it should be possible.