summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorabatos <adrian.batos-parac@amdocs.com>2017-11-10 21:18:31 -0500
committerabatos <adrian.batos-parac@amdocs.com>2017-11-10 21:18:31 -0500
commitff6a79dec5c7a0ae2377c17f64171cdea805e40d (patch)
tree763e3e5f341e9172b7ec7a48a9b26979b5a9082a
parentab3197c0e77407ac2bbdbe941a289de175e9ed99 (diff)
Fix entity route file1.0.0-ONAP1.0.0-Amsterdam
The route file for the entity event use case had an extra quote which was causing parser exceptions. Change-Id: I6c3902051ad33ea5b4e0534f5258c470a4991908 Issue-Id: AAI-461 Signed-off-by: Adrian Batos <adrian.batos-parac@amdocs.com>
-rwxr-xr-xdata-router/dynamic/routes/entity-event.route2
1 files changed, 1 insertions, 1 deletions
diff --git a/data-router/dynamic/routes/entity-event.route b/data-router/dynamic/routes/entity-event.route
index 4af2941..7d2de39 100755
--- a/data-router/dynamic/routes/entity-event.route
+++ b/data-router/dynamic/routes/entity-event.route
@@ -1,4 +1,4 @@
<route xmlns="http://camel.apache.org/schema/spring" trace="true">
- <from uri="event-bus:mybus/?eventTopic=AAI-EVENT&amp;groupName=datarouter&amp;groupId=datarouter&amp;url="http://mr.api.simpledemo.openecomp.org:3904"/>
+ <from uri="event-bus:mybus/?eventTopic=AAI-EVENT&amp;groupName=datarouter&amp;groupId=datarouter&amp;url=http://mr.api.simpledemo.openecomp.org:3904"/>
<to uri="bean:entityEventPolicy?method=process"/>
</route>