Re: Using discriminator with an interface

2007-09-04 Thread Ilya Boyandin
al Message- From: Ilya Boyandin [mailto:[EMAIL PROTECTED] Sent: Monday, 3 September 2007 4:39 PM To: user-java@ibatis.apache.org Subject: Using discriminator with an interface Hello all, is that possible to use discriminator with an interface without setters? I have something like

RE: Using discriminator with an interface

2007-09-03 Thread MCCORMICK, Paul
Subject: Using discriminator with an interface Hello all, is that possible to use discriminator with an interface without setters? I have something like this in my mappings: ... ... ... And I always get this RuntimeException: "resultMap Somet

Using discriminator with an interface

2007-09-03 Thread Ilya Boyandin
Hello all, is that possible to use discriminator with an interface without setters? I have something like this in my mappings: ... ... ... And I always get this RuntimeException: "resultMap Something.somethingResult must have at least one result ma