Re: Not serializable

2005-09-04 Thread amos
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

Not serializable

2005-09-04 Thread Murray Collingwood
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; A