mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-09 14:33:32 +00:00
One more startup fix
This commit is contained in:
parent
49b8083e15
commit
b8837e810d
@ -72,7 +72,7 @@ public class SearchParamExtractorR4 extends BaseSearchParamExtractor implements
|
||||
public void initFhirPath() {
|
||||
if (myValidationSupport == null) {
|
||||
IValidationSupport support = myApplicationContext.getBean(IValidationSupport.class);
|
||||
IWorkerContext worker = new HapiWorkerContext(getContext(), myValidationSupport);
|
||||
IWorkerContext worker = new HapiWorkerContext(getContext(), support);
|
||||
myFhirPathEngine = new FHIRPathEngine(worker);
|
||||
myFhirPathEngine.setHostServices(new SearchParamExtractorR4HostServices());
|
||||
myValidationSupport = support;
|
||||
|
Loading…
x
Reference in New Issue
Block a user