How do you set a property on a bean returned by a FactoryBean? You can set properties on the FactoryBean itself, but I need to inject into the returned object. I'm looking for a solution that does not involve altering the FactoryBean implementation and preferably does not involve writing any code.


Reply With Quote
).