aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/spring-beans/data-router-oxm.xml
diff options
context:
space:
mode:
authorjjia <Jennie.Jia@amdocs.com>2018-12-31 12:18:59 -0500
committerjjia <Jennie.Jia@amdocs.com>2019-01-02 14:36:04 -0500
commitab1a2ed3d961919008bad949e62fcf3ba722c2ce (patch)
tree6e796cd107c4bc6dd07892461d602a2ea9ff1844 /src/test/resources/spring-beans/data-router-oxm.xml
parent4ab14055e6131ff5c513b24192e84b952340ced9 (diff)
Update Data Router with new schema ingest lib
Issue-ID: AAI-2044 Change-Id: I905ee7ce7716538a8336ff30a4a0286cb7685f2f Signed-off-by: jjia <Jennie.Jia@amdocs.com>
Diffstat (limited to 'src/test/resources/spring-beans/data-router-oxm.xml')
-rw-r--r--src/test/resources/spring-beans/data-router-oxm.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/test/resources/spring-beans/data-router-oxm.xml b/src/test/resources/spring-beans/data-router-oxm.xml
index 90e7e97..d386b5d 100644
--- a/src/test/resources/spring-beans/data-router-oxm.xml
+++ b/src/test/resources/spring-beans/data-router-oxm.xml
@@ -5,10 +5,9 @@
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.2.xsd
http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task.xsd">
- <context:property-placeholder location="file:src/test/resources/config/schemaIngest.properties" ignore-unresolvable="true" />
-
- <bean id="schemaVersions" class="org.onap.aai.setup.SchemaVersions"/>
-
- <bean id="schemaLocationsBean" class="org.onap.aai.setup.SchemaLocationsBean"/>
-
+ <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>