RE: file download problem in application server

2009-03-27 Thread Shannon, Andrew
9 10:38 AM To: Struts Users Mailing List Subject: RE: file download problem in application server I assume your blob Class is Serializable? http://www.hibernate.org/hib_docs/v3/reference/en/html_single/ ? Martin __ Disclaimer and confidentiality note

RE: file download problem in application server

2009-03-26 Thread Martin Gainty
for the content provided. > Subject: RE: file download problem in application server > Date: Thu, 26 Mar 2009 08:20:19 -0400 > From: andrewshan...@pqa.com > To: user@struts.apache.org > > I was half wrong. It was a quirk for runnnig in OC4J but the Blob was > being mang

RE: file download problem in application server

2009-03-26 Thread Shannon, Andrew
I was half wrong. It was a quirk for runnnig in OC4J but the Blob was being mangled coming out of the data base (which I had previously ruled out, doh). Adding a property to the hibernate.properties file for: hibernate.jdbc.use_streams_for_binary=true fixed my problem. Otherwise file handling i