Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate Issue
-
3.0.0.CR2
-
None
Description
Strange one. I'm trying to @Produce shorthands for my bundles so I have @Injected Bundles bundles but I get a NPE from my
@Produces
@Named
public ResourceBundle getMsg()
The strange thing is that if I put breakpoints in Bundles.size() and Bundles.get(String), the injected Locale and ApplicationBundles are null for get(String) but non-null for the size() invocations!