You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Dejan Bosanac (JIRA)" <ji...@apache.org> on 2011/03/22 13:45:09 UTC

[jira] [Updated] (CAMEL-3797) Web Console: NPE when browsing routes with no description

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

Dejan Bosanac updated CAMEL-3797:
---------------------------------

    Attachment: patch

> Web Console: NPE when browsing routes with no description
> ---------------------------------------------------------
>
>                 Key: CAMEL-3797
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3797
>             Project: Camel
>          Issue Type: Bug
>    Affects Versions: 2.7.0
>            Reporter: Dejan Bosanac
>             Fix For: 2.8.0
>
>         Attachments: patch
>
>
> When some of the routes does not have a description NPE will be thrown, because of the code
> {code}${i.getDescription.getText}{code}
> To prevent it, just use
> {code}${i.getDescriptionText}{code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira