Hi Chad, one question to it: Do you need your bean to be a singleton?
Well if not, you could easily declare your bean in the spring-xml as a "prototype" and then it should be instantiated for each use: <bean id="xy" class="com.xy.z.a.b.C" scope="prototype"> May be this is just another thing you could try and i hope it helps you.. Martin -- View this message in context: http://camel.465427.n5.nabble.com/Bean-component-BeanInfo-thread-safety-tp3387197p3387230.html Sent from the Camel - Users mailing list archive at Nabble.com.
