On Mon, 2005-09-05 at 15:45 +1000, Murray Collingwood wrote: > Hi all > > Caused by: java.io.NotSerializableException: com.bpx.website.model.User > > I keep getting this error when I try putting a User bean into the session. I > tried adding a > versionUID to the class but this didn't seem to help. > private static final long serialVersionUID = 2897987282761L; > > Any suggestions?
Add "implements Serializable" to the class declaration (it's an empty "flag" interface)? HTH, --Amos --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]