From 7d45c179879363222fcf49b30f75837f66d7f423 Mon Sep 17 00:00:00 2001 From: Varun Gudisena Date: Thu, 31 Aug 2017 10:44:28 -0500 Subject: Revert package name changes Reverted package name changes to avoid any potential issues. Renamed maven group id only. Issue-id: DMAAP-74 Change-Id: I36c2aef063050c265640b79e6dc0e8ab7add8d22 Signed-off-by: Varun Gudisena --- src/main/resources/dme2/consumer.properties | 6 +++--- src/main/resources/dme2/producer.properties | 6 +++--- src/main/resources/log4j.xml | 6 ++---- 3 files changed, 8 insertions(+), 10 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/dme2/consumer.properties b/src/main/resources/dme2/consumer.properties index 22dfc58..8350288 100644 --- a/src/main/resources/dme2/consumer.properties +++ b/src/main/resources/dme2/consumer.properties @@ -37,14 +37,14 @@ authKey= authDate=2016-02-18T13:57:37-0800 #host=uebsb91bodc.it.att.com:3904 host=: -topic=org.onap.dmaap.messagerouter.dmaapclient.ecomp_test.crm.preDemo1 +topic=com.att.ecomp_test.crm.preDemo1 group=con id=5 timeout=15000 limit=1000 filter= -AFT_DME2_EXCHANGE_REQUEST_HANDLERS=org.onap.dmaap.messagerouter.dmaapclient.nsa.test.PreferredRouteRequestHandler -AFT_DME2_EXCHANGE_REPLY_HANDLERS=org.onap.dmaap.messagerouter.dmaapclient.nsa.test.PreferredRouteReplyHandler +AFT_DME2_EXCHANGE_REQUEST_HANDLERS=com.att.nsa.test.PreferredRouteRequestHandler +AFT_DME2_EXCHANGE_REPLY_HANDLERS=com.att.nsa.test.PreferredRouteReplyHandler AFT_DME2_REQ_TRACE_ON=true AFT_ENVIRONMENT=AFTUAT AFT_DME2_EP_CONN_TIMEOUT=15000 diff --git a/src/main/resources/dme2/producer.properties b/src/main/resources/dme2/producer.properties index 49d3117..b3c3630 100644 --- a/src/main/resources/dme2/producer.properties +++ b/src/main/resources/dme2/producer.properties @@ -37,13 +37,13 @@ contenttype = application/json authKey= authDate=2016-07-20T11:30:56-0700 host=: -topic=org.onap.dmaap.messagerouter.dmaapclient.ecomp_test.crm.preDemo1 +topic=com.att.ecomp_test.crm.preDemo1 #host=uebsb91bodc.it.att.com:3904 partition=1 maxBatchSize=100 maxAgeMs=250 -AFT_DME2_EXCHANGE_REQUEST_HANDLERS=org.onap.dmaap.messagerouter.dmaapclient.nsa.test.PreferredRouteRequestHandler -AFT_DME2_EXCHANGE_REPLY_HANDLERS=org.onap.dmaap.messagerouter.dmaapclient.nsa.test.PreferredRouteReplyHandler +AFT_DME2_EXCHANGE_REQUEST_HANDLERS=com.att.nsa.test.PreferredRouteRequestHandler +AFT_DME2_EXCHANGE_REPLY_HANDLERS=com.att.nsa.test.PreferredRouteReplyHandler AFT_DME2_REQ_TRACE_ON=true AFT_ENVIRONMENT=AFTUAT AFT_DME2_EP_CONN_TIMEOUT=15000 diff --git a/src/main/resources/log4j.xml b/src/main/resources/log4j.xml index 7817a4a..632a61a 100644 --- a/src/main/resources/log4j.xml +++ b/src/main/resources/log4j.xml @@ -46,14 +46,12 @@ --> + + - - - - -- cgit 1.2.3-korg