David E Jones wrote: > > The REAL problem, as I see it, is that what makes it into the database > is not the binary content, it is the binary content in a serialized Java > object, which is really weird. So, I'm working on code changes to get > away from that and just send the bytes over.
Well, we may need to look at all implementations of Serializable in the code base for the same kind of problems. Data gets put into the session, and saved between restarts. But I agree, serialized java objects in a database suck.