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

Summary: NetBeans warns of "unsatisfied dependency" for Provider<> injections.
Product: javaee Reporter: chrisjr
Component: CDIAssignee: Sergey Petrov <sj-nb>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Windows 7 x64   
Issue Type: DEFECT Exception Reporter:

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