Author: cziegeler
Date: Mon May 6 12:22:14 2013
New Revision: 1479543
URL: http://svn.apache.org/r1479543
Log:
SLING-2856 : NPE in JobManagerImpl to read priority for Job
SLING-2829 : Distributed jobs only across local cluster if possible
Correct metatype information from previous commit
Modified:
sling/trunk/bundles/extensions/event/src/main/resources/OSGI-INF/metatype/metatype.properties
Modified:
sling/trunk/bundles/extensions/event/src/main/resources/OSGI-INF/metatype/metatype.properties
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/event/src/main/resources/OSGI-INF/metatype/metatype.properties?rev=1479543&r1=1479542&r2=1479543&view=diff
==============================================================================
---
sling/trunk/bundles/extensions/event/src/main/resources/OSGI-INF/metatype/metatype.properties
(original)
+++
sling/trunk/bundles/extensions/event/src/main/resources/OSGI-INF/metatype/metatype.properties
Mon May 6 12:22:14 2013
@@ -71,16 +71,6 @@ queue.waitforasync.description = If a jo
#
# Job Event Handler
-job.events.name = Apache Sling Job Managers
-job.events.description = Manages job scheduling on a single system as well \
- as on a cluster. A Job runs only on a single cluster node. \
- The respective scheduling is persisted in the resource tree and distributed \
- amongst the cluster instances. The jobs are started \
- locally on a single cluster node. Most of the configuration is for \
- configuring the default job queue.
-
-#
-# Job Event Handler
job.events.name = Apache Sling Job Default Queue
job.events.description = The configuration of the default job queue.