summaryrefslogtreecommitdiffstats
path: root/champ-service/dynamic/conf/champ-beans.xml
diff options
context:
space:
mode:
authorsblimkie <steven.blimkie@amdocs.com>2018-08-29 10:24:32 -0400
committersblimkie <steven.blimkie@amdocs.com>2018-08-29 10:24:32 -0400
commit53e374471d6c513f689d781d757ef818fb6cee4e (patch)
tree2054122dd4ea059d86a96ca776598a475e4159ec /champ-service/dynamic/conf/champ-beans.xml
parent57840acf3aee09ac69e29ba5ceee69ef02f22282 (diff)
Fix test-config for DR, Champ, and Gizmo
Issue-ID: AAI-1457 Change-Id: Iac4482831b4694e261d3bbf5562046d10d2d2224 Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
Diffstat (limited to 'champ-service/dynamic/conf/champ-beans.xml')
-rw-r--r--champ-service/dynamic/conf/champ-beans.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/champ-service/dynamic/conf/champ-beans.xml b/champ-service/dynamic/conf/champ-beans.xml
index 8abe258..c694694 100644
--- a/champ-service/dynamic/conf/champ-beans.xml
+++ b/champ-service/dynamic/conf/champ-beans.xml
@@ -51,7 +51,7 @@
<!-- Janus Implementation -->
<bean id="graphBuilder" class="org.onap.aai.champjanus.graph.impl.JanusChampGraphImpl$Builder">
- <constructor-arg value="<%= @CHAMP_GRAPH_NAME %>"/>
+ <constructor-arg value="aaigraph"/>
<constructor-arg ref="props"/>
</bean>
<bean id="graphImpl" class="org.onap.aai.champjanus.graph.impl.JanusChampGraphImpl">
@@ -77,4 +77,4 @@
<constructor-arg name="champDataService" ref="champDataService"/>
<constructor-arg name="champAsyncRequestProcessor" ref="champAsyncRequestProcessor"/>
</bean>
-</beans> \ No newline at end of file
+</beans>