...and I'm the winner taa daaaaa :D It took one night with Eclipse all the time in the debug perspective, (and I looked and felt like a zombie at work today morning :)) but finally got it!!!
If you're trying to use PostgreSQL and got stuck in the same place I did (everything generates and compiles - problems with running) the clue is... the Torque.properties are supossed to look somewhat like that: log4j.rootCategory = ERROR, default log4j.appender.default = org.apache.log4j.FileAppender log4j.appender.default.file = ./torque.log log4j.appender.default.layout = org.apache.log4j.SimpleLayout torque.database.bookstore.adapter=postgresql torque.dsfactory.bookstore.factory= org.apache.torque.dsfactory.SharedPoolDataSourceFactory torque.dsfactory.bookstore.connection.driver = org.postgresql.Driver torque.dsfactory.bookstore.connection.url = jdbc:postgresql://127.0.0.1/bookstore torque.dsfactory.bookstore.connection.user = DBUser torque.dsfactory.bookstore.connection.password = passwd BTW - Make sure the DBUser has been defined and is privileged to create databases in your system. Cheers Chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
