Thank you for the hint! That works!

Thomas Vandahl-2 wrote:
> 
> 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]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/store-BLOB-in-the-cache-tf4360106.html#a12483658
Sent from the JCS - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to