I just create the most simple Singleton EJB to return a custom serializable object, but I'm getting the following exception when I invoke the remote method:
org.jboss.serial.exception.SerializationException: Could not create instance of model.Usuario - model.Usuario
It works fine with simple types and normal classes (String for example) but not for an object pertaining to a class I created.
I'm using JBoss 6.0 and Eclipse.
What could I be missing?
Thanks in advance, Saul