Community
Participate
Working Groups
Build Identifier: wtp 3.2 According to JSF specification: It is an error for a managed bean created through this facility to have a property that points at an object stored in a scope with a (potentially) shorter life span. Specifically, this means, for an object created with the specified <managed-beanscope>, then <value> evaluations can only point at created objects with the specified managed bean scope: - none -- none - application -- none, application - session -- none, application, session - request -- none, application, session, request But currently the JSF Application Configuration Validator still does not have this validation. Reproducible: Always