Adam Raszkiewicz

Results 17 comments of Adam Raszkiewicz

Also you can add spinner to the HTML template ``` #floatingCirclesG { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 51px; height: 51px; margin: auto; transform: scale(0.6);...

+1 for MySQL support

+1 Same problem. Hibernate Search 5.7.x complains when search is performed. Switching to 5.8.x - not able to start that project.

I have it like `?autoReconnect=true&characterEncoding=UTF-8&verifyServerCertificate=false&useSSL=false&requireSSL=false` It works fine for 5.7.x when creating indexes but then it complains when does the search. I have found that 5.7.x is not compatible with...

@kurtisvg OK, it looks like `Guava` is used by `com.google.cloud.sql:mysql-socket-factory:jar` so IMO it should be embed into that dependency OP updated with more data based on the bug template.

@kurtisvg OK, here is the app stack trace cause by the error mentioned above ``` com.tada.macommons.db.dao.jpa.JPATransactionException: No EntityManagerFactory exists for datasource 'defaultDatasource'. at com.tada.macommons.db.dao.jpa.JPATransaction.createEntityManager(JPATransaction.java:67) at com.tada.macommons.db.dao.jpa.JPATransaction.createEntityManager(JPATransaction.java:41) at com.tada.macommons.db.dao.jpa.JpaDao.getEntityManager(JpaDao.java:68) at com.tada.macommons.db.dao.jpa.JpaDao.findAll(JpaDao.java:264)...

It is stacktrace from the app. I have debugged what causes it in the `createEntityManager` and it was that error mentioned in the OP ![image](https://user-images.githubusercontent.com/22371077/171272463-28720631-52fc-4abe-bc14-1067fd0e677c.png)

Unfortunately the app doesn't produce stacktrace in the cataline.out for that error. What I can see when debugging the app is `javax.persistence.PersistenceException: Unable to build entity manager factory` when the...

Same issue + table tags are not recognized