smangan created Bug WELD-1217
Issue Type: Bug Bug
Affects Versions: 1.1.9.Final
Assignee: Unassigned
Components: Interceptors and Decorators
Created: 20/Sep/12 9:35 AM
Description:

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)

Project: Weld
Priority: Major Major
Reporter: smangan
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira