Re: [appfuse-user] Recreating database schema + Using HSQLDB

2007-01-26 Thread Isaac Sullivan
Hmmmstrange. 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 i

Re: [appfuse-user] Recreating database schema + Using HSQLDB

2007-01-25 Thread Matt Raible
I tried adding true 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 S

Re: [appfuse-user] Recreating database schema + Using HSQLDB

2007-01-23 Thread Isaac Sullivan
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

Re: [appfuse-user] Recreating database schema + Using HSQLDB

2007-01-23 Thread Matt Raible
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 On 1/23/07, Isaac Sullivan <[EMAIL PROTECTED]> wrot

Re: [appfuse-user] Recreating database schema + Using HSQLDB

2007-01-23 Thread Isaac Sullivan
The true tag should be applicable to all database applications, not just HSQLDB (in theory, I am yet to try it with anything else. I may get around to testing it against MySQL). But placing the org.dbunit.ext.hsqldb.HsqldbDataTypeFactory tag in the root POM would be ideal. Isaac Matt Raible-3 w

Re: [appfuse-user] Recreating database schema + Using HSQLDB

2007-01-23 Thread Matt Raible
We have a profile for hsqldb in the root pom.xml of AppFuse - but I haven't gotten it to work. I wonder if both of these configuration settings can be added to that - w/o redefining everything in the plugins. Matt On 1/23/07, Isaac Sullivan <[EMAIL PROTECTED]> wrote: Forgot to mention that thi

Re: [appfuse-user] Recreating database schema + Using HSQLDB

2007-01-23 Thread Isaac Sullivan
Forgot to mention that this is for AppFuse 2! Isaac Sullivan wrote: > > Hi all, I thought I would just post a solution for a couple of problems I > had while using AppFuse. > > Firstly this solution is for all those users wanting to recreate the > database schema each time they run test-compil

[appfuse-user] Recreating database schema + Using HSQLDB

2007-01-23 Thread Isaac Sullivan
Hi all, I thought I would just post a solution for a couple of problems I had while using AppFuse. Firstly this solution is for all those users wanting to recreate the database schema each time they run test-compile over the AppFuse project. Placing a true tag in the POM file at the following pos