Return-Path: Delivered-To: apmail-incubator-cayenne-user-archive@locus.apache.org Received: (qmail 51855 invoked from network); 3 Aug 2006 11:57:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Aug 2006 11:57:48 -0000 Received: (qmail 86199 invoked by uid 500); 3 Aug 2006 11:57:48 -0000 Delivered-To: apmail-incubator-cayenne-user-archive@incubator.apache.org Received: (qmail 85955 invoked by uid 500); 3 Aug 2006 11:57:47 -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 85946 invoked by uid 99); 3 Aug 2006 11:57:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Aug 2006 04:57:47 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_10_20,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of nikolai.raitsev@gmail.com designates 64.233.162.194 as permitted sender) Received: from [64.233.162.194] (HELO nz-out-0102.google.com) (64.233.162.194) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Aug 2006 04:57:44 -0700 Received: by nz-out-0102.google.com with SMTP id v1so400566nzb for ; Thu, 03 Aug 2006 04:57:24 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=dQYLb72LPKh5Qk/X75FjthYALmzPmcNtXjXdXKYvLR5pZayEq/crKaQ6lZMWYrO4YRbtj2PVPvKqKlD8ZQqEXjNGjLNu6971xibY2XT9CuurweTNdMFukdlTjPO9+UTt7OlYx6wldBlifqp/uHWxD4D+k8Pl4pBpHZqb7rv6HNs= Received: by 10.65.232.12 with SMTP id j12mr757287qbr; Thu, 03 Aug 2006 04:57:24 -0700 (PDT) Received: by 10.64.249.9 with HTTP; Thu, 3 Aug 2006 04:57:23 -0700 (PDT) Message-ID: <62094b220608030457x1b0c9bb2y8bb843210fc1c304@mail.gmail.com> Date: Thu, 3 Aug 2006 13:57:23 +0200 From: "Nikolai Raitsev" To: cayenne-user@incubator.apache.org Subject: objectFromDataRow(String, DataRow) exist not in cayenne-1.2 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_45748_20922851.1154606243991" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_45748_20922851.1154606243991 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello This method: DataContext.objectFromDataRow(String, DataRow) exist not in cayenne-1.2 (is however described here http://cwiki.apache.org/CAYDOC/data-rows.html and in local User-Guide from download package cayenne-1.2) it exists a method objectFromDataRow(Class, DataRow, boolean), but i have a problem with it: dataObjectInt = dataContext.objectFromDataRow( MyClass.class, (DataRow) row, true); the error message is (from eclipse 3.2): "The method objectFromDataRow(Class, DataRow, boolean) in the type DataContext is not applicable for the arguments (Class, DataRow, boolean)" What is that??? need help Nikolai ------=_Part_45748_20922851.1154606243991--