Antwort: AW: Antwort: blocking calls, query timeout

2004-09-09 Thread arne . siegel
Hi Tino, good question . . . One would like to be able to override the createQueryString method of the XxxPeer class, but - alas! - it is a static method :-( The only solution I see is implement some additional methods in your XxxPeer class that do everything that's already in the BaseXxxPeer

AW: Antwort: blocking calls, query timeout

2004-09-08 Thread Sperlich, Tino
Hi Arne, thanks for your replies. The nowait option really seems to be doing what is required: return if the row is blocked by smbd. else. excuse me if I keep asking, but how would I code that with Torque? Do I have to create a custom query or even raw sql? that would be the very last choice

AW: Antwort: blocking calls, query timeout

2004-09-07 Thread Sperlich, Tino
Hi Arne, how, or better where do I specify that with torque? in torque.properties? Gruesse, Tino -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 7. September 2004 10:37 An: Apache Torque Users List Betreff: Antwort: blocking calls, query

Antwort: AW: Antwort: blocking calls, query timeout

2004-09-07 Thread arne . siegel
Hi Tino, I've noticed too late that the method setWaitOption has been deprecated in newer versions of the jdbc driver, so better don't try to use it... Gruss Arne Hi Arne, how, or better where do I specify that with torque? in torque.properties? Gruesse, Tino -Ursprngliche