Re: Runtime error

2003-12-30 Thread Sonu Vijay
i guess posting ur property files would help people to understand what's going on. At what point do u get this error message ? --- Hassan Abolhassani <[EMAIL PROTECTED]> wrote: > Hi, > > I have a db schema with all tables using > defaultIdMethod="native" > definition. However when I run the appl

Re: SQLException in Tutorial Runtime

2003-12-30 Thread Rob Pratt
Hello. On Tuesday, December 30, 2003, at 12:01 AM, Göschl,Siegfried wrote: Hi Rob, I never went through the tuturial (well, many many moons ago) but it seems that something in your database configuration is missing, e.g. your database adapter setting. SNIPPET

Runtime error

2003-12-30 Thread Hassan Abolhassani
Hi, I have a db schema with all tables using defaultIdMethod="native" definition. However when I run the application I get following message and execution is halted: [WARN] IDBroker - -IDBroker is being used with db 'M3C', which does not support transactions. IDBroker attempts to use transactions

RE: SQLException in Tutorial Runtime

2003-12-30 Thread "Göschl,Siegfried"
Hi Rob, I never went through the tuturial (well, many many moons ago) but it seems that something in your database configuration is missing, e.g. your database adapter setting. >>> SNIPPET >>< torque.database.default=WEBSHOP torq