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…
Reference in New Issue