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 189200 - EL CC does not offer beans from scopes
Summary: EL CC does not offer beans from scopes
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF Editor (show other bugs)
Version: 7.0
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-04 12:46 UTC by Martin Schovanek
Modified: 2010-10-13 02:53 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 Martin Schovanek 2010-08-04 12:46:35 UTC
[#201008040001, jdk1.6, GF v3.0.1]

to reproduce:
-------------
1) create a new Pet Catalog sample web project
2) there is Catalog managed bean like:
  @ManagedBean
  @SessionScoped
  public class Catalog implements Serializable {
  ...
3) type in a JSF file:
  #{sessionScope.|}
4) invoke CC
ERROR: the Catalog bean is not offered by CC
Comment 1 Erno Mononen 2010-08-05 07:23:50 UTC
Will attempt to fix for 6.10, for M1 there isn't enough time to rewrite EL code completion.
Comment 2 Erno Mononen 2010-10-12 13:30:11 UTC
Fixed in 01b2450a9b25.
Comment 3 Quality Engineering 2010-10-13 02:53:35 UTC
Integrated into 'main-golden', will be available in build *201010130000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/01b2450a9b25
User: Erno Mononen <emononen@netbeans.org>
Log: #189200 - EL CC does not offer beans from scopes