You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Piotr Dudkiewicz (JIRA)" <ji...@apache.org> on 2014/03/27 14:42:15 UTC

[jira] [Created] (DELTASPIKE-548) WELD-001408: Unsatisfied dependencies for type Scheduler

Piotr Dudkiewicz created DELTASPIKE-548:
-------------------------------------------

             Summary: WELD-001408: Unsatisfied dependencies for type Scheduler<Job> 
                 Key: DELTASPIKE-548
                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-548
             Project: DeltaSpike
          Issue Type: Bug
          Components: Scheduler
    Affects Versions: 0.7
         Environment: Wildfly 8
            Reporter: Piotr Dudkiewicz
            Priority: Minor


SchedulerProducer produces Scheduler and WELD-001408 is thrown when using example from documentation
{code:java}
    @Inject
    private Scheduler<Job> jobScheduler;
{code}

Workaround:
{code:java}
    @Inject
    private Scheduler jobScheduler;
{code}




--
This message was sent by Atlassian JIRA
(v6.2#6252)