Open
Description
Version - 2.0.2 and 2.0.0
I have included jar of every module of olingo-jpa-processor-v4 into our application. In this Case hibernate default schema is not detecting . hence Queries are not working . Below is the JPA property not detected when we include all modules as jars .
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))
spring.jpa.properties.hibernate.default_schema= ${DATABASE_SCHEMA:tx}
But we include our application as Module into olingo-jpa-processor-v4 then it working perfectly fine . Can you please suggest us why this is happening?