you'll need to put that driver in your jboss server, take a look at the property that is referencing it (in <project>/project.properties)
dataSource.driver.jar=${env.JBOSS_HOME}/server/default/lib/hsqldb.jar dataSource.driver.class=org.hsqldb.jdbcDriver dataSource.url=jdbc:hsqldb:hsql://127.0.0.1:1701 dataSource.user=sa dataSource.password= dataSource.sql.init=core/target/schema-create.sql dataSource.sql.drop=core/target/schema-drop.sql dataSource.sql.load=core/target/db/create-dummy-load.sql these ones you'll need to update, notice how the dirver is not located in the maven repo -- Wouter Zoons - [EMAIL PROTECTED] http://www.andromda.org/ _________________________________________________________ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2206#2206 Posting to http://forum.andromda.org/ is preferred over posting to the mailing list! ------------------------------------------------------- This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual core and dual graphics technology at this free one hour event hosted by HP, AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar _______________________________________________ Andromda-user mailing list Andromda-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/andromda-user