Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-16796

Support scheduler extension of Deltaspike

    XMLWordPrintable

Details

    Description

      Scheduler instance can be injected into a bean:

      public class SchedulerController {
      	@Inject Scheduler scheduler;
      }
      

      It is provided in Deltaspike by a producer method SchedulerProducer.produceScheduler(). Extension selects an implementation of scheduler to be returned by this producer. It vetoes all available implementations of scheduler to prevent them from being available for injection beside the producer bean.
      So, in JBossTools, the above injection point should be resolved to SchedulerProducer.produceScheduler().

      Attachments

        Activity

          People

            scabanovich Viacheslav Kabanovich (Inactive)
            scabanovich Viacheslav Kabanovich (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: