I maintain an open source Java Swing application with 4 (ObjectDB) classes within 1 package.
I renamed the package. And now I get a Ambiguous entity name PersistenceException error with reference to both the entity names (old and new)
I now have 8 entities in de Explorer (4 old and 4 new). The new ones are empty.
I tried to use schema update method:
>
name="nl.old.oldie.db" new-name="nl.new.newby.db" />
name="Class1" />
name="Class2" />
name="Class3" />
name="Class4" />
>
But it does nothing and the problem still occurs and stays the same.
Is there another way to rename the entities in de odb?