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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...