Hmmm....strange. If I add it to the POM of a newly created project from one of the archetypes, it seems to work fine for me (initially this only works for MySQL, I have to do a lot of re-jigging to get it to work for HSQLDB). One thing to note is that I load the project into NetBeans and run the integration-test, and it seems to work fine. It may be a problem when running it from a command prompt. I will give it a go from the command prompt and see what happens.
Isaac Matt Raible-3 wrote: > > I tried adding <drop>true</drop> to an AppFuse application I'm working > on. For some reason, it causes the tests to fail (apparently because > dbunit doesn't load properly). I'd like to add it so the database is > dropped and recreated each time, but it doesn't seem to work as > expected. > > Matt > > On 1/23/07, Isaac Sullivan <[EMAIL PROTECTED]> wrote: >> >> Yes that's right. >> I haven't been able to get HSQL to work 'out of the box' as yet, although >> I >> haven't given up just yet. >> >> Isaac >> >> >> Matt Raible-3 wrote: >> > >> > Can you enter an issue for this in JIRA? >> > >> > http://issues.appfuse.org/browse/APF >> > >> > I'm assuming you'd like instructions for running your project with >> > HSQL, rather than having the AppFuse project itself work >> > out-of-the-box with HSQL. Correct? >> > >> > Matt >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/Recreating-database-schema-%2B-Using-HSQLDB-tf3078166s2369.html#a8554464 >> Sent from the AppFuse - User mailing list archive at Nabble.com. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > -- > http://raibledesigns.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Recreating-database-schema-%2B-Using-HSQLDB-tf3078166s2369.html#a8647493 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
