Re: exception when running Camel test

2022-07-01 Thread Claus Ibsen
Hi The src/test/resources/camel or src/main/resources/camel is a reserved folder where Camel will by default load routes from various source files such as yaml, xml, or whatever. So do not use that for test data. Or turn this off in camel, see the camel. spring boot page for the options https://c

exception when running Camel test

2022-07-01 Thread Ghita Cornel
Hi all I have this project GitHub - ghitacornel/testApacheCamel  | | | | | | | | | | | GitHub - ghitacornel/testApacheCamel Contribute to ghitacornel/testApacheCamel development by creating an account on GitHub. | | | for test purpose. While trying to test some examples with la