hapi-fhir-jpaserver-starter
hapi-fhir-jpaserver-starter copied to clipboard
HAPI FHIR JPA starter issue while using partition
Hi, does anyone know why I get this error when using partitioning in hapifhir-jpa-starter.
I am using below extra configuration, when I set partitioning_include_in_search_hashes as true, I get the error as shown in image
"application-extra.yaml": "
hapi:
fhir:
partitioning:
allow_references_across_partitions: false
partitioning_include_in_search_hashes: true
"
I'm also getting this error. @navin-rai did you find a fix?
@navin-rai is it still an issue with the current latest version (7.0.3)?