In search of a solution to my problem I've written a service activator which is essentially just :
however, I'm getting a statement that the context has not yet been initialized. From the servicemix logs it appears that the context has already been loaded, or at least, a significant chunk has.
I guess the question now boils down to : How can I delay activation of the ServiceActivator until the application context has finished?
Thanks,