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