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. |
Beta Was this translation helpful? Give feedback.
-
@davsclaus how this ^^^ parameters could be set in YAML DSL? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
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?
Beta Was this translation helpful? Give feedback.
All reactions