From: "Kevin Clark" <[EMAIL PROTECTED]> > I've got the following line in my turbine-schema.xml: > > <column name="BODY" type="TEXT"/>
Try validating your schema against the dtd, I think you will find that TEXT is not a supported value. > Also, I've put a couple of my own tables in turbine-schema.xml because > one of the fields is a foreign key which references TURBINE_USER. When I > put my tables in [appname]-schema.xml, the build failed because it > couldn't find the TURBINE_USER table. Am I handling this correctly, or > am I missing something? Refer to the Extend-User-Howto. As just mentioned in another post I have a hack to fix the problem highlighted at the bottom of the howto that I can post if you are interested. > Thanks, > > -Kevin HTH, Scott -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
