Nathan Maves was testing out our new binding functionality to see if it would alleviate that. If you are a regular subscriber to the user list you can see the thread or you can read the archive http://www.mail-archive.com/ibatis-user-java@incubator.apache.org/msg02541.html. If you want to try out this new functionality too... give it a wirl.
Brandon On 6/2/05, Steven Pannell <[EMAIL PROTECTED]> wrote: > > Hi, > > is there a way to support generics in iBatis in that the following would not > report a warning: > > List<Orders> orders = client.queryForList("getAllOrdersWithStatusX" , "X"); > > thx. > Steve. >