RE: Question resultMap

2006-09-28 Thread Anthony
WOW. Can't believe I missed that. Works now! Thanks -Original Message- From: Potter, Christopher [mailto:[EMAIL PROTECTED] Sent: Thursday, September 28, 2006 7:39 AM To: user-cs@ibatis.apache.org Subject: RE: Question resultMap Seems it may also be in the spelling of . Should be . Noti

Re: Question resultMap

2006-09-28 Thread Gilles Bayon
If you install schemas in VS.NET as described in the documentation, you will have got intellisense in VS for SqlMap/Dao.config/mapping files and so less typing error -- Cheers, Gilles http://www.amazon.com/gp/registry/6JCP7AORB0LE";>Wish List

Re: Auditing capabilities on top of IBatis

2006-09-28 Thread Gilles Bayon
Yes, you can, here some code from Tom Nguyen presentation DomSqlMapBuilder builder = new DomSqlMapBuilder(); builder.ObjectFactory = new ProxyObjectFactory(); _map = builder.Configure(new System.IO.FileInfo(fileName)); -- Cheers, Gilles http://www.amazon.com/gp/registry/6JCP7AORB0LE";>Wish Lis

RE: Auditing capabilities on top of IBatis

2006-09-28 Thread Rogelio Baucells
Hi Brian,   That was fixed in IBatis sometime ago. It is not part of the last release but you can use it out of SVN. We are using a custom auditing framework on top of it and it is working fine.   Rogelio J. Baucells • Architect • SunGard • Investran • 11098 Biscayne Boulevard, Suite

Auditing capabilities on top of IBatis

2006-09-28 Thread Choi, Brian
Any new information about this topic? I am doing exactly same thing. Instead of custom factory I am using Spring.net. I need to intercept IBatis right after object is returned (make object under Spring control) Brian Choi   RE: Auditing capabilities on top of IBatis Rogelio Baucells M

RE: Question resultMap

2006-09-28 Thread Potter, Christopher
Seems it may also be in the spelling of . Should be . Notice the missing 'l'. Confidentiality Notice: This E-mail message, including any attachments, is for the sole use of intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure

RE: Question resultMap

2006-09-28 Thread Dorin Manoli
Fault is in Try: -Original Message- From: Anthony [mailto:[EMAIL PROTECTED] Sent: Thursday, September 28, 2006 3:22 PM To: user-cs@ibatis.apache.org Subject: Question resultMap Can anyone tell me what I am doing wrong? Here is my following mapping http://ibatis.apache.org/mappi

Question resultMap

2006-09-28 Thread Anthony
Can anyone tell me what I am doing wrong? Here is my following mapping http://ibatis.apache.org/mapping"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> SELECT pid, firstname, lastname,

Question about Inheritance Support

2006-09-28 Thread Anderson Forteleza
Hello ! I'm new to iBatis and I'm trying to setup resultMaps with inheritance support. I've read the Data Mapper Guide v1.5.1 section 3.5.6 but the case studied there is not the same as the case I have here, my case is really simple, I have 2 tables and 2 classes: Person=PersonIDNameAddressStud