Bug 336053 - [JSF2.0] Autocomplete Annotated Managed Beans
Summary: [JSF2.0] Autocomplete Annotated Managed Beans
Status: RESOLVED FIXED
Alias: None
Product: Java Server Faces
Classification: WebTools
Component: JSF Tools (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 3.4.0 M4   Edit
Assignee: Ian Trimble CLA
QA Contact:
URL:
Whiteboard: JSF2.0
Keywords: plan
Depends on:
Blocks:
 
Reported: 2011-02-02 06:20 EST by Giovanni Cândido CLA
Modified: 2011-12-08 14:20 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Giovanni Cândido CLA 2011-02-02 06:20:02 EST
Build Identifier: 20100917-0705

when editing JSF pages annotated managed beans don't appear in autocomplete. In JSF 2.0 specification the faces-config.xml is optional and annotations is used in replace.
Annotations is very productive and preferable.
The only way to get this feature is adding the managed bean in faces-config.xml, that's not the way I want to do.

Reproducible: Always

Steps to Reproduce:
1. Create a JSF project
2. Add a Java class with annotated managed bean
3. Try edit a jsf page
Comment 1 Raghunathan Srinivasan CLA 2011-02-02 12:57:02 EST
Due to resource constraints, we have deferred support for JSF 2.0 annotations to the next release. We welcome contributions.
Comment 2 Giovanni Cândido CLA 2011-11-07 20:28:28 EST
Any updates on this feature? Eclipse 3.7 launches without full support to annotations, any plan for implement support for annotations without faces-config.xml?
Comment 3 Ian Trimble CLA 2011-11-08 12:12:13 EST
We hope to address in Juno (3.4.0).
Comment 4 Ian Trimble CLA 2011-11-25 16:30:12 EST
Fix committed to HEAD at 2011/11/25 01:29PM PDT.
Comment 5 Raghunathan Srinivasan CLA 2011-12-08 13:42:51 EST
Update Target Milestone