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:08:15 UTC

[jira] [Updated] (DELTASPIKE-354) NPE in MessageBundleInvocationHandler on null Argument

     [ https://issues.apache.org/jira/browse/DELTASPIKE-354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Strobl updated DELTASPIKE-354:
-------------------------------------

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

{code}
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)
{code}

  was:
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}

        Summary: NPE in MessageBundleInvocationHandler on null Argument  (was: NPE in MessageInterpolator on null Argument)
    
> NPE in MessageBundleInvocationHandler 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:
> {code}
> 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)
> {code}

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