Replies: 3 comments 2 replies
|
IMHO its better to make the camel components easier to configure, so if it requries an array of X then what we usually do is to make this able to configure as a String where you can then refer to X+ more easily. However camel-as2 is donated by end user whom may not have that in mind, so some components are not as easily configureable. |
1 reply
|
@davsclaus how this ^^^ parameters could be set in YAML DSL? |
1 reply
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
in camel-karavan beans are quite often used to provide complex parameters for the components. This works pretty well when parameter needs to be assigned with a class instance (e.g. ConnectionFactory, etc.).
But some components may require more special parameters. E.g. for AS2 component there is a 'encryptingCertificateChain' which is java.security.cert.Certificate[].
The Karavan designer allows selecting bean for this parameter, but how would it be possible to configure the bean for this?
All reactions