Christian,
Your statement is either untrue or incomplete, as in entityengine.xml in
folder framework/entity/config shows the following for MySQL:
<datasource name="localmysql"
helper-class="org.ofbiz.entity.datasource.GenericHelperDAO"
field-type-name="mysql"
check-on-start="true"
add-missing-on-start="true"
As it is for derby as the rdbms.
Pierre
2012/5/22 Christian Geisert <[email protected]>
> Pierre Smits schrieb:
> > Pankaj,
> >
> > As opposed to having the rdbms on derby, where changes to the entity
> model
> > in OFBiz are effected immediately in the rdbms when you do a
> > rebuild/redeploy, this is not happening in rdbms' like MySQL and
> PostgreSQL.
> >
> > There you have to make sure that the changes in the entity model are
> > created with their respective admin tooling beforehand.
>
> Wrong, it's not a question of the databse but settings in
> entityengine.xml (like check-on-start="true" add-missing-on-start="true")
>
> Christian
>
>