yongsoo.kim

Results 5 comments of yongsoo.kim

@blafond here : https://github.com/KimDev88/bdpick-api/blob/main/src/main/java/com/bdpick/domain/entity/shop/Shop.java

@DavideD Yes... It's same. implementation 'org.hibernate.orm:hibernate-core:6.4.0.Final' implementation 'org.hibernate.reactive:hibernate-reactive-core:2.2.0.Final' implementation 'io.vertx:vertx-mysql-client:4.5.0' ```java Caused by: org.hibernate.HibernateException: java.util.concurrent.CompletionException: java.lang.NullPointerException: Cannot invoke "org.hibernate.sql.results.graph.DomainResult.createResultAssembler(org.hibernate.sql.results.graph.FetchParentAccess, org.hibernate.sql.results.graph.AssemblerCreationState)" because the return value of "java.util.List.get(int)" is null at org.hibernate.reactive.session.impl.ReactiveExceptionConverter.convert(ReactiveExceptionConverter.java:28)...

@DavideD But it doesn't work when I change to the previous version. I'll test it in more detail and talk to you again.

I tested example source

org.hibernate.reactive.pool.impl.DefaultSqlClientPoolConfiguration oraclePath method return empty string oracleHost method throw exception plese check this method.. build. gradle ``` dependencies { implementation project(':hibernate-reactive-core') // Hibernate Validator (optional) implementation 'org.hibernate.validator:hibernate-validator:7.0.2.Final' runtimeOnly 'org.glassfish:jakarta.el:3.0.3' //...