Integrating Causeway in Spring Boot 3.2.6 with Postgresql: An exception occurred while calling convertToEntityAttribute
We have an existing REST API project in Spring Boot 3.2.6, Java 21, with JPA entities and Spring Data. The database is Postgresql 16.2.
The goal was to integrate Causeway in there to manage some “admin” entities with it.