Hi,
Initially the minPoolSize was 5 and then i reduced to 3 .After the modification I got an error
“org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction; nested exception is org.hibernate.HibernateException: SessionFactory configured for multi-tenancy, but no tenant identifier specified”
I am not able to understand how minpool size can impact this.
Need Help.
P.S : I am beginner and need help from community . I didnt find related article in google.
Of course, it’s not related. Just debug it and check if the tenant identifier is properly set.
Most likely it’s a Spring configuration issue.