Re: db adapter for xml database

2004-08-09 Thread Thomas Fischer
From what I've seen in the code, Torque relies very heavily on SQL. You would certainly have to change a lot more than the DB adapter, e.g. the BasePeer class, to use torque with a non-SQL database. In my opinion, you can't use the database capabilities of Torque with a non-sql-database. (You

BasePeer.MapBuilder: ClassNotFoundException under Tomcat 5.0

2004-08-09 Thread Rankin Johnson
Using Torque 3.1 I've generated the om sql, and can connect from the ant script to a remote Interbase server. However when I try to create a simple jsp to insert a row, I get the above error. The classes are in the correct location, as far as I can see. (I've modified the code below slightly