Return-Path: Mailing-List: contact ibatis-user-java-help@incubator.apache.org; run by ezmlm Delivered-To: mailing list ibatis-user-java@incubator.apache.org Received: (qmail 72610 invoked by uid 99); 6 Jan 2005 19:57:43 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of larry.meadors@gmail.com designates 64.233.184.198 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.198) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 06 Jan 2005 11:57:42 -0800 Received: by wproxy.gmail.com with SMTP id 57so438820wri for ; Thu, 06 Jan 2005 11:57:40 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=BgpY038f3O6uEMu3Oui72N7jMGSoy/p6ZAUA9AwfEN38Q31dwIzSfclN+gxoqAZVF42LJwOeiA94rqYAbUVs1ZugXr+8wQcE5EbTcZ4MpDYkZENa2YhiOHyxSnyQNhiJQ+TXV6i1C7WDyTDbltx3mefysoqIs1SZHZO9MwfqCUs= Received: by 10.54.41.8 with SMTP id o8mr252983wro; Thu, 06 Jan 2005 11:57:40 -0800 (PST) Received: by 10.54.5.53 with HTTP; Thu, 6 Jan 2005 11:57:40 -0800 (PST) Message-ID: Date: Thu, 6 Jan 2005 12:57:40 -0700 From: Larry Meadors Reply-To: Larry Meadors To: ibatis-user-java@incubator.apache.org Subject: Re: Mapping Complex Properties (Load all properties) In-Reply-To: <72EAA13E929BB54FB3CA2FB913281F6A1F3ED4@XCHANGE1.INTRUSTCORP.COM> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <72EAA13E929BB54FB3CA2FB913281F6A1F3ED4@XCHANGE1.INTRUSTCORP.COM> X-Virus-Checked: Checked Am I reading this wrong? It looks to me like that is the only result you have mapped to that bean. The others are all to the Issue bean. Add other properties, and they will get mapped. Larry On Thu, 6 Jan 2005 13:49:24 -0600, Bolinger, Gregg D wrote: > I have a JavaBean with several properties. Some of these properties are > other JavaBeans. Currently with the code I have I can load these > complex properties, however, it is only loading 1 property. Here is my > file(s) > > class="com.intrust.anykey.web.modelbeans.Issue"> > > javaType="java.util.Date"/> > javaType="java.util.Date"/> > javaType="java.util.Date"/> > javaType="java.util.Date"/> > column="creating_user_id" /> > >