Hi Oron, If you're going to try a nightly build I would suggest looking at 2.3. Amongst other things it contains a number of patches for the IntakeService, specifically the problem you're experiencing now.
HTH Colin -----Original Message----- From: oron ogdan [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2003 12:57 AM To: [EMAIL PROTECTED] Subject: Intake empty / Boolean fields behavior Hello Using the turbine 2.2.1 nightly build / src of 13-8-2003, Field.java setProperty is checking for isSet before setting the filed on the mapped object but for Boolean fields for example, or for empty String fields this would not work, Also found this in the code in line 410 ... // this definition of not set might need refined. But // not sure the situation will arise. if ( ss.length == 0 || (ss.length == 1 && ss[0].length() == 0) ) ... Anyone with a good patch / tip ? Regards Oron www.netada.co.uk --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
