I have read a couple of previous posts where some folks were having a problem determining the cause of an UndeclaredThrowableException.  I thought I would share my own experience.  Basically, I was using a value object and forgot to make it serializable. Once I implemented the java.io.Serialiable interface, the problem was solved.
 
Hope this helps.
 
Dave Young
[EMAIL PROTECTED]   (remove the NOSPAM)
Author - "Professional EJB"
Wrox Press - ISBN: 1861005083

Reply via email to