Re: select statement problem

2006-09-08 Thread Okan Çetin
On 9/9/06, Larry Meadors <[EMAIL PROTECTED]> wrote: You do not have a resultClass in your element.Thanks a lot, it works (: LarryOn 9/8/06, Okan Çetin <[EMAIL PROTECTED]> wrote:> Hello;> I could not getting something from db. list object does not contain any> value.  Do you have any idea ? > The c

Re: select statement problem

2006-09-08 Thread Okan Çetin
The query runs correctly. Namaspaces looks like correct,?On 9/9/06, Daniel Pitts <[EMAIL PROTECTED]> wrote: Try executing the query manually in an sql client. Do you get any results? If not, thats your problem. Also, make sure you're using namespaces properly. From: Okan Çetin [mailto:[EMA

Re: select statement problem

2006-09-08 Thread Larry Meadors
You do not have a resultClass in your element. Larry On 9/8/06, Okan Çetin <[EMAIL PROTECTED]> wrote: Hello; I could not getting something from db. list object does not contain any value. Do you have any idea ? The code and xml map files: 1) Code List list; Reader r

RE: select statement problem

2006-09-08 Thread Daniel Pitts
Try executing the query manually in an sql client. Do you get any results? If not, thats your problem. Also, make sure you're using namespaces properly. From: Okan Çetin [mailto:[EMAIL PROTECTED] Sent: Friday, September 08, 2006 1:12 PMTo: user-java@ibatis.apache.orgSubject: select stateme