What are the basic steps to getting appfuse 2 to work with hsqldb ?
1. I ran the maven command to create the archetype
2. I made hsqldb the default profile by adding a activation tag:
<profile>
<id>hsqldb</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
.
.
.
.
3.Do i need to download hsqldb myself or does maven download it? and do I
have to start it manually and create a schema ?
--
View this message in context:
http://www.nabble.com/Using-hsqldb-with-Appfuse-2-tp14434070s2369p14434070.html
Sent from the AppFuse - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]