|
From: <cle...@jb...> - 2006-06-15 06:09:55
|
http://jira.jboss.com/jira/browse/JBSER-80 I guess I have reproduced the bug. It always happens when you have a private inner class implementing Externalizable. Maybe your property is set to null and only when your property is set the Persister is activated generating the error. I will be working on. A workaround would be: - Make the class public. - Make the class Serializable (hummm... maybe.. I have to check this one). I will be working on this. Thanks a lot for reporting this. Clebert View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951023#3951023 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951023 |