Description
When setting a job to start empty scope, it will trigger a NPE when trying to destroy contextControl.
In org.apache.deltaspike.scheduler.impl.QuartzScheduler.JobListenerContext it doesn't seem to initialize contextControl when start scope is emtpy. Therefore when invoking stopStartedScopes(), it will cause a NPE.