[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:
Jesse McConnell 2011-09-15 07:54:05 -05:00
parent 11ca71700f
commit f6c480cef1
1 changed files with 0 additions and 1 deletions

View File

@ -428,7 +428,6 @@ public class MongoSessionManager extends NoSqlSessionManager
return o;
}
bout.reset();
out.reset();
out.writeUnshared(value);
out.flush();