Hi,
I'm having some issues with my IObjectFactoryPostProcessor:
I'm scanning the objects defined in the context and I notice that they are returned in random order ... (using IObjectDefinitionRegistry.objectDefinitionNames)
I guess that's because object definitions are stored in a Dictionnary.
So, is there any way for my post processor to get the beans definition in the order they were defined in the context ?
thanks,
Alain


Reply With Quote