Message4326

Author sergei175
Recipients sergei175
Date 2009-03-22.02:09:24
SpamBayes Score 9.336722e-09
Marked as misclassified No
Message-id <1237687765.88.0.891608260693.issue1282@psf.upfronthosting.co.za>
In-reply-to
Content
I've noticed that some of my scripts are broken when using Jython
2.5beta4. It worked fine for Jython 2.2.2. I cannot now deserialize 
a list with Java objects inside. The example script is in attachment.
It gives an error on line 19:

Traceback (most recent call last): ,   File p0d_io_java.py, line 20, in
<module> ,     list =fin.readObject(); , AttributeError: javapackage
object has no attribute java.util.Date , 

If this a feature of v2.5 rather than a bug, I would be intrested to
know how can I serialize/deserialize  a list of Java objects.
History
Date User Action Args
2009-03-22 02:09:29sergei175setrecipients: + sergei175
2009-03-22 02:09:25sergei175setmessageid: <1237687765.88.0.891608260693.issue1282@psf.upfronthosting.co.za>
2009-03-22 02:09:25sergei175linkissue1282 messages
2009-03-22 02:09:25sergei175create