1) In the how-to, an entry is added to yourapp-schema.xml for the table "TURBINE_USER" for purposes of using the TURBINE_USER_ID as a foreign key in one's own tables. It mentions in the doc that this entry WILL NOT create a new table. Does it still create an entry in the sql script for creating the table?
2) When I try to init my app, I get an error when Turbine attempts to resolve the attribute alias in the table definition mentioned above. database.dtd which is used to resolve the document DEFINITELY defines this attribute so why what might cause this error? I got the exact same type of error when I tried to explicitly define foreign-key constraint names. If I do not specify the dtd file, the build does not error, but it completely ignores the existence of these attributes. help appreciated as always... -b -- To unsubscribe, e-mail: <mailto:turbine-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:turbine-user-help@;jakarta.apache.org>
