Ask a questionHi! I'm trying to make integration with JSONata component. I've created file mapping.json in project and set VariantWeb Application Container Management (if applicable)Docker Operating System (if applicable)None Version4.6.0 |
Answered by
filojalo
Dec 17, 2024
Replies: 2 comments 2 replies
|
could you try |
2 replies
|
I had a similar problem with a xsl file. When using Using Karavan and Camel 4.8.0.. so most likely fixed in newer versions and I think this thread can be closed. |
0 replies
Answer selected by
davsclaus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had a similar problem with a xsl file. When using
resourceUri: file:jsonToXml.xslit does not work in the built container.However using the syntax
resourceUri: jsonToXml.xslworked for me both in devmode and built container.Using Karavan and Camel 4.8.0.. so most likely fixed in newer versions and I think this thread can be closed.