Hi all, I am new to mailing lists system and openjpa. I am encountering problem with MappingTool running it from Ant task. The problem is that previously added fields aren't deleted by MappingTool.
I am using this task: <mappingtool action="buildSchema" schemaAction="refresh"> ... </mappingtool> As I've seen in documentation about schema actions, "refresh" means delete everything that doesn't present in generated schema and than add everything else. Can anybody help? Thanks in advance.