Glad you like it!

Those classes are an experiment that went horribly awry :)
(well actually I learned a lot, so it was a success)
That was my first halting attempt at the serialization
problem. Turns out the Java security won't even allow
classes in the java.io package. If you try to
instantiate one it throws a SecurityException.
I initially planned to completely reimplement the
ObjectInputStream class to see how it worked.

I have to purge those files from the .jar, they are
covered by the Sun License, so I can't have them
in there. oops.

On Wed, 28 Nov 2001, Ceki Gulcu wrote:

>
> Robert,
>
> I am convinced that lumbermill will be successful.
>
> Checking log4j-new.jar I discovered unknown classes:
>
> > jar tvf log4j-new.jar
> [snip]
>    363 Sun Nov 18 09:46:02 GMT+01:00 2001 
>org/apache/log4j/io/LoggingEventInputStream.class
>  23093 Sun Nov 18 11:28:00 GMT+01:00 2001 java/io/LoggingEventInputStream.class
>    970 Sun Nov 18 11:28:00 GMT+01:00 2001 
>java/io/LoggingEventInputStream$GetField.class
>   4357 Sun Nov 18 11:28:00 GMT+01:00 2001 
>java/io/LoggingEventInputStream$GetFieldImpl.class
>   2228 Sun Nov 18 11:28:00 GMT+01:00 2001 java/io/LoggingEventStreamClass$1.class
>   2384 Sun Nov 18 11:28:00 GMT+01:00 2001 java/io/LoggingEventStreamClass$2.class
>    509 Sun Nov 18 11:28:00 GMT+01:00 2001 
>java/io/LoggingEventStreamClass$LoggingEventStreamClassEntry.class
>    775 Sun Nov 18 11:28:00 GMT+01:00 2001 
>java/io/LoggingEventStreamClass$CompareClassByName.class
>   1258 Sun Nov 18 11:28:00 GMT+01:00 2001 
>java/io/LoggingEventStreamClass$CompareMemberByName.class
>   1681 Sun Nov 18 11:28:00 GMT+01:00 2001 
>java/io/LoggingEventStreamClass$MethodSignature.class
>  18810 Sun Nov 18 11:28:00 GMT+01:00 2001 java/io/LoggingEventStreamClass.class
>    379 Sun Nov 18 11:28:00 GMT+01:00 2001 java/io/ValidationCallback.class
>
> What is java/io/LoggingEventInputStream and 
>org/apache/log4j/io/LoggingEventInputStream?
>
> Regards, Ceki


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to