Claus Ibsen-2 wrote > > When using .bean in the DSL, then the bean is looked up / created once > / etc when the route is being initialized / started. > And thus there is no thread safe issue at runtime, as the beans is > already created. > > When using bean with a class type, the bean is created once (eg > singleton scope). > And that is by design. > > If you want prototype scope or something like that, then use a beanRef > and refer to a bean in a bean container that supports that such as > spring etc. > > Yes, I use beanRef, but when I use the cxf-Endpoint I still have multi threading problems. The method RegistryBean.getBean() is - as i mentioned above - not thread safe I think.
Do you agree with that, or is something wrong with my assumptions? kind regards, Christoph -- View this message in context: http://camel.465427.n5.nabble.com/ClassCastException-using-cxf-bean-tp5599810p5713678.html Sent from the Camel - Users mailing list archive at Nabble.com.