Bug 336053

Summary: [JSF2.0] Autocomplete Annotated Managed Beans
Product: [WebTools] Java Server Faces Reporter: Giovanni Cândido <giovanni>
Component: JSF ToolsAssignee: Ian Trimble <ian.trimble>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: benjamin.dev, ian.trimble, raghunathan.srinivasan
Version: unspecifiedKeywords: plan
Target Milestone: 3.4.0 M4   
Hardware: PC   
OS: Linux   
Whiteboard: JSF2.0

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