|
From: Vance K. <va...@us...> - 2007-02-12 02:37:32
|
User: vancek
Date: 07/02/11 18:37:31
Modified: andromda-ejb3/src/site/fml faq.fml
Log:
add schema creation failure faq
Revision Changes Path
1.7 +13 -0 cartridges/andromda-ejb3/src/site/fml/faq.fml
Index: faq.fml
===================================================================
RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/site/fml/faq.fml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -w -r1.6 -r1.7
--- faq.fml 12 Feb 2007 02:13:16 -0000 1.6
+++ faq.fml 12 Feb 2007 02:37:31 -0000 1.7
@@ -123,5 +123,18 @@
</p>
</answer>
</faq>
+ <faq id="Cannot_create_schema_with_andromdapp_schema">
+ <question>Problems creating schema using "mvn -e -f core/pom.xml andromdapp:schema -Dtasks=create"</question>
+ <answer>
+ <p>
+ Once you deploy your ear package to the application server, all necessary schemas will be created
+ for you based on the <b>hibernate.hbm2ddl.auto</b> property in your application's <i>persistence.xml</i>
+ configuration.
+ </p>
+ <p>
+ Have a look at <a href="http://galaxy.andromda.org/forum/viewtopic.php?t=3083">forum reference</a>.
+ </p>
+ </answer>
+ </faq>
</part>
</faqs>
|