Return-Path: Delivered-To: apmail-incubator-cayenne-user-archive@locus.apache.org Received: (qmail 30973 invoked from network); 5 Dec 2006 10:36:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2006 10:36:44 -0000 Received: (qmail 29234 invoked by uid 500); 5 Dec 2006 10:36:52 -0000 Delivered-To: apmail-incubator-cayenne-user-archive@incubator.apache.org Received: (qmail 29216 invoked by uid 500); 5 Dec 2006 10:36:51 -0000 Mailing-List: contact cayenne-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cayenne-user@incubator.apache.org Delivered-To: mailing list cayenne-user@incubator.apache.org Received: (qmail 29207 invoked by uid 99); 5 Dec 2006 10:36:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Dec 2006 02:36:51 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [194.97.50.132] (HELO mout1.freenet.de) (194.97.50.132) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Dec 2006 02:36:37 -0800 Received: from [194.97.55.190] (helo=mx6.freenet.de) by mout1.freenet.de with esmtpa (Exim 4.62) (envelope-from ) id 1GrXeq-000362-6W for cayenne-user@incubator.apache.org; Tue, 05 Dec 2006 11:36:16 +0100 Received: from fnhh-svmexfe001.freenet-ag.de ([194.97.108.42]:44303) by mx6.freenet.de with esmtp (port 25) (Exim 4.62 #12) id 1GrXeq-0003FN-2c for cayenne-user@incubator.apache.org; Tue, 05 Dec 2006 11:36:16 +0100 Received: from FNHH-SVMEXDB002.Freenet-AG.de ([195.4.20.141]) by FNHH-SVMEXFE001.Freenet-AG.de with Microsoft SMTPSVC(6.0.3790.1830); Tue, 5 Dec 2006 11:36:15 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: mysql date Date: Tue, 5 Dec 2006 11:36:15 +0100 Message-ID: <49D23F7404DC5B4086D7352312597E0FAA280E@FNHH-SVMEXDB002.Freenet-AG.de> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: mysql date Thread-Index: AccXsUX1NdGxrPXdRzijwhl4SeixXQAnZiaAAAJSwVA= From: =?iso-8859-1?Q?Peter_Schr=F6der?= To: X-OriginalArrivalTime: 05 Dec 2006 10:36:15.0779 (UTC) FILETIME=[31125730:01C71859] X-Virus-Checked: Checked by ClamAV on apache.org hi there, first of all the bug-tracking link on page = http://incubator.apache.org/cayenne/how-can-i-help.html is broken :-( = but i found it through google. but i didnt find an issue about my problem: we have a lot of old data stored in our mysql-database. there are lots = of date-fields with date of '0000-00-00 00:00:00' (which should in deed = be 'null') which cause cayenne to fail on fetching data-objects, cause = it cant convert the date: Value '0000-00-00' can not be represented as = java.sql.Timestamp. do i have to update all these fields to null, so that cayenne can work = properly? kind regards peter