Problems Adding and Keeping Content
Posted: Mon Feb 18, 2013 12:24 am
by radha
Hey All,
After running the build-app target, it seems my content management changes go away. Why is that?
Thanks!
Radha
Re: Problems Adding and Keeping Content
Posted: Mon Feb 18, 2013 1:20 am
by phillipuniverse
Are you referring to the database? The default properties files (specifically, development.properties in site) has the hibernate ddl set to 'create-drop'. This means that your database will be dropped when you shutdown and all of your import scripts will be re-imported on startup.
Re: Problems Adding and Keeping Content
Posted: Mon Feb 18, 2013 7:24 am
by radha
That helps!
After I read your response, I saw that the Broadleaf folks have that information documented here as well:
http://docs.broadleafcommerce.org/2.2/D ... ation.htmlThank you, Phillip!