Marcin Kwapisz

Results 7 comments of Marcin Kwapisz

Thanks for the reply. EntityManagerProvider is a very convenient way to get connection regardless JPA implementation used. I changed ConnectionHolder to `private ConnectionHolder connectionHolder = () -> ((SessionImpl) em.unwrap(Session.class)).connection();` which...

I just copied two files to my project EntityManagerProvider and PropertyResolutionUtil, added prefix Jakarta to their names, replaced javax with jakarta and everything works.

OMG, I forgot about this problem. And it hits me once again. When I import data to a database I can see: `connection=org.dbunit.database.DatabaseConnection[schema=null, connection=org.postgresql.jdbc.PgConnection@5bf523e3, super=_databaseConfig=org.dbunit.database.DatabaseConfig[, _propertyMap={http://www.dbunit.org/features/qualifiedTableNames=false, http://www.dbunit.org/properties/tableType=[Ljava.lang.String;@273293c8, http://www.dbunit.org/properties/batchSize=100, http://www.dbunit.org/properties/statementFactory=org.dbunit.database.statement.PreparedStatementFactory@8d29719, http://www.dbunit.org/features/batchedStatements=false,...

Hi @shub8968 The attached application cannot be deployed to Payara Server because of mentioned above message. When you change bean-discovery-mode to all everything works perfectly. There is a small JUnit...

Yesterday I checked Hibernate 6 and it is not working with simple javax->jakarta refactoring. Something has changed and ((SessionImpl) em.unwrap(Session.class)).connection() is not working any more. Unfortunately I have no time...

@mvdw yes, the properties panel is not visible. You cannot edit them. This is how it looks on Windows. ![2023-04-27 121951 Modelio](https://user-images.githubusercontent.com/24523507/234834611-cc4d22f1-c3d6-49cd-ab2c-f46693fc5a31.png)

[root@localhost ~]# dnf list installed | grep webkit2gtk3 webkit2gtk3.x86_64 2.38.5-1.el9 @appstream webkit2gtk3-jsc.x86_64 2.38.4-1.el9 @appstream webkit2gtk3-jsc.x86_64 2.38.5-1.el9 @appstream