Re: Is it possible to create 1:N + 1:M object.

2007-03-18 Thread Daigo Kobayashi
Thank you for replying. I'll wait for iBatis team fix this. Not possible now. See this: http://issues.apache.org/jira/browse/IBATIS-396 Jeff Butler On 3/15/07, *Daigo Kobayashi* <[EMAIL PROTECTED] > wrote: Hi, Is it possible to create 1:N + 1:M o

RE: Lazy loading issues

2007-03-18 Thread MCCORMICK, Paul
I'll give you some of the sudo code that I used to overcome lazy loading of 1 to 1 relationships. I had to write extra code to allow lazy loaded objects to be serializable and cloneable. The code has nothing to do with lazy loading of lists. All objects loaded from the database implement the IB

Re: iBATIS in Action errata

2007-03-18 Thread Larry Meadors
Heh, I was reading over it this weekend, and saw a good one on pages 149-150. It just sort of stops in the middle of a sentence and resumes on the next page with the next paragraph. Larry On 3/18/07, Clinton Begin <[EMAIL PROTECTED]> wrote: Chalk that up to editing! Whooho! Just kidding. Kar

Re: iBATIS in Action errata

2007-03-18 Thread Clinton Begin
Chalk that up to editing! Whooho! Just kidding. Karma will get me for that. ;-) I'll ask Manning about a section for that and post it back here. Cheers, Clinton On 3/18/07, Ted Schrader <[EMAIL PROTECTED]> wrote: Yeah, a few things; mostly minor typos in explanations and references to wro

Re: iBATIS in Action errata

2007-03-18 Thread Ted Schrader
Yeah, a few things; mostly minor typos in explanations and references to wrong section numbers. I haven't found anything wrong with the code, but I'm only up to chapter 5. Ted On 16/03/07, Larry Meadors <[EMAIL PROTECTED]> wrote: Not that I am aware of...not yet anyway. Did you find something

Re: ibatis, XML and special characters

2007-03-18 Thread j-lists
I would guess that this is a database encoding problem, have you confirmed that the ">"s are causing a problem or just the non-ascii characters? If the driver is getting generating invalid UTF16 for Java (internally) that might be causing the failure... unfortunately this is a real pain to debug a