[jbosstools-issues] [JBoss JIRA] (JBIDE-16796) Support scheduler extension of Deltaspike

Viacheslav Kabanovich (JIRA) issues at jboss.org
Tue Mar 18 20:36:10 EDT 2014


Viacheslav Kabanovich created JBIDE-16796:
---------------------------------------------

             Summary: Support scheduler extension of Deltaspike
                 Key: JBIDE-16796
                 URL: https://issues.jboss.org/browse/JBIDE-16796
             Project: Tools (JBoss Tools)
          Issue Type: Feature Request
          Components: cdi-extensions
            Reporter: Viacheslav Kabanovich
            Assignee: Viacheslav Kabanovich
             Fix For: 4.2.0.Beta2


Scheduler instance can be injected into a bean:
{code}
public class SchedulerController {
	@Inject Scheduler scheduler;
}
{code}
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().

--
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


More information about the jbosstools-issues mailing list