-
Bug
-
Resolution: Done
-
Major
-
1.3.9.GA
-
None
When sending large objects with a readObject method between EJB's a EOFException is thrown
java.io.EOFException: Read past end of file
org.jboss.marshalling.SimpleDataInput.eofOnRead(SimpleDataInput.java:126)
org.jboss.marshalling.SimpleDataInput.readFully(SimpleDataInput.java:152)
org.jboss.marshalling.SimpleDataInput.readFully(SimpleDataInput.java:131)
org.jboss.marshalling.MarshallerObjectInputStream.readFully(MarshallerObjectInputStream.java:137)
content.ImageContent.readObject(ImageContent.java:146)
I've narrowed down the problem to the fact that the class StepObjectOutput writes the object as a list blocks (steps).
The StepObjectInput reads only from the first block(step).