[Bug 357672] resolve issue with serializing pojos with mongodb session manager, thanks to john simone for the discovery and fix
This commit is contained in:
parent
11ca71700f
commit
f6c480cef1
|
@ -428,7 +428,6 @@ public class MongoSessionManager extends NoSqlSessionManager
|
|||
return o;
|
||||
}
|
||||
|
||||
bout.reset();
|
||||
out.reset();
|
||||
out.writeUnshared(value);
|
||||
out.flush();
|
||||
|
|
Loading…
Reference in New Issue