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 179629

Summary: "@Named" beans hyperlinking doesn't work correctly
Product: javaee Reporter: Jindrich Sedek <jsedek>
Component: JSF EditorAssignee: Marek Fukala <mfukala>
Status: VERIFIED FIXED    
Severity: normal CC: sustaining
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Jindrich Sedek 2010-01-18 08:25:00 UTC
Create new web project with JavaEE 6 and JSF enabled
create new java class and add @Named annotation to it
open index.xhtml, invoke cc in EL ${|} and complete the bean
try to hyperlink to the bean source -> the source is not opened

Note: Add some field to the bean and use it in the EL ${myBean.myField}
try to use hyperlink on 'myField' -> the source is opened and located correctly
Comment 1 Marek Fukala 2010-01-18 08:38:41 UTC
fixed in web-main#28ce4f7ae02d. 

Since it's a very simple fix I recommend to put this to the patch to improve the overall CDI support quality.
Comment 2 Quality Engineering 2010-01-18 23:35:31 UTC
Integrated into 'main-golden', will be available in build *201001190201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/28ce4f7ae02d
User: Marek Fukala <mfukala@netbeans.org>
Log: #179629 -  "@Named" beans hyperlinking doesn't work correctly
Comment 3 Jindrich Sedek 2010-01-19 04:24:27 UTC
verified.

NetBeans IDE Dev (Build 201001190201)
Comment 4 pgebauer 2010-01-22 03:58:27 UTC
The fix has been ported into the release68_fixes repository.
http://hg.netbeans.org/release68_fixes/rev/2813fdcf740e

The fix has been ported together with the bugfix of issue #178687. If a rollback is needed, both issues have to be skipped together. Since the port is non-trivial (please see the changeset), please consider wider and deeper testing.
Comment 5 Jindrich Sedek 2010-01-27 05:40:54 UTC
verified in 68_fixes build
NetBeans IDE 6.8 (Build 201001261800)