John Poth created CAMEL-11429:
---------------------------------
Summary: 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)