-
Bug
-
Resolution: Done
-
Major
-
1.1.9.Final
-
None
Adding a method to an interceptor that does not match the expected signature causes a warning to be logged. This throws an error due to a missing resource entry.
java.util.MissingResourceException: Can't find resource for bundle ch.qos.cal10n.util.CAL10NResourceBundle, key INTERCEPTOR_METHOD_DOES_NOT_HAVE_CORRECT_TYPE_OF_ARGUMENT
at java.util.ResourceBundle.getObject(ResourceBundle.java:374)
at java.util.ResourceBundle.getString(ResourceBundle.java:334)
at ch.qos.cal10n.MessageConveyor.getMessage(MessageConveyor.java:82)
at org.jboss.weld.logging.WeldMessageConveyor.getMessage(WeldMessageConveyor.java:66)
at org.slf4j.cal10n.LocLogger.warn(LocLogger.java:141)
at org.jboss.weld.interceptor.reader.InterceptorMetadataUtils.isValidBusinessMethodInterceptorMethod(InterceptorMetadataUtils.java:109)