[forwarded on behalf of Daniel]
Hi,
JSX stops us from upgrading from JDK 1.6.0_05 to JDK 1.6.0_07 and JDK 1.6.0_10.
When will you provide an upgrade of the jsx library? Can you suggest
a work-around for us until this upgrade is available?
The problem is that Sun has apperantly decided to disable default
serialization of Enum objects by adding the following code into
Enum.java JDK 1.6.0_07 and now also in JDK 1.6.0_10rc2:
/**
* prevent default deserialization
*/
private void readObject(ObjectInputStream in) throws IOException,
ClassNotFoundException {
throw new InvalidObjectException("can't deserialize enum");
}
private void readObjectNoData() throws ObjectStreamException {
throw new InvalidObjectException("can't deserialize enum");
}
Regards,
Daniel Marell
System Architect
Ericsson AB