Re: Question regarding data store

2008-04-04 Thread Thomas Mueller
Hi, > Why is that in > InternalValue.create(InputStream), when USE_DATA_STORE is true, > getBLOBFileValue() is called with > null as the data store? > This causes the stream to be dumped in a temp file. Yes. > The code I'm following is in BundleBinding.writeState(). A -2 is written as > th

Question regarding data store

2008-04-01 Thread Esteban Franqueiro
Hi all. I have a question regarding the handling of binary data that goes to the data store. Why is that in InternalValue.create(InputStream), when USE_DATA_STORE is true, getBLOBFileValue() is called with null as the data store? This causes the stream to be dumped in a temp file. The code I'm