Stream: hapi
Topic: jpa starter project error
Gaurav Vaishnav (Feb 17 2022 at 12:59):
hi ,
i am trying to build hapi jpaserver starter project-5.6.0 (https://github.com/hapifhir/hapi-fhir-jpaserver-starter/archive/refs/tags/helm-v0.7.0.zip) but getting this error
" .\hapi-fhir-jpaserver-starter-helm-v0.7.0\src\main\java\ca\uhn\fhir\jpa\starter\FhirServerConfigR4.java:[98,36]
error: incompatible types: String cannot be converted to PartitionSettings "
even though, i didn't make any change in the code, just downloaded the zip from the git (also build the project after deleting the .m2 repository) . can any one help me with this
thank you
Jens Villadsen (Feb 17 2022 at 15:28):
Please add the issue here: https://github.com/hapifhir/hapi-fhir-jpaserver-starter/issues
Jens Villadsen (Feb 17 2022 at 15:36):
@Gaurav Vaishnav - you've downloaded the release artifact the regards helmcharts. May I suggest you just clone the repo and start from there?
Gaurav Vaishnav (Feb 18 2022 at 08:12):
Jens Villadsen said:
Gaurav Vaishnav - you've downloaded the release artifact the regards helmcharts. May I suggest you just clone the repo and start from there?
thank you @Jens Villadsen it worked
Last updated: Apr 12 2022 at 19:14 UTC