Re: not known to the MapperRegistry with iBatis 3.0

2009-08-18 Thread RichadB
Hi Clinton Given my inexperience I have zipped up my test eclipse project (don't worry it's pretty compact). and attached it. As far as I can tell it looks fine (you should notice that commenting out the explicit loading of the mapper causes the code to fail, uncommented things appear to work) R

Re: not known to the MapperRegistry with iBatis 3.0

2009-08-17 Thread RichadB
Adding the explicit mapping seems to work (or at least it gets me to another error of the sort I would expect to see). I don't think I'm doing anything strange, so I'm not sure why it doesn't automatically load Thanks Clinton Clinton Begin wrote: > > Strange, it should add it automatically if

not known to the MapperRegistry with iBatis 3.0

2009-08-17 Thread RichadB
Hello I am new to iBatis and am trying to get started with the Beta version of iBatis 3.0. I have set up a very simple test for myself this includes An interface that defines the query = package com.aimhedge.trading.database; import java.util.List; import org.apache.ibatis.annot