You need to create the declaration to include with the source using the serialver tool, or your IDE if it supports it(Netbeans does). To use serialver, you run it much as you would the java command and it will print out the serialVersionUID statement you must copy and place into source code:
examples 1983>serialver -classpath build/classes org.jboss.chap11.model.AccountInfo org.jboss.chap11.model.AccountInfo: static final long serialVersionUID = -5888058120666796953L; ----- Original Message ----- From: "marc fleury" <[EMAIL PROTECTED]> To: "Bill Burke" <[EMAIL PROTECTED]>; "Jboss-Development@Lists. Sourceforge. Net" <[EMAIL PROTECTED]> Sent: Monday, November 19, 2001 11:17 AM Subject: RE: [JBoss-dev] Ignorance > and I don't need to write anything in the source then do I ? > > marcf > > |-----Original Message----- > |From: [EMAIL PROTECTED] > |[mailto:[EMAIL PROTECTED]]On Behalf Of Bill > |Burke > |Sent: Monday, November 19, 2001 1:43 PM > |To: marc fleury; Jboss-Development@Lists. Sourceforge. Net > |Subject: RE: [JBoss-dev] Ignorance > | > | > |"serialver" executable? > | > |> -----Original Message----- > |> From: [EMAIL PROTECTED] > |> [mailto:[EMAIL PROTECTED]]On Behalf Of marc > |> fleury > |> Sent: Monday, November 19, 2001 12:30 PM > |> To: Jboss-Development@Lists. Sourceforge. Net > |> Subject: [JBoss-dev] Ignorance > |> > |> > |> So how does the serialVersionUID get generated in classes that are > |> Externalizable? > |> > |> I am a bit fuzzy, in fact I plain would like the beginner version > |> on that... > |> > |> thanks, he he > |> > |> :) > |> > |> _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development