Description
If I set properties:
camel.component.box.authenticationType = STANDARD_AUTHENTICATION
camel.component.box.userName = user
camel.component.box.userPassword = password
camel.component.box.clientId = foo
camel.component.box.clientSecret = bar
I get exception:
Caused by: java.lang.IllegalArgumentException: Unable to connect, Box component configuration is missing
at org.apache.camel.component.box.BoxComponent.doStart(BoxComponent.java:92)
I wonder if this should call getConfiguration() instead of referencing the @Metadata annotated configuration field?