I'd like to specifiy a bean by using the factory-bean / factory-method syntax. The factory-bean which provides the method however requires custom initialization as expressed by the init-method before the factory-method returns sane results.
Is there a way to express this requirement? Currently the method is called before initialization ...


Reply With Quote