|
From: Andy D. <an...@ma...> - 2005-06-21 22:53:27
|
JIRA issue created and a proof-of-concept patch supplied (which happens to fix the issue for me): http://opensource.atlassian.com/projects/spring/browse/SPR-1066 - Andy On Tuesday 21 June 2005 02:34 pm, Juergen Hoeller wrote: > Sounds plausible - thanks for tracking this down. Please do create a JIRA > issue for this; I'll fix the issue for Spring 1.2.2. > > Essentially, SpringSessionSynchronization needs to keep a marker that it > has already removed the current Session from the thread, and suppress > suspend and resume accordingly. It could simply hold a boolean flag as > instance variable for this. > > Juergen > |