Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 29920 invoked from network); 10 Mar 2008 21:51:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Mar 2008 21:51:53 -0000 Received: (qmail 75837 invoked by uid 500); 10 Mar 2008 21:51:44 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 75821 invoked by uid 500); 10 Mar 2008 21:51:44 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 75810 invoked by uid 99); 10 Mar 2008 21:51:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Mar 2008 14:51:44 -0700 X-ASF-Spam-Status: No, hits=2.7 required=10.0 tests=HTML_MESSAGE,SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of jreimann@ctigroup.com does not designate 64.132.87.194 as permitted sender) Received: from [64.132.87.194] (HELO EXCHANGE2K3.ctigroup.com) (64.132.87.194) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Mar 2008 21:50:57 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C882F8.DDE3EC4D" Subject: Re: Re: Question about queryForList and Oracle ref cursors Date: Mon, 10 Mar 2008 17:51:15 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Re: Question about queryForList and Oracle ref cursors Thread-Index: AciC8qqr3aeXLKqrTGeS+oDL1B0zcQABTO5A References: From: "Jesse Reimann" To: X-Virus-Checked: Checked by ClamAV on apache.org This is a multi-part message in MIME format. ------_=_NextPart_001_01C882F8.DDE3EC4D Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Ryan I guess you didn't read my original post. I tried both the Hashmap method of queryForList and the way you suggested. The only way I can actually get a populated List back is using the HashMap. If I do it this way : =20 return getSqlMapClientTemplate().queryForList("TEST_TESTPROC.GET_CDDRPT"); =20 =20 The resulting List contains 10 elements which are all NULL. Using the Hashmap method I get the proper List with all my records. =20 Jesse ------_=_NextPart_001_01C882F8.DDE3EC4D Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable
Ryan I guess you =
didn’t read my original post. I tried both the Hashmap method of =
queryForList and the way you suggested. The only way I can actually get =
a populated List back is using the HashMap. If I do it this way =
:
 
return =
getSqlMapClientTemplate().queryForList("TEST_TESTPROC.GET_CDDRPT&quo=
t;);

 

 

The resulting List contains 10 = elements which are all NULL. Using the Hashmap method I get the proper List with = all my records.

 

Jesse

------_=_NextPart_001_01C882F8.DDE3EC4D--