I've got the latest village jar and converted the table and data to BLOB's but it appears jetspeed is updating the profile object (psml data) to null which throws a null exception in village's Value.java. From my understanding, blob's are supposed to have an empty_blob value when empty not null. Anyone run into this or have any ideas?
Thanks! randy -----Original Message----- From: Pernoud Aurelien [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 2:12 AM To: Jetspeed Developers List Subject: RE: PSML stored in BLOB column in Oracle database Current CVS version of village (the one we also use in jetspeed 1.4b5-dev) is fixed for this, I'm using BLOB type here with Oracle/Village and PSML, everything works fine. And from what I've read, BLOB is better than LONG RAW. Aurelien Todd Kuebler a ecrit : > Use LONG RAW, BLOB has some problems under several version of > oracle/village > > -tk --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ##################################################################################### This e-mail message has been scanned for Viruses and Content and cleared by MailMarshal ##################################################################################### --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
