jxiao wrote: > java.io.NotSerializableException: oracle.jdbc.driver.T4CConnection > at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1054)
If 'm not mistaken, you are trying to serialize an object that (maybe among other things) contains the above-mentioned connection object. This is probably not what you want. For a similar problem (storing BufferedImage instances in the cache) I decided to use byte[] arrays. Hope this helps, Bye, Thomas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]