Re: Collection with composite key in XML mapping

2009-11-13 Thread btymvios
JIRA ticket opened, IBATIS-692. Thanks Jeff Butler-2 wrote: > > Open a JIRA ticket. If you can attach a path and a test case that > would be even better. > > Jeff Butler > > > On Thu, Nov 12, 2009 at 12:17 PM, Byron Tymvios wrote: >> I have downloaded the latest trunk of iBatis 3 from SVN

Re: Collection with composite key in XML mapping

2009-11-12 Thread Jeff Butler
Open a JIRA ticket. If you can attach a path and a test case that would be even better. Jeff Butler On Thu, Nov 12, 2009 at 12:17 PM, Byron Tymvios wrote: > I have downloaded the latest trunk of iBatis 3 from SVN and did some > debugging. It appears as if the composite key notation > "#{param1

Re: Collection with composite key in XML mapping

2009-11-12 Thread Byron Tymvios
I have downloaded the latest trunk of iBatis 3 from SVN and did some debugging. It appears as if the composite key notation "#{param1=col1,param2=col2}" is never passed when building the ResultMapping. This results in the composite key only being treated as a regular column. The composites List

Re: Collection with composite key in XML mapping

2009-11-10 Thread btymvios
Hi All, Please if possible could someone assist me, I have been banging my head on this problem for near a week now and this is holding my project up seriously. I have tried everything I can think of and everything I can find. As soon as I include the composite key mapping of column=”{prop1=col1,