the CRUD sample is similar to the other samples in that respect (at least the ones that use any kind of persistence): you will have to create the tables before you can actually start using the application
the samples itself can help you with that: after you have built the sample you can execute maven -o create-schema which will create the schema for you (but only if your database is online and the URL etc.. is configured, by default it uses the standard HSQLDB as found in a running JBoss instance) similarly you can type maven -o drop-schema to destroy the schema anyway, you can find the generated SQL in /samples/crud/core/target/ after you have built it -- Wouter Zoons - [EMAIL PROTECTED] http://www.andromda.org/ _________________________________________________________ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=329#329 Posting to http://forum.andromda.org/ is preferred over posting to the mailing list! ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ Andromda-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-user
