Hmmm...I'm not sure that calling initialize() from our code is really the right approach. It seems to me that the initialize method is really intended for passing XML configuration properties to the object, but from the FlexRemotingExporter we have no such data to pass.
What are you actually doing in the initialize() method of your custom adapters?
What if you could configure the adapters as Spring beans? I've already considered that we would need to provide that capability if we want to enable getting rid of remoting-config.xml altogether. Would that not be a better option?
Jeremy Grelle
Staff Engineer, Web Products Team
SpringSource