Re: Ignore Unkown properties of beans in applicationContext.xml

2022-10-06 Thread Claus Ibsen
Hi This is a spring framework question as the is done by spring and not Camel, when you use spring xml files. I am not aware of any options spring has to ignore. On Thu, Oct 6, 2022 at 2:50 PM Rohan Emmanuel wrote: > Hi, > I am defining some beans in the xml file . The beans has some propertie

Ignore Unkown properties of beans in applicationContext.xml

2022-10-06 Thread Rohan Emmanuel
Hi, I am defining some beans in the xml file . The beans has some properties which are known and some are unknown. For the known properties, i do have setters/getters. While loading the xml file, the camel startup is being stopped with an error message as an invalid setter method. is there a way wh