Closed marl0rd closed 7 years ago
Database initialization is been working in the App constructor and not in the Preloader service thread "ProjectLoaderService", this is causing the Preloader window is blocked.
This is due to the extraction of the singleton: databaseIdentifier = new DatabaseIdentifier(JpaUtil.getGlobalEntityManager()); In the App constructor.
Moving the first call of JPAUtil to the preloader.
Database initialization is been working in the App constructor and not in the Preloader service thread "ProjectLoaderService", this is causing the Preloader window is blocked.