added new aai-schema-ingest library
[aai/aai-common.git] / aai-schema-ingest / src / test / resources / forWiringTests / testUsingPropFileContext.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans xmlns="http://www.springframework.org/schema/beans"
3        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4        xmlns:context="http://www.springframework.org/schema/context"
5        xsi:schemaLocation="http://www.springframework.org/schema/beans
6             http://www.springframework.org/schema/beans/spring-beans.xsd
7             http://www.springframework.org/schema/context
8             http://www.springframework.org/schema/context/spring-context-3.0.xsd">
9
10
11     <bean id="schemaLocationsBean" class="org.onap.aai.setup.SchemaLocationsBean">
12         <property name="schemaConfigLocation" value="${schemaConfig}" />
13         <property name="nodeDirectory" value="${nodeDir}" />
14         <property name="edgeDirectory" value="${edgeDir}" />
15     </bean>
16     
17     <context:property-placeholder location="classpath:forWiringTests/schemaIngestForXMLTest.properties" ignore-unresolvable="true" />
18
19 </beans>