Re: Moving Apache Harmony to the Attic

2011-10-29 Thread Matthias Wessendorf
://markmail.org/message/ah5f42h4p2bhub6o [2] http://attic.apache.org Regards, Tim -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf

Framework for Testing Serialization

2010-08-18 Thread Matthias Wessendorf
Hi guys, for Apache MyFaces I am looking for some serialization testing and came accross this document: http://harmony.apache.org/subcomponents/classlibrary/ser_testing.html I am wonder what's the state there? Thx! Matthias -- Matthias Wessendorf blog: http

Re: [luni] ObjectInputStream.java

2010-08-12 Thread Matthias Wessendorf
contamination. Thanks anyway! 2010/8/11 Matthias Wessendorf mat...@apache.org BTW. a bug in this direction was filed against the SUN JDK. the mapping table should be exposed, to avoid copy/past development w/in custom ObjectInputStream impls http://bugs.sun.com/view_bug.do?bug_id=4942688 -M

Re: [luni] ObjectInputStream.java

2010-08-11 Thread Matthias Wessendorf
ObjectInputStream is mainly use to serialize Object but void is not a kind of Class to be serialized. Please tell me if I am wrong. 2010/8/10 Mark Hindess mark.hind...@googlemail.com In message aanlktinn_kks+rklzfxup2tghbaor-9fvb8om3mci...@mail.gmail.com, Matthias Wessendorf writes: Hello, looking

Re: [luni] ObjectInputStream.java

2010-08-11 Thread Matthias Wessendorf
Hey Mark, thanks for fixing this. One more point. Wouldn't it make sense to directly create a map with capacity of nine ? -Matthias On Wed, Aug 11, 2010 at 11:33 AM, Matthias Wessendorf mat...@apache.org wrote: a little background. I am working on an Apache MyFaces project, were we have our

Re: [luni] ObjectInputStream.java

2010-08-11 Thread Matthias Wessendorf
Matthias, a lesson to me ;) 2010/8/11 Matthias Wessendorf mat...@apache.org a little background. I am working on an Apache MyFaces project, were we have our own ObjectInputStream class ([1]). Now when we update to the latest version of one of our dependencies (JSF 2.0, Sun Mojarra), we

[luni] ObjectInputStream.java

2010-08-10 Thread Matthias Wessendorf
there is no void, void.class key-value pair? Thx, Matthias -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf