Torque Maven-Plugin: datadump ClassNotFoundException

2004-06-18 Thread sean chen
Hi they, In my application, I use Torque's Maven-Plugin to do those database work. So far it works well. But when I try to dump data from database into xml files by using the goal torque:datadump, I got the following error: [torque-data-dump] Torque - TorqueDataDump starting [torque-

Torque Maven-Plugin: datadump ClassNotFoundException

2004-06-18 Thread sean chen
Hi they, In my application, I use Torque's Maven-Plugin to do those database work. So far it works well. But when I try to dump data from database into xml files by using the goal torque:datadump, I got the following error: [torque-data-dump] Torque - TorqueDataDump starting [torque-

database generation with ojb1.1rc7

2004-06-18 Thread salgado.pc
Greetings, I am using torque 3.0.2 that came with ojb1.1rc7 to generate my model database and I am getting the following error: " build-torque.xml:214: Exception thrown by 'properties.load'. For more information consult the velocity log, or invoke ant with the -debug flag. " (the error is the

RE: How to dynamically add new database to Torque

2004-06-18 Thread M Flood
Jeremy, et al: Did you ever figure out a workable solution to this? I am trying to solve precisely the same problem. Many thanks in advance -- Mark Flood Content-Type: text/plain; charset="iso-8859-1" Subject: How to dynamically add new database to Torque Date: Fri, 28 Nov 2003 10:41:58

Re: AW: Torque & Swing

2004-06-18 Thread T E Schmitz
Hello Guillaume and Gerhard, Gerhard Otte wrote: From your question i think yor are looking for something like those data bound controls in the Windows/Visual Basic/etc. world, where every keystroke is reflected from the control to a table column in the database. One thing i learned from using torq

RE: Date vs timestamp with Oracle

2004-06-18 Thread Raphael . X . Mankin%GSK%SB
Thank you. I already have a patched village*.jar that enables me to store and retrieve timestamps without truncation. However AFAICT it also does not truncate dates, which is not in accordance with ANSI. I believe that we still need a change to the templates or libraries so that timetamps are st

AW: Torque & Swing

2004-06-18 Thread Gerhard Otte
Hello Guillaume, I've been working now with torque for about half a year; never heard of it before and I'm still learning. It's a great tool for the database layer and you can solve any problem that comes up in a more or less comfortable way (in the end you can use of course SQL too, f.e. outer jo