Seems you have not gone through the complete code I shared here in
details.Basically, If you specify a property then that is available in
the OSGI console by default, until you declare it "propertyPrivate =
true" in your @Property annotation.There is no hardcoding at all, in
OSGI console populate the cron expression property in your factory
config and get that in your activate or updated method. Not sure what is
the issue you have with that.Just try to follow what I have explained
earlier and th...