Can you post the stack trace? The code for your static class would be good as well.
You're right, you should be able to serialize an instance of static member class that implements Externalizable even if the containing class is not serializable. But only if the member class is static. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951802#3951802 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951802 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
