Is it possible to inject dependencies into a bean that that has been deserialized based on what I configured in the spring xml config file?
I have a bean which contains references to services. Those references I've made transient so that they are not serialized. When I deserialize the bean's, I would like to reinject all the services that were injected to begin with.
Cameron


Reply With Quote