[jboss-jira] [JBoss JIRA] Created: (JBSER-85) Can't serialize double[]
Clebert Suconic (JIRA)
jira-events at jboss.com
Thu Jul 27 16:29:11 EDT 2006
Can't serialize double[]
------------------------
Key: JBSER-85
URL: http://jira.jboss.com/jira/browse/JBSER-85
Project: JBoss Serialization
Issue Type: Bug
Affects Versions: 1.0.1 GA, 1.0.0 GA
Reporter: Clebert Suconic
Assigned To: Clebert Suconic
Fix For: 1.0.2 GA
Reading a double[] will always cause
Caused by: java.io.IOException: The hierarchy of [D is different in your current classPath
at org.jboss.serial.classmetamodel.StreamingClass.readStream(StreamingClass.java:90)
at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.readObjectDescriptionFromStreaming(ObjectDescriptorFactory.java:381)
at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDescription(ObjectDescriptorFactory.java:82)
at org.jboss.serial.objectmetamodel.DataContainer$DataContainerInput.readObject(DataContainer.java:836)
at org.jboss.serial.persister.RegularObjectPersister.readSlotWithFields(RegularObjectPersister.java:353)
at org.jboss.serial.persister.RegularObjectPersister.defaultRead(RegularObjectPersister.java:273)
at org.jboss.serial.persister.RegularObjectPersister.readData(RegularObjectPersister.java:241)
at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.readObjectDescriptionFromStreaming(ObjectDescriptorFactory.java:412)
at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDescription(ObjectDescriptorFactory.java:82)
at org.jboss.serial.objectmetamodel.DataContainer$DataContainerInput.readObject(DataContainer.java:836)
at org.jboss.serial.io.JBossObjectInputStream.readObjectUsingDataContainer(JBossObjectInputStream.java:152)
at org.jboss.serial.benchmarks.SizeBenchmarkTestCase.doTestJBossSerializationInDirect(SizeBenchmarkTestCase.java:296)
at org.jboss.serial.benchmarks.SizeBenchmarkTestCase.executTest(SizeBenchmarkTestCase.java:99)
... 19 more
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list