Return-Path: X-Original-To: apmail-cayenne-user-archive@www.apache.org Delivered-To: apmail-cayenne-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 21C48F1DA for ; Fri, 22 Mar 2013 13:03:07 +0000 (UTC) Received: (qmail 11002 invoked by uid 500); 22 Mar 2013 13:03:05 -0000 Delivered-To: apmail-cayenne-user-archive@cayenne.apache.org Received: (qmail 10751 invoked by uid 500); 22 Mar 2013 13:03:05 -0000 Mailing-List: contact user-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cayenne.apache.org Delivered-To: mailing list user@cayenne.apache.org Received: (qmail 9806 invoked by uid 99); 22 Mar 2013 13:03:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Mar 2013 13:03:03 +0000 X-ASF-Spam-Status: No, hits=-0.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dscheibe79@googlemail.com designates 74.125.83.49 as permitted sender) Received: from [74.125.83.49] (HELO mail-ee0-f49.google.com) (74.125.83.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Mar 2013 13:02:57 +0000 Received: by mail-ee0-f49.google.com with SMTP id d41so2189053eek.36 for ; Fri, 22 Mar 2013 06:02:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=TLYQ/1cqIk9/T+LzRSnIT3Lk6T1QF7lLM1TDO4xYFQk=; b=NzTBGn4S6EExyjLwXk3llGtt4vZ9IflxXKpnlwURyNJed4nti/3Epqtz3z1JzTAG6f OdTZ7zL4UK+5AQ8F4ytOxNayLZ0/TrSsBWw+voPuN/CoVx86m108A5T3tKEzVc5hxhWf srR2t1mURfj2P3Ni0BplXU/LZuGdfQ5m9uOIPMq3ewtILi2ZjEpIdsSxz0vmqKh7Mdxx Dtasa+WuwuClCPTkopn7vLQ7mQ9FXj71Q8UKuXrq+24lKdYx1s5KmK0QknU807xtwkes Frw9iXDC9gKZYZ2+CnQAVwngehn1i55Yv32NeNaeDMCg9tcd4C/3+uz7bYsIsoPjW4Pj LclQ== X-Received: by 10.15.23.193 with SMTP id h41mr5018745eeu.17.1363957355920; Fri, 22 Mar 2013 06:02:35 -0700 (PDT) Received: from [192.168.2.17] (ip-176-198-207-165.unitymediagroup.de. [176.198.207.165]) by mx.google.com with ESMTPS id q5sm2909149eep.11.2013.03.22.06.02.34 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 22 Mar 2013 06:02:34 -0700 (PDT) Message-ID: <514C5669.8010302@googlemail.com> Date: Fri, 22 Mar 2013 14:02:33 +0100 From: Daniel Scheibe User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 MIME-Version: 1.0 To: user@cayenne.apache.org Subject: Re: Problem with type: long[] References: <514C5440.4090207@informatik.uni-luebeck.de> In-Reply-To: <514C5440.4090207@informatik.uni-luebeck.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, which Database Adapter are you using? A little excerpt of your code would help too. Cheers, Daniel Am 22.03.2013 13:53, schrieb Kris Erik Schwerdt: > Hi, > > I'm now using cayenne for a while. Currently I run version 3.0.2 but > 3.1M3 seems to have the same problem. > I want to save an array as a blob in the database. When I'm using the > type int[] or char[] or double[] everything is ok. > But I need an array of the type long[]. Cayenne writes this array as the > object reference into the database, but it does not write the content of > the array into the field. > > Greetings > Kris Erik Schwerdt. >