Is there any easy way to remove these nasty Netbeans warnings about "Unsatisfied dependency: no bean matches the injection point"? The problem is that the GWT and Errai packages do NOT contain beans.xml files and therefore do not contain activated beans because they do not qualify as bean archives.
Is there any way to "upgrade" these packages externally, ie. without rebuilding them or modifying them?
Errai seems to be non-compliant to JSR-299 in that regard.
Thanks in advance!