Anyone have any experience in scoping Spring beans using Session or Singleton? I'm extending ServerResource and I am wondering how concurrency is handled since none of the annotated methods are synchronized. Should I go ahead and synchronize the method? I guess I should dig into the source code and see for myself, but off-hand anyone have experience running into race conditions using non-Prototype scoped beans? Is this just a Spring issue then?
------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2434420

