One more startup fix

This commit is contained in:
James Agnew 2019-11-02 23:17:02 -04:00
parent 49b8083e15
commit b8837e810d
1 changed files with 1 additions and 1 deletions

View File

@ -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;