robertpic71
robertpic71
THX. My dirty work-a-round: ``` DateColumn leZugriff = new DateColumn() { @Override public Date getValue(MitarbeiterDTO object) { return (object.getLeZugriff()); } leZugriff.setDataView(maTable.getView()); // Problem in 2.6.0/1 .... maTable.addColumn("Le.Verwendung", leZugriff); ``` I...
Same here - after about 2-3 month. [2024-06-17 05:47:56] [crit] Caused by: org.h2.message.DbException: Allgemeiner Fehler: "org.h2.mvstore.MVStoreException: Invalid chunk id 0 [2.2.224/6]" [2024-06-17 05:47:56] [crit] General error: "org.h2.mvstore.MVStoreException: Invalid chunk id...
In my experience, this isn't just due to the zoom, but also to the Java version being used. It runs smoothly with version 1.8. Alternatively, use the following option at...