Paul Spencer created KARAF-7108:
-----------------------------------
Summary: Scheduler documentation fails to mention the option of
Whitboard-Service configurtion a job using OSGi configuration.
Key: KARAF-7108
URL: https://issues.apache.org/jira/browse/KARAF-7108
Project: Karaf
Issue Type: Documentation
Components: karaf
Environment: Karaf 4.2.11
Reporter: Paul Spencer
The Scheduler documentation fails to mention the option of using
Whitboard-Service configuration for job using OSGi configuration.
Below are the OSGi Configuration properties used by the Scheduler
Whiteboard-Service to configure components implementing Runnable or
org.apache.karaf.scheduler.Job.
# The period for the job is expressed in seconds. Ignored when
scheduler.expression is defined.
#scheduler.period=
# The configuration property to definesthe number of iterations for a job.
# default to "-1", which means the run forever. Ignored when
scheduler.expression is defined.
#scheduler.times= -1
# Should a periodic job startup immediate? If "false", the job is started the
first time after the period has expired. Ignored when scheduler.expression is
defined.
#scheduler.immediate=false
# The cron expression for a job. Required if scheduler.period is not defined.
#scheduler.expression=
# May job can be run concurrently? Default is "true"
#scheduler.concurrent = true
# Job name, defaults to the configurationPid name. When the configuration is
shared by multiple components, care but be
# taken so multiple jobs do not end up with the same job name. A job name is
calculated from scheduler.name and the service pid.
#scheduler.name=
--
This message was sent by Atlassian Jira
(v8.3.4#803005)