Derek > Hi. I'm having trouble getting 2.2. up and running -- on ant init, I get a > "BUILD SUCCESSFUL", but when I scroll up, I see that some SQL is failing... > the problem it seems is that turbine is trying to generate a table called > 'default' which mysql does not like at all. (reserved word?) Any suggestions > for overcoming this?
Make sure that the name property of the <database> element is set in all the schema files in your project, especially id-table-schema.xml. Hope that helps. Eric -- Eric Emminger [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:turbine-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:turbine-user-help@;jakarta.apache.org>
