I suppose the service should be made serializable, this should not be any problem as it is stateless
On Tue, Jun 9, 2009 at 8:33 AM, Bob Schellink<[email protected]> wrote: > 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. >
