Re: Dynamic (Evaluated) Prepend

2009-09-05 Thread Kunle Gbadamosi
Thanks Meindert. One more question - Is it possible to have a global include ? My sql-maps are separated into 3 xml files, each with its own namespace. Now, I have a common fragment that I would like to use in each of them. Is there a way to separate this fragment, and include it in each

association in IBatis3

2009-09-05 Thread olafos
Hi I was using IBatis 2 and decided to try out IBatis 3 beta 3. I have a problem with association mapping when all columns of the associated result map are NULL - I'm pretty sure that in IBatis 2 such association would have a null value, in IBatis 3 it produces and object with null fields. This i