RE: SQLException in Tutorial Runtime

2004-01-05 Thread Göschl,Siegfried
What is your current state of it?! Cheers, Siegfried Goeschl -Original Message- From: Rob Pratt [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 31, 2003 12:08 AM To: Apache Torque Users List Subject: Re: SQLException in Tutorial Runtime Hello. On Tuesday, December 30, 2003, at

AW: Problem with CLOB retreival

2004-01-05 Thread Sperlich, Tino
Hi Bill, sorry to also bother you for the attachment; would you mind sending me the adjusted village.jar as well? Thank you, Tino Sperlich -Ursprüngliche Nachricht- Von: Bill Leng [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 17. Dezember 2003 17:00 An: Apache Torque Users List

Torque with more dynamic DB connections...

2004-01-05 Thread Rob Gordon
I have been following thread regarding using a TorqueInstance with multiple databases, etc. I have a similar wish and a proposed solution, if I can get the eyes/ears of a developer. I want to be able to use the same tables (ie Peers) across multiple databases. It just so happens, for a data

Central Schema Repository

2004-01-05 Thread Scot Hale
(I was going to try and send this email to db-general, but the subscribe email kept bouncing back.) I am looking for a user/security database schema. Do you think it would be a good idea to house example schemas for security models and user models within DB-Commons, or Torque, or some other

Re: Torque with more dynamic DB connections...

2004-01-05 Thread Rob Gordon
I see upon further investigation that the MapBuilder classes would have to be touched also. The table-nameMapBuilder class does a call to Torque.getDatabaseMap(hard-coded-database-name) in the doBuild method. This is called by the BasePeer. Somehow, the database name has to be passed down to the

Re: Torque with more dynamic DB connections...

2004-01-05 Thread Rob Gordon
Will do...as you can imagine, things are not quite always like they appear. As I look at it, the change touches more and more code. Not absolutely foreboding, but bigger than expected. As always. You say, In the absence of any strong objections... Would that mean existing committers/developers

RE: SQLException in Tutorial Runtime

2004-01-05 Thread Rob Pratt
Hello. What is your current state of it?! Thanks for asking! The problem turned out to be some weird confusion between two Java VMs that I don't completely understand. I've learned that, for some reason, Plesk Server Administrator uses a couple of different Java VMs. When I removed one and just

Re: Torque with more dynamic DB connections...

2004-01-05 Thread Scott Eade
Rob Gordon wrote: Will do...as you can imagine, things are not quite always like they appear. As I look at it, the change touches more and more code. Not absolutely foreboding, but bigger than expected. As always. This is where feedback from someone with more experience than I would be of

Re: UNABLE TO CONFIGURE TORQUE AS A STANDALONE

2004-01-05 Thread suneel gupta
--- suneel gupta [EMAIL PROTECTED] wrote: HELLO EVERYBODY I WANT TO CONFIGURE TORQUE OUTSIDE TURBINE BUT IT CREATES SOME PROBLEM. FIRSTLY I HAVE DOWNLOAD THE torque-3.1-src.tar AND ALSO JAR FILES FROM THE TORQUE SITES. AFTER READING TO HOW TO CONFIGURE TORQUE I HAVE EDIT