RE: Writing Dyamic Query

2007-03-09 Thread Kulbhushan, Singh \(IE10\)
Thanks Jeff, Actually we are using generatorSet="Legacy". We would change that to Java2 generatorSet because we are using java 1.4. Any other way to achieve the same with Legacy generatorSet? Regards Kulbhushan From: Jeff Butler [mailto:[EMAIL PROTECTE

Re: iBATIS in Action

2007-03-09 Thread Clinton Begin
Hi again, If you are looking for a copy of the book, this link is helpful for both price and availability: *http://tinyurl.com/38ko5s* Cheers, Clinton Original link: *http://www3.addall.com/New/compare.cgi?dispCurr=USD&id=7 6475&isbn=1932394826&location=11000&thetime=2007 0309081832&author=&

Re: iBATIS in Action

2007-03-09 Thread Tony Qian
I got a copy from Amazon (about $28) several weeks ago. it took about 5 days. Tony Clinton Begin wrote on 3/9/2007, 11:21 AM: Hi again, If you are looking for a copy of the book, this link is helpful for both price and availability: http://tinyurl.com/38ko5s Cheers, Clinton

Re: iBATIS in Action

2007-03-09 Thread Clinton Begin
Hi Niels, My apologies on behalf of Manning...even though we have no control over this. I know Larry has already sent an email, but I'll start to bother some people too. Clinton On 3/9/07, Niels Beekman <[EMAIL PROTECTED]> wrote: Update: Proxis has automatically cancelled my order, due t

Re: iBATIS in Action

2007-03-09 Thread Joakim Erdfelt
I just ran down to the local Barnes & Noble and picked one up. - Joakim Olivier Ziller GMail Lists wrote: > hello, > > i've just bought "ibatis in action" in pdf format > it tooks me about 5 minutes to get it! > > regards > > Niels Beekman wrote: >> >> Update: >> >> >> >> Proxis has automatical

Re: Problem with several one to many relationships in breadth

2007-03-09 Thread Tim . Hammar
We are in the process of rewriting all of our queries / mappings that used several one to many relationships in breadth. We have a lot of them - guess we have lots of dumb luck :-) because they have been in production for quite some time (under 2.1.7 and earlier - from the time the nested sub

Re: iBATIS in Action

2007-03-09 Thread Olivier Ziller GMail Lists
hello, i've just bought "ibatis in action" in pdf format it tooks me about 5 minutes to get it! regards Niels Beekman wrote: Update: Proxis has automatically cancelled my order, due to lack of shipments from the supplier for almost two months. I'm really disappointed, and hope that one

RE: iBATIS in Action

2007-03-09 Thread Niels Beekman
Update: Proxis has automatically cancelled my order, due to lack of shipments from the supplier for almost two months. I'm really disappointed, and hope that one of the authors can do something about this, or elaborate on the reasons for this delay. Thanks, Niels __

Re: not resolved

2007-03-09 Thread Giovanni Cuccu - CUP2000
ciao Vincenzo, you posted only the stack trace, in order to diagnose the problem we need the ibatis log with the sql executed along with the parameters. here is an example of log4j.properties that enables ibatis sql logging log4j.logger.com.ibatis=DEBUG, file log4j.additivity.com.ibatis=false

not resolved

2007-03-09 Thread v . viggiani
hello, i have a problem in my app my code RUN OK in jdeveloper (10.1.3.1) and throws an exception in production (oc4j version 9.0.4.1, jdk 1.4.2) i write this code: // EsamiIscrSbf esbf = new EsamiIscrSbf(); ... EsamiIscrSbfDAO esbfDAO = ...;