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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=13009631#comment-13009631 ] 

Jonathan Anstey commented on CAMEL-3797:
----------------------------------------

Hey Dejan,

Committed your patch in http://svn.apache.org/viewvc?view=revision&revision=1084150. Thanks for the fix!

Cheers,
Jon

> 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