hi pals,
what will happend if we remove extends Serializable from signature of the
following method in appfuse core module?
public interface GenericDao <T, PK extends Serializable> {


when I tried to create web service cleint because of java.io.Serializable
class i got this error
 "The value for the useBean class attribute java.io.Serializable is invalid"

so when I remove "extends Serializable" from GenericDao the problem solved?

is this  mandatory? what will happend if we remove "extends Serializable"?
-- thanks
Reza Farshi

Reply via email to