This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 245546 - NetBeans warns of "unsatisfied dependency" for Provider<> injections.
Summary: NetBeans warns of "unsatisfied dependency" for Provider<> injections.
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: CDI (show other bugs)
Version: 8.0
Hardware: PC Windows 7 x64
: P3 normal with 1 vote (vote)
Assignee: Sergey Petrov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-10 12:29 UTC by chrisjr
Modified: 2014-07-11 02:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description chrisjr 2014-07-10 12:29:20 UTC
I am injecting a Provider for a CDI bean, but NetBeans refuses to recognise it and warns "Unsatisfied dependency: no bean matches the injection point".

The sample project from bug #244245 can reproduce this issue.
Comment 1 Sergey Petrov 2014-07-10 13:53:45 UTC
http://hg.netbeans.org/web-main/rev/9de2c30d0096
Comment 2 Quality Engineering 2014-07-11 02:21:51 UTC
Integrated into 'main-silver', will be available in build *201407110001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/9de2c30d0096
User: Sergey B. Petrov <sj-nb@netbeans.org>
Log: #245546 support validation of javax.inject.Provider