Hi, how do I change an entity definition? Lets say I have an entity Pizza with fields: name, price and taste. Now I want to change my entity such that it still is called Pizza but the fields are now: smell, tag and xyz. How do I delete the existing definition and insert the new one? It does not have to happen at runtime.
I've tried changing the entity definition (entitymodel.xml), but when I start up ofbiz the entity has not changed (at least according to the webtools' entitymanager). -- AH PS. Is there any good search function for the mailinglist? I am sure someone must have asked a similar question before but I was not able to find it.
