Heh..
DataContainer isn't thread-safe.
DataContainerInput writes to it.
public Object readObject() throws ClassNotFoundException, IOException {
DataContainer.this.cache.setInput(this);
return ObjectDescriptorFactory.objectFromDescription(DataContainer.this.cache, this);
}
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967199#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...