Search code examples
springintegrationapache-camelfixed-length-record

camel-bindy Multiple models in the same package is not woking


I am using camel-bindy component.

I have 2 model file in same package.

When i remove 1 model file in package it's working fine but when i put both the files inside same package it's not working.

i am using camel 2.12.3 version


Solution

  • The reason might be exactly that, the two classes in the same package. Try moving one to another package + see comment from Claus Ibsen.