[
https://issues.apache.org/jira/browse/SM-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arseniy Tashoyan updated SM-2228:
---------------------------------
Attachment: JbiTask.java.patch
Patch with fix
> 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
> Attachments: JbiTask.java.patch
>
> 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)