So part of the problem I was having was the url to database.dtd was actually an old one (java.apache.org/turbine/dtd/database.dtd) which is now apparently a redirect. Turbine didnt like the redirect, so now I'm using a local copy for the time being. This solves the problem of "alias" not being recognized as a valid attribute to the "table" element.
Now in the how-to it mentions how the "TURBINE_USER" that is defined in project-schema.xml should not create a table. Does anyone know how this is supposed to happen? It eludes to the fact that setting the alias attribute has something to do with this, but how escapes me. At any rate, unless I set the skipSql attribute to true, it generates code in project-schema.sql to drop and re-create the table. This of course drops the table created by turbine-schema.sql. In addition, the init-id-table script also attempts to insert a second entry for TURBINE_USER. This problem has been posted to the list before but I was unable to find a solution to the problem in the archives. Anyone want to hazard a suggestion? thanks -b -- To unsubscribe, e-mail: <mailto:turbine-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:turbine-user-help@;jakarta.apache.org>
