Details
-
Type:
Feature Request
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Done
-
Affects Version/s: 3.0.0.Alpha3
-
Fix Version/s: 3.1.0.Tracking
-
Component/s: CDI Integration
-
Labels:None
Description
When users attempt to register a Faces Converter and use @Inject support without registering the converter in a normal @Scope (Request, Session, Flash, Application, Etc...) Seam Faces should print a warning at boot time using:
ProcessBean extension – check for Converter/Validator interfaces and warn if @Dependent or isNormalScope() == false.
Gliffy Diagrams
Activity
- All
- Comments
- Work Log
- History
- Activity
- Links Hierarchy
Why don't we just register them as @RequestScoped at deploy time if they're dependent? If that's what we're already doing, then it makes sense to log a warning.