Hi,
 
I am using BeanIODataFormat and need to use some custom properties in my
mapping files, like ${my.property}. BeanIO supports it, but properties need
to be set when calling StreamFactory.load(InputStream in, Properties
properties). The problem is BeanIODataFormat does not take properties and
simply calls StreamFactory.load(InputStream in), in doStart(). It would be
great to add this simple feature.

Thanks!
Romain



--
View this message in context: 
http://camel.465427.n5.nabble.com/BeanIODataFormat-should-support-properties-tp5750966.html
Sent from the Camel Development mailing list archive at Nabble.com.

Reply via email to