[jboss-dev-forums] [Design of JBoss Serialization] - Re: What should I create to frequently ask it for smart clon

elijah.epifanov@gmail.com do-not-reply at jboss.com
Thu Aug 24 05:14:04 EDT 2006


Oooops.

Only works with:
 synchronized (container) {
  ObjectInput input = container.getInput();
  Object ret = input.readObject();
  input.close();
  return (I) ret;
 }


When unsynchronized, the stacktrace in first post pops up.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967178#3967178

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3967178



More information about the jboss-dev-forums mailing list