Malcolm Edgar wrote:
Interesting - should services be considered as transient. In Spring services are generally singletons, if the transient variable reference becomes null its not going to be reset.
Hmm, I've noticed Serialization exceptions in the logs because the stateful Pages references non-serializable services. Thought transient should be an easy fix. But if Spring is not going to re-inject them we should revert back.
