plz ignore this question
On Sun, May 10igno, 2009 at 6:16 PM, Reza Farshi <[email protected]>wrote:
> 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
>
--
Reza Farshi