You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Stefan Strobl (JIRA)" <ji...@apache.org> on 2013/04/28 21:02:15 UTC

[jira] [Created] (DELTASPIKE-354) NPE in MessageInterpolator on null Argument

Stefan Strobl created DELTASPIKE-354:
----------------------------------------

             Summary: NPE in MessageInterpolator on null Argument
                 Key: DELTASPIKE-354
                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-354
             Project: DeltaSpike
          Issue Type: Bug
          Components: I18n-Module
    Affects Versions: 0.3-incubating
            Reporter: Stefan Strobl


simply passing a parameter with value "null" to any message results in:

{noformat}
Caused by: java.lang.NullPointerException
        at org.apache.deltaspike.core.impl.message.MessageBundleInvocationHandler.resolveMessageContextFromArguments(MessageBundleInvocationHandler.java:157)
        at org.apache.deltaspike.core.impl.message.MessageBundleInvocationHandler.invoke(MessageBundleInvocationHandler.java:61)
{noformat}

--
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