History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-5778
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Sergey Vasiliev
Reporter: Pavel Kaplin
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Managed bean scope case-sensitivity

Created: 25 Apr 06 18:41   Updated: 25 Apr 06 18:57
Component/s: None
Fix Version/s: Demetra Final

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: JDK 1.5.06, MyFaces 1.1.1

Build: 5,245
Fixed in build: 5,250
Severity: Extreme


 Description  « Hide
Having the following bean definition:

<managed-bean>
<managed-bean-name>userListBean</managed-bean-name>
<managed-bean-class>teamdev.ws.webui.um.UserListBean</managed-bean-class>
<managed-bean-scope>request</managed-bean-scope>
</managed-bean>

causes 'Cannot resolve unknown symbol "request"' compile error.

'Request' bean scope successfully accepted, but in thin case MyFaces says "Managed bean 'userListBean' has illegal scope: Request".

P. S. Exclude from compile has no effect, I can't run project anyway, see IDEA-7548



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.