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

Jonathan Anstey reassigned CAMEL-3797:
--------------------------------------

    Assignee: Jonathan Anstey

> 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
>            Assignee: Jonathan Anstey
>             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

Reply via email to