[
https://issues.apache.org/jira/browse/CAMEL-11429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16055344#comment-16055344
]
ASF GitHub Bot commented on CAMEL-11429:
----------------------------------------
GitHub user johnpoth opened a pull request:
https://github.com/apache/camel/pull/1774
CAMEL-11429 Assign default values to BoxConfiguration
https://issues.apache.org/jira/browse/CAMEL-11429
Thanks!
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/johnpoth/camel CAMEL-11429
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1774.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1774
----
commit 4a07a665941db5949c5d3999a9021343ff53901d
Author: jpoth <[email protected]>
Date: 2017-06-20T08:23:42Z
CAMEL-11429 Assign default values to BoxConfiguration
----
> camel-box is not assigning default configuration values
> -------------------------------------------------------
>
> Key: CAMEL-11429
> URL: https://issues.apache.org/jira/browse/CAMEL-11429
> Project: Camel
> Issue Type: Bug
> Components: camel-box
> Affects Versions: 2.19.0
> Reporter: John Poth
>
> camel-box is not assigning default configuration values:
> {code}
> org.apache.camel.RuntimeCamelException: Box API connection failed:
> Authentication type not specified in configuration
> at
> org.apache.camel.component.box.internal.BoxConnectionHelper.createConnection(BoxConnectionHelper.java:82)
> [259:org.apache.camel.camel-box:2.20.0.SNAPSHOT]
> at
> org.apache.camel.component.box.BoxComponent.doStart(BoxComponent.java:85)
> [259:org.apache.camel.camel-box:2.20.0.SNAPSHOT]
> at
> org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:61)
> [69:org.apache.camel.camel-core:2.20.0.SNAPSHOT]
> at
> org.apache.camel.impl.DefaultCamelContext.startService(DefaultCamelContext.java:3555)
> [69:org.apache.camel.camel-core:2.20.0.SNAPSHOT]
> at
> org.apache.camel.impl.DefaultCamelContext.startServices(DefaultCamelContext.java:3561)
> [69:org.apache.camel.camel-core:2.20.0.SNAPSHOT]
> at
> org.apache.camel.impl.DefaultCamelContext.doStartCamel(DefaultCamelContext.java:3295)
> [69:org.apache.camel.camel-core:2.20.0.SNAPSHOT]
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)