Im not familiar with the Intake code, but perhaps this has something to do with it?
<snip> If a serializable nested class contains explicit references to a class object (for example, "Foo.class"), then the computed value of the default serial version UID for both the nested class and its enclosing class will be different in J2SE 1.3 and J2SE 1.4. The difference is due to the fact that the computation of the serial version UID is sensitive to modifications made in the javac compiler between J2SE 1.3 and J2SE 1.4. To avoid this problem affecting your applications, we recommend that you add an explicit serial version UID to your serializable classes. You can use the serialver tool to obtain the serial version UID of classes compiled with the J2SE 1.3 javac compiler. <snip> taken from sun @ http://java.sun.com/j2se/1.4/compatibility.html -d -----Original Message----- From: Henning P. Schmiedehausen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 04, 2002 9:19 AM To: [EMAIL PROTECTED] Subject: Re: Intake in tdk-2.2-rc1 "Akmal Sarhan" <[EMAIL PROTECTED]> writes: >> You rock! That never would've occurred to me. I just switched my java home >> to a 1.3 version and it worked. I wonder if that's logged as a bug? >great that your problem is solved! I guess you might consider it a >bug(specially if some other users are having the same problem and this >solution works for them as well) Uh, oh, we might have to supply a JDK 1.3 and a JDK 1.4 compiled version for this. I'm amazed that an 1.3 compiled TDK doesn't work on your 1.4 Martin, everyone: Do we have a defined javac which we use for the releases? We might want to document it somewhere.... Regards Henning -- Dipl.-Inf. (Univ.) Henning P. Schmiedehausen -- Geschaeftsfuehrer INTERMETA - Gesellschaft fuer Mehrwertdienste mbH [EMAIL PROTECTED] Am Schwabachgrund 22 Fon.: 09131 / 50654-0 [EMAIL PROTECTED] D-91054 Buckenhof Fax.: 09131 / 50654-20 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
