-
1. Re: ClassNotFoundException when deserializing an array type
clebert.suconic May 17, 2006 11:54 AM (in response to mattintx)Thanks...
I've added this as part of JBSER-74
On CVS, testcase package is org.jboss.serial.regression.jbser74
I have modified it a little bit, but it's basically what you sent me by e-mail.
I got the failure. I will be working on that. -
3. Re: ClassNotFoundException when deserializing an array type
clebert.suconic May 17, 2006 3:42 PM (in response to mattintx)It was fixed on CVS.
I need to plan 1.0.1 now. Can you use CVS for now? -
4. Re: ClassNotFoundException when deserializing an array type
mattintx May 17, 2006 4:53 PM (in response to mattintx)I'll grab the latest from CVS and give it a shot. Thanks for the quick turn-around!
-
5. Re: ClassNotFoundException when deserializing an array type
mattintx May 17, 2006 5:56 PM (in response to mattintx)Got it from CVS, and it fixed the problem. Thanks!
-
6. Re: ClassNotFoundException when deserializing an array type
clebert.suconic May 18, 2006 12:21 PM (in response to mattintx)I've made another change on ClassMetamodelFactory due to this failure:
http://cruisecontrol.jboss.com/cc/artifacts/jboss-serialization-testsuite/20060518054655/results/org/jboss/serial/readresolve/ReadResolveTestCase(sun-jdk15).html
Array Classes were not being cached, causing excessive calls on readResolve, what would cause performance problems when using Arrays. -
7. Re: ClassNotFoundException when deserializing an array type
clebert.suconic May 25, 2006 3:23 PM (in response to mattintx)As for my other post, 1.0.1.GA is available, you would be able to get the release now.