Skip to content

Hibernate Default schema is not detecting #265

Open
@suraj-mane-zellis

Description

@suraj-mane-zellis

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions