[
https://issues.apache.org/jira/browse/SM-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arseniy Tashoyan updated SM-2228:
---------------------------------
Description:
Class org.apache.servicemix.jbi.management.task.JbiTask, method execute(), line
348:
{color:green}
throw new BuildException("Error accessing ServiceMix administration", e);
{color}
I believe should be:
{color:green}
throw new BuildException("Error executing command", e);
{color}
was:
Class org.apache.servicemix.jbi.management.task.JbiTask, method execute(), line
348:
throw new BuildException("Error accessing ServiceMix administration", e);
I believe should be:
throw new BuildException("Error executing command", e);
> Incorrect message in thrown Exception due to copy-past
> ------------------------------------------------------
>
> Key: SM-2228
> URL: https://issues.apache.org/jira/browse/SM-2228
> Project: ServiceMix
> Issue Type: Bug
> Components: servicemix-core
> Affects Versions: 3.4.1
> Environment: Any
> Reporter: Arseniy Tashoyan
> Priority: Trivial
> Labels: easyfix
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> Class org.apache.servicemix.jbi.management.task.JbiTask, method execute(),
> line 348:
> {color:green}
> throw new BuildException("Error accessing ServiceMix administration", e);
> {color}
> I believe should be:
> {color:green}
> throw new BuildException("Error executing command", e);
> {color}
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)