In 4.1.RC2, how to contribute/replace PKGenerator

2020-01-27 Thread Juan Manuel Diaz Lara
My DB is postgres, how can I contribute/replace de PostgresPkGenerator with my own implementation to genera UUID's as PK's: public class PcExpressPosUUIDPkGenerator extends PostgresPkGenerator {     public PcExpressPosUUIDPkGenerator(@Inject PostgresAdapter adapter) {         super(adapter);     }

Fail migrating project from 4.0.B2 to 4.1.RC2

2020-01-27 Thread Juan Manuel Diaz Lara
I opened my project with Cayenne Modeler, and accept all. It fails to migrate correctly inter-datamap references... referecens in same datamap are ok. The skeleton for the inter-datamap relationships are shown with empty targets and details. Thanks for your great tool. Atte. Juan Manuel Díaz L