"Gaasch, Derek" <[EMAIL PROTECTED]> writes:

>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.

Hi,

cool. Didn't know that. Related question: Does that mean, that

(for a future release using commons-logging)

--- cut ---
package org.apache.turbine.foobar;

[...]

Log log = LogFactory.getLog(foobar.class);
--- cut ---

is not portable between JDK 1.3 and JDK 1.4? 

        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]>

Reply via email to