aboutsummaryrefslogtreecommitdiffstats
path: root/charts/aai-data-router/resources/dynamic
diff options
context:
space:
mode:
Diffstat (limited to 'charts/aai-data-router/resources/dynamic')
-rw-r--r--charts/aai-data-router/resources/dynamic/conf/data-router-oxm.xml13
1 files changed, 4 insertions, 9 deletions
diff --git a/charts/aai-data-router/resources/dynamic/conf/data-router-oxm.xml b/charts/aai-data-router/resources/dynamic/conf/data-router-oxm.xml
index c945c39..f564797 100644
--- a/charts/aai-data-router/resources/dynamic/conf/data-router-oxm.xml
+++ b/charts/aai-data-router/resources/dynamic/conf/data-router-oxm.xml
@@ -9,14 +9,9 @@
location="file:${CONFIG_HOME}/schemaIngest.properties"
ignore-unresolvable="true" />
- <bean id="schemaLocationsBean" class="org.onap.aai.setup.SchemaLocationsBean">
- <!-- When running with AJSC these properties must be injected directly.
- The reason for this is unknown. -->
- <property name="nodeDirectory" value="${nodeDir}" />
- <property name="edgeDirectory" value="${edgeDir}" />
- </bean>
-
- <bean id="schemaVersions" class="org.onap.aai.setup.SchemaVersions"/>
+ <bean id="nodeIngestor" class="org.onap.aai.nodes.NodeIngestor" autowire="byName"/>
+ <bean id="oxmModelLoader" class="org.onap.aai.schema.OxmModelLoader" >
+ <constructor-arg ref="nodeIngestor"/>
+ </bean>
</beans>
-