I've been trying to get iBatis to return a list of POJOs like on this link:
http://www.java2s.com/Code/Java/J2EE/GetListOfObjects.htm
All I'm getting in return is a list of Map instances. Is there something I might be missing that usually baffles people learning this framework?
P.S: Not in front of my home pc right now. Will be happy to give additional info when I get back.