yes, most likely your ID_TABLE didn't get populated correctly (at least that's the problem with mysql). I end up manually running the inserts, mostly because I've been too lazy to figure out why it doesn't work. Ok, that having been said, what are the errors?
> -----Original Message----- > From: Michael Teter [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 29, 2003 9:12 PM > To: Turbine Users List > Subject: Solved: Newbie TDK problem/question > > > In traditional newbie form, I discovered my mistake immediately > after I sent > the question. > > I had a typo in the properties where I referred to "pgsql" instead of > "postgresql" as I had elsewhere. > > I do have one followup question though: > Should I be concerned by various errors during the SQL activities of $ ant > init ? > > Thanks, > MT > > --- Michael Teter <[EMAIL PROTECTED]> wrote: > > Howdy. I hope this is the correct list to be asking this question on. > > > > I have followed this howto: > > http://jakarta.apache.org/turbine/tdk/tdk-howto.html > > > > I'm using PostgreSQL database, and I set the following values in my > > $TDK_HOME/webapps/newapp/WEB-INF/build/build.properties file: > > > > database = postgresql > > databaseDriver = org.postgresql.Driver > > databaseUrl = jdbc:pgsql://localhost/newapp > > databaseUser = postgres > > databasePassword = something > > databaseHost = localhost > > > > torque.database.name = newapp > > torque.database.manualCreation = false > > torque.database.driver = org.postgresql.Driver > > torque.database.createUrl = jdbc:postgresql://localhost/newapp > > torque.database.buildUrl = jdbc:postgresql://localhost/newapp > > torque.database.user = postgres > > torque.database.password = something > > [snip] > > > __________________________________ > Do you Yahoo!? > Yahoo! Calendar - Free online calendar with sync to Outlook(TM). > http://calendar.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
