do not reset Session itself on "clear()" in order to properly interact with Open Session in View (SPR-8909)
This commit is contained in:
@@ -73,7 +73,6 @@ public class SessionHolder extends ResourceHolderSupport {
|
||||
@Override
|
||||
public void clear() {
|
||||
super.clear();
|
||||
this.session = null;
|
||||
this.transaction = null;
|
||||
this.previousFlushMode = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user