Ankush Malhotra created SLING-2856:
--------------------------------------
Summary: NPE in JobManagerImpl to priority for Job
Key: SLING-2856
URL: https://issues.apache.org/jira/browse/SLING-2856
Project: Sling
Issue Type: Bug
Components: Extensions
Reporter: Ankush Malhotra
There seems to be an issue with JobManagerImpl in sling
jobProperties.put(Job.PROPERTY_JOB_PRIORITY,
JobPriority.valueOf(vm.get(Job.PROPERTY_JOB_PRIORITY, String.class)));
if job priority is null, then you get a null pointer, and this event does not
have any job priority.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira