modify esm 91/7191/2
authorunknown <wangguirong@boco.com.cn>
Thu, 10 Aug 2017 06:34:39 +0000 (14:34 +0800)
committerwangguirong <wangguirong@boco.com.cn>
Thu, 10 Aug 2017 09:31:27 +0000 (17:31 +0800)
Change-Id: I1982c1dfa568a345c844e5ddf564e09befeed6f0
Signed-off-by:wangguirong@boco.com.cn

modify package

Change-Id: I1982c1dfa568a345c844e5ddf564e09befeed6f0
Signed-off-by:wangguirong@boco.com.cn

49 files changed:
ems/boco/cfg/EMSInfo.xml [moved from ems/sems/boco/ems-driver/cfg/EMSInfo.xml with 95% similarity]
ems/boco/cfg/emsdriver.yml [moved from ems/sems/boco/ems-driver/cfg/emsdriver.yml with 90% similarity]
ems/boco/cfg/ftpconfig.properties [moved from ems/sems/boco/ems-driver/cfg/ftpconfig.properties with 90% similarity]
ems/boco/cfg/log4j.properties [moved from ems/sems/boco/ems-driver/cfg/log4j.properties with 96% similarity]
ems/boco/cfg/spring.xml [moved from ems/sems/boco/ems-driver/cfg/spring.xml with 68% similarity]
ems/boco/pom.xml [moved from ems/sems/boco/ems-driver/pom.xml with 90% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/EMSDriverApp.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/EMSDriverApp.java with 87% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/collector/CollectMsgReceiverThread.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/collector/CollectMsgReceiverThread.java with 82% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/collector/TaskThread.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/collector/TaskThread.java with 95% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/collector/TaskThreadService.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/collector/TaskThreadService.java with 90% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/collector/alarm/AlarmManager.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/collector/alarm/AlarmManager.java with 83% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/collector/alarm/AlarmTaskThread.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/collector/alarm/AlarmTaskThread.java with 94% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/collector/alarm/HeartBeat.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/collector/alarm/HeartBeat.java with 90% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/collector/alarm/MessageUtil.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/collector/alarm/MessageUtil.java with 97% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/collector/alarm/Msg.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/collector/alarm/Msg.java with 94% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/collector/alarm/MsgType.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/collector/alarm/MsgType.java with 93% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/commons/constant/Constant.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/commons/constant/Constant.java with 89% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/commons/ftp/AFtpRemoteFile.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/commons/ftp/AFtpRemoteFile.java with 94% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/commons/ftp/ExtendsDefaultFTPFileEntryParserFactory.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/commons/ftp/ExtendsDefaultFTPFileEntryParserFactory.java with 98% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/commons/ftp/FTPInterface.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/commons/ftp/FTPInterface.java with 91% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/commons/ftp/FTPSrv.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/commons/ftp/FTPSrv.java with 96% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/commons/ftp/RemoteFile.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/commons/ftp/RemoteFile.java with 84% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/commons/ftp/SFTPSrv.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/commons/ftp/SFTPSrv.java with 92% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/commons/model/CollectMsg.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/commons/model/CollectMsg.java with 91% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/commons/model/CollectVo.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/commons/model/CollectVo.java with 97% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/commons/model/EMSInfo.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/commons/model/EMSInfo.java with 92% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/commons/utils/DriverThread.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/commons/utils/DriverThread.java with 94% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/commons/utils/StringUtil.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/commons/utils/StringUtil.java with 92% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/commons/utils/UnZip.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/commons/utils/UnZip.java with 95% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/commons/utils/XmlUtil.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/commons/utils/XmlUtil.java with 91% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/commons/utils/Zip.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/commons/utils/Zip.java with 96% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/configmgr/ConfigurationImp.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/configmgr/ConfigurationImp.java with 86% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/configmgr/ConfigurationInterface.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/configmgr/ConfigurationInterface.java with 78% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/configmgr/ConfigurationManager.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/configmgr/ConfigurationManager.java with 91% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/messagemgr/MessageChannel.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/messagemgr/MessageChannel.java with 92% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/messagemgr/MessageChannelFactory.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/messagemgr/MessageChannelFactory.java with 93% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/northbound/client/HttpClientFactory.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/northbound/client/HttpClientFactory.java with 93% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/northbound/client/HttpClientUtil.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/northbound/client/HttpClientUtil.java with 97% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/northbound/client/NorthMessageMgr.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/northbound/client/NorthMessageMgr.java with 88% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/northbound/service/CommandResource.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/northbound/service/CommandResource.java with 89% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/northbound/service/EmsDriverApplication.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/northbound/service/EmsDriverApplication.java with 86% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/northbound/service/EmsDriverConfiguration.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/northbound/service/EmsDriverConfiguration.java with 91% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/serviceregister/MsbConfiguration.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/serviceregister/MsbConfiguration.java with 87% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/serviceregister/MsbRestServiceProxy.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/serviceregister/MsbRestServiceProxy.java with 84% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/serviceregister/model/MsbRegisterVo.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/serviceregister/model/MsbRegisterVo.java with 92% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/serviceregister/model/ServiceNodeVo.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/serviceregister/model/ServiceNodeVo.java with 90% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/taskscheduler/CollectManager.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/taskscheduler/CollectManager.java with 87% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/taskscheduler/CollectOderJob.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/taskscheduler/CollectOderJob.java with 77% similarity]
ems/boco/src/main/java/org/onap/nfvo/emsdriver/taskscheduler/QuartzManager.java [moved from ems/sems/boco/ems-driver/src/main/java/org/openo/nfvo/emsdriver/taskscheduler/QuartzManager.java with 95% similarity]

similarity index 95%
rename from ems/sems/boco/ems-driver/cfg/EMSInfo.xml
rename to ems/boco/cfg/EMSInfo.xml
index d1add3e..bdfe945 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='GBK'?>
 <!--
 
-  Copyright 2017 BOCO Corporation.
+  Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
similarity index 90%
rename from ems/sems/boco/ems-driver/cfg/emsdriver.yml
rename to ems/boco/cfg/emsdriver.yml
index 2ad5dd4..ff848ce 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright 2017 BOCO Corporation.
+# Copyright 2017 BOCO Corporation.   CMCC Technologies Co., Ltd
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
similarity index 90%
rename from ems/sems/boco/ems-driver/cfg/ftpconfig.properties
rename to ems/boco/cfg/ftpconfig.properties
index 96e2f43..8d79bbd 100644 (file)
@@ -1,5 +1,5 @@
 
-# Copyright 2017 BOCO Corporation.
+# Copyright 2017 BOCO Corporation.   CMCC Technologies Co., Ltd
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
similarity index 96%
rename from ems/sems/boco/ems-driver/cfg/log4j.properties
rename to ems/boco/cfg/log4j.properties
index 455d401..f9edd80 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2017 BOCO Corporation.
+# Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
similarity index 68%
rename from ems/sems/boco/ems-driver/cfg/spring.xml
rename to ems/boco/cfg/spring.xml
index 1531c8d..c047c88 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="GBK"?>
 <!--
 
-  Copyright 2017 BOCO Corporation.
+  Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd"
        default-lazy-init="true">
        
-    <bean id="configurationManager" class="org.openo.nfvo.emsdriver.configmgr.ConfigurationManager">
+    <bean id="configurationManager" class="org.onap.nfvo.emsdriver.configmgr.ConfigurationManager">
                <property name="run" value="true" />
                
     </bean>
-    <bean id="collectMsgReceiverThread" class="org.openo.nfvo.emsdriver.collector.CollectMsgReceiverThread">
+    <bean id="collectMsgReceiverThread" class="org.onap.nfvo.emsdriver.collector.CollectMsgReceiverThread">
                <property name="run" value="true" />
                <property name="thread_max_num" value="100" />
     </bean>
     
-    <bean id="configurationImp" class="org.openo.nfvo.emsdriver.configmgr.ConfigurationImp">
+    <bean id="configurationImp" class="org.onap.nfvo.emsdriver.configmgr.ConfigurationImp">
     </bean>
-    <bean id="alarmManager" class="org.openo.nfvo.emsdriver.collector.alarm.AlarmManager">
+    <bean id="alarmManager" class="org.onap.nfvo.emsdriver.collector.alarm.AlarmManager">
                <property name="run" value="true" />
                <property name="configurationInterface" ref="configurationImp" />
     </bean>
-    <bean id="collectManager" class="org.openo.nfvo.emsdriver.taskscheduler.CollectManager">
+    <bean id="collectManager" class="org.onap.nfvo.emsdriver.taskscheduler.CollectManager">
                <property name="run" value="true" />
                <property name="configurationInterface" ref="configurationImp" />
     </bean>
-     <bean id="northMessageMgr" class="org.openo.nfvo.emsdriver.northbound.client.NorthMessageMgr">
+     <bean id="northMessageMgr" class="org.onap.nfvo.emsdriver.northbound.client.NorthMessageMgr">
                <property name="run" value="true" />
                <property name="configurationInterface" ref="configurationImp" />
     </bean>
similarity index 90%
rename from ems/sems/boco/ems-driver/pom.xml
rename to ems/boco/pom.xml
index ba35471..6639b41 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-    Copyright (c) 2017, BOCO.
+    Copyright (c) 2017, BOCO.   CMCC Technologies Co., Ltd
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   
-   <parent>
-       <groupId>org.openo.nfvo</groupId>
+  <parent>
+       <groupId>org.onap.nfvo</groupId>
        <artifactId>nfvo-root</artifactId>
        <version>1.1.0-SNAPSHOT</version>
        <relativePath>../../../../..</relativePath>
    </parent>
  
    <modelVersion>4.0.0</modelVersion>
-   <groupId>org.openo.nfvo</groupId>
+   <groupId>org.onap.nfvo</groupId>
    <artifactId>ems-driver</artifactId>
    <version>1.1.0-SNAPSHOT</version>
    <packaging>pom</packaging>
                    <artifactId>httpclient</artifactId>
                    <version>4.5.2</version>
                </dependency>
+               <dependency>
+             <groupId>junit</groupId>
+             <artifactId>junit</artifactId>
+             <version>3.8.1</version>
+             <scope>test</scope>
+           </dependency>
   </dependencies>
 </project>
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver;
+package org.onap.nfvo.emsdriver;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.openo.nfvo.emsdriver.commons.constant.Constant;
-import org.openo.nfvo.emsdriver.commons.utils.DriverThread;
-import org.openo.nfvo.emsdriver.northbound.service.EmsDriverApplication;
+import org.onap.nfvo.emsdriver.commons.constant.Constant;
+import org.onap.nfvo.emsdriver.commons.utils.DriverThread;
+import org.onap.nfvo.emsdriver.northbound.service.EmsDriverApplication;
 import org.springframework.beans.BeansException;
 import org.springframework.context.ApplicationContext;
 import org.springframework.context.support.FileSystemXmlApplicationContext;
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.collector;
+package org.onap.nfvo.emsdriver.collector;
 
-import org.openo.nfvo.emsdriver.commons.constant.Constant;
-import org.openo.nfvo.emsdriver.commons.model.CollectMsg;
-import org.openo.nfvo.emsdriver.commons.utils.DriverThread;
-import org.openo.nfvo.emsdriver.messagemgr.MessageChannel;
-import org.openo.nfvo.emsdriver.messagemgr.MessageChannelFactory;
+import org.onap.nfvo.emsdriver.commons.constant.Constant;
+import org.onap.nfvo.emsdriver.commons.model.CollectMsg;
+import org.onap.nfvo.emsdriver.commons.utils.DriverThread;
+import org.onap.nfvo.emsdriver.messagemgr.MessageChannel;
+import org.onap.nfvo.emsdriver.messagemgr.MessageChannelFactory;
 
 public class CollectMsgReceiverThread extends DriverThread{
 
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.collector;
+package org.onap.nfvo.emsdriver.collector;
 
 import java.io.BufferedOutputStream;
 import java.io.BufferedReader;
@@ -41,20 +41,20 @@ import javax.xml.stream.XMLStreamReader;
 import org.apache.commons.io.FileUtils;
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.openo.nfvo.emsdriver.commons.constant.Constant;
-import org.openo.nfvo.emsdriver.commons.ftp.AFtpRemoteFile;
-import org.openo.nfvo.emsdriver.commons.ftp.FTPInterface;
-import org.openo.nfvo.emsdriver.commons.ftp.FTPSrv;
-import org.openo.nfvo.emsdriver.commons.ftp.SFTPSrv;
-import org.openo.nfvo.emsdriver.commons.model.CollectMsg;
-import org.openo.nfvo.emsdriver.commons.model.CollectVo;
-import org.openo.nfvo.emsdriver.commons.utils.StringUtil;
-import org.openo.nfvo.emsdriver.commons.utils.UnZip;
-import org.openo.nfvo.emsdriver.commons.utils.Zip;
-import org.openo.nfvo.emsdriver.configmgr.ConfigurationImp;
-import org.openo.nfvo.emsdriver.configmgr.ConfigurationInterface;
-import org.openo.nfvo.emsdriver.messagemgr.MessageChannel;
-import org.openo.nfvo.emsdriver.messagemgr.MessageChannelFactory;
+import org.onap.nfvo.emsdriver.commons.constant.Constant;
+import org.onap.nfvo.emsdriver.commons.ftp.AFtpRemoteFile;
+import org.onap.nfvo.emsdriver.commons.ftp.FTPInterface;
+import org.onap.nfvo.emsdriver.commons.ftp.FTPSrv;
+import org.onap.nfvo.emsdriver.commons.ftp.SFTPSrv;
+import org.onap.nfvo.emsdriver.commons.model.CollectMsg;
+import org.onap.nfvo.emsdriver.commons.model.CollectVo;
+import org.onap.nfvo.emsdriver.commons.utils.StringUtil;
+import org.onap.nfvo.emsdriver.commons.utils.UnZip;
+import org.onap.nfvo.emsdriver.commons.utils.Zip;
+import org.onap.nfvo.emsdriver.configmgr.ConfigurationImp;
+import org.onap.nfvo.emsdriver.configmgr.ConfigurationInterface;
+import org.onap.nfvo.emsdriver.messagemgr.MessageChannel;
+import org.onap.nfvo.emsdriver.messagemgr.MessageChannelFactory;
 
 
 public class TaskThread implements Runnable{
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.collector;
+package org.onap.nfvo.emsdriver.collector;
 
 import java.util.concurrent.BlockingQueue;
 import java.util.concurrent.ExecutorService;
@@ -23,9 +23,9 @@ import java.util.concurrent.TimeUnit;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.openo.nfvo.emsdriver.commons.constant.Constant;
-import org.openo.nfvo.emsdriver.commons.model.CollectMsg;
-import org.openo.nfvo.emsdriver.commons.utils.StringUtil;
+import org.onap.nfvo.emsdriver.commons.constant.Constant;
+import org.onap.nfvo.emsdriver.commons.model.CollectMsg;
+import org.onap.nfvo.emsdriver.commons.utils.StringUtil;
 
 
 
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation. CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.collector.alarm;
+package org.onap.nfvo.emsdriver.collector.alarm;
 import java.util.ArrayList;
 import java.util.List;
 
-import org.openo.nfvo.emsdriver.commons.constant.Constant;
-import org.openo.nfvo.emsdriver.commons.model.CollectVo;
-import org.openo.nfvo.emsdriver.commons.model.EMSInfo;
-import org.openo.nfvo.emsdriver.commons.utils.DriverThread;
-import org.openo.nfvo.emsdriver.configmgr.ConfigurationInterface;
+import org.onap.nfvo.emsdriver.commons.constant.Constant;
+import org.onap.nfvo.emsdriver.commons.model.CollectVo;
+import org.onap.nfvo.emsdriver.commons.model.EMSInfo;
+import org.onap.nfvo.emsdriver.commons.utils.DriverThread;
+import org.onap.nfvo.emsdriver.configmgr.ConfigurationInterface;
 
 public class AlarmManager  extends DriverThread{
 
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.collector.alarm;
+package org.onap.nfvo.emsdriver.collector.alarm;
 
 import java.io.BufferedInputStream;
 import java.io.BufferedOutputStream;
@@ -25,11 +25,11 @@ import java.util.Set;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.openo.nfvo.emsdriver.commons.constant.Constant;
-import org.openo.nfvo.emsdriver.commons.model.CollectVo;
-import org.openo.nfvo.emsdriver.commons.utils.StringUtil;
-import org.openo.nfvo.emsdriver.messagemgr.MessageChannel;
-import org.openo.nfvo.emsdriver.messagemgr.MessageChannelFactory;
+import org.onap.nfvo.emsdriver.commons.constant.Constant;
+import org.onap.nfvo.emsdriver.commons.model.CollectVo;
+import org.onap.nfvo.emsdriver.commons.utils.StringUtil;
+import org.onap.nfvo.emsdriver.messagemgr.MessageChannel;
+import org.onap.nfvo.emsdriver.messagemgr.MessageChannelFactory;
 
 import com.alibaba.fastjson.JSONObject;
 
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.collector.alarm;
+package org.onap.nfvo.emsdriver.collector.alarm;
 
 import java.io.BufferedOutputStream;
 import java.net.Socket;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.openo.nfvo.emsdriver.commons.constant.Constant;
+import org.onap.nfvo.emsdriver.commons.constant.Constant;
 
 public class HeartBeat extends Thread{
        public  Log log = LogFactory.getLog(HeartBeat.class);
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.collector.alarm;
+package org.onap.nfvo.emsdriver.collector.alarm;
 
 import java.io.BufferedInputStream;
 import java.io.BufferedOutputStream;
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.collector.alarm;
+package org.onap.nfvo.emsdriver.collector.alarm;
 
 import java.io.UnsupportedEncodingException;
 
-import org.openo.nfvo.emsdriver.commons.constant.Constant;
+import org.onap.nfvo.emsdriver.commons.constant.Constant;
 
 
 public class Msg {
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.collector.alarm;
+package org.onap.nfvo.emsdriver.collector.alarm;
 
 public enum MsgType {
        
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.commons.constant;
+package org.onap.nfvo.emsdriver.commons.constant;
 
 import java.io.File;
 
@@ -37,7 +37,7 @@ public class Constant {
        public static final String ALARM_CHANNEL_KEY = "ALARM_CHANNEL_KEY";
        
        
-       public static final String MSBAPIROOTDOMAIN = "/openoapi/microservices/v1/services";
+       public static final String MSBAPIROOTDOMAIN = "/api/microservices/v1/services";
        
        //alarm
        public static final int READ_TIMEOUT_MILLISECOND = 180000;
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.commons.ftp;
+package org.onap.nfvo.emsdriver.commons.ftp;
 
 import java.io.IOException;
 import java.io.InputStream;
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.commons.ftp;
+package org.onap.nfvo.emsdriver.commons.ftp;
 
 import org.apache.commons.net.ftp.Configurable;
 import org.apache.commons.net.ftp.FTPClientConfig;
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.commons.ftp;
+package org.onap.nfvo.emsdriver.commons.ftp;
 
 public interface FTPInterface {
        
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.commons.ftp;
+package org.onap.nfvo.emsdriver.commons.ftp;
 
 import java.io.BufferedOutputStream;
 import java.io.FileInputStream;
@@ -28,7 +28,7 @@ import org.apache.commons.net.ftp.FTPClient;
 import org.apache.commons.net.ftp.FTPClientConfig;
 import org.apache.commons.net.ftp.FTPFile;
 import org.apache.commons.net.ftp.FTPReply;
-import org.openo.nfvo.emsdriver.commons.utils.StringUtil;
+import org.onap.nfvo.emsdriver.commons.utils.StringUtil;
 
 
 public class FTPSrv implements FTPInterface{
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.commons.ftp;
+package org.onap.nfvo.emsdriver.commons.ftp;
 
 public interface RemoteFile {
 
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.commons.ftp;
+package org.onap.nfvo.emsdriver.commons.ftp;
 
 public class SFTPSrv  implements FTPInterface{
 
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.commons.model;
+package org.onap.nfvo.emsdriver.commons.model;
 
 public class CollectMsg {
        
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.commons.model;
+package org.onap.nfvo.emsdriver.commons.model;
 
 /**
  * @author boco
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation. CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.commons.model;
+package org.onap.nfvo.emsdriver.commons.model;
 
 import java.util.HashMap;
 import java.util.Map;
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.commons.utils;
+package org.onap.nfvo.emsdriver.commons.utils;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.commons.utils;
+package org.onap.nfvo.emsdriver.commons.utils;
 
 import java.io.File;
 import java.io.PrintWriter;
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.commons.utils;
+package org.onap.nfvo.emsdriver.commons.utils;
 
 import java.io.File;
 import java.io.FileOutputStream;
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.commons.utils;
+package org.onap.nfvo.emsdriver.commons.utils;
 
 import java.io.IOException;
 import java.io.InputStream;
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.commons.utils;
+package org.onap.nfvo.emsdriver.commons.utils;
 
 import java.io.File;
 import java.io.FileInputStream;
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.configmgr;
+package org.onap.nfvo.emsdriver.configmgr;
 
 import java.util.List;
 import java.util.Properties;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.openo.nfvo.emsdriver.commons.model.CollectVo;
-import org.openo.nfvo.emsdriver.commons.model.EMSInfo;
+import org.onap.nfvo.emsdriver.commons.model.CollectVo;
+import org.onap.nfvo.emsdriver.commons.model.EMSInfo;
 
 
 public class ConfigurationImp implements ConfigurationInterface{
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.configmgr;
+package org.onap.nfvo.emsdriver.configmgr;
 
 import java.util.List;
 import java.util.Properties;
 
-import org.openo.nfvo.emsdriver.commons.model.CollectVo;
-import org.openo.nfvo.emsdriver.commons.model.EMSInfo;
+import org.onap.nfvo.emsdriver.commons.model.CollectVo;
+import org.onap.nfvo.emsdriver.commons.model.EMSInfo;
 
 
 public interface ConfigurationInterface {
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.configmgr;
+package org.onap.nfvo.emsdriver.configmgr;
 
 import java.io.File;
 import java.io.FileInputStream;
@@ -28,12 +28,12 @@ import java.util.concurrent.ConcurrentHashMap;
 
 import org.jdom.Document;
 import org.jdom.Element;
-import org.openo.nfvo.emsdriver.commons.constant.Constant;
-import org.openo.nfvo.emsdriver.commons.model.CollectVo;
-import org.openo.nfvo.emsdriver.commons.model.EMSInfo;
-import org.openo.nfvo.emsdriver.commons.utils.DriverThread;
-import org.openo.nfvo.emsdriver.commons.utils.StringUtil;
-import org.openo.nfvo.emsdriver.commons.utils.XmlUtil;
+import org.onap.nfvo.emsdriver.commons.constant.Constant;
+import org.onap.nfvo.emsdriver.commons.model.CollectVo;
+import org.onap.nfvo.emsdriver.commons.model.EMSInfo;
+import org.onap.nfvo.emsdriver.commons.utils.DriverThread;
+import org.onap.nfvo.emsdriver.commons.utils.StringUtil;
+import org.onap.nfvo.emsdriver.commons.utils.XmlUtil;
 
 
 public class ConfigurationManager extends DriverThread{
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.messagemgr;
+package org.onap.nfvo.emsdriver.messagemgr;
 
 import java.util.concurrent.BlockingQueue;
 import java.util.concurrent.LinkedBlockingQueue;
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.messagemgr;
+package org.onap.nfvo.emsdriver.messagemgr;
 
 import java.util.HashMap;
 import java.util.Map;
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.northbound.client;
+package org.onap.nfvo.emsdriver.northbound.client;
 
 import java.security.cert.CertificateException;
 import java.security.cert.X509Certificate;
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.northbound.client;
+package org.onap.nfvo.emsdriver.northbound.client;
 
 import java.io.IOException;
 
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.northbound.client;
+package org.onap.nfvo.emsdriver.northbound.client;
 
 import java.util.Properties;
 
-import org.openo.nfvo.emsdriver.commons.constant.Constant;
-import org.openo.nfvo.emsdriver.commons.utils.DriverThread;
-import org.openo.nfvo.emsdriver.configmgr.ConfigurationInterface;
-import org.openo.nfvo.emsdriver.messagemgr.MessageChannel;
-import org.openo.nfvo.emsdriver.messagemgr.MessageChannelFactory;
+import org.onap.nfvo.emsdriver.commons.constant.Constant;
+import org.onap.nfvo.emsdriver.commons.utils.DriverThread;
+import org.onap.nfvo.emsdriver.configmgr.ConfigurationInterface;
+import org.onap.nfvo.emsdriver.messagemgr.MessageChannel;
+import org.onap.nfvo.emsdriver.messagemgr.MessageChannelFactory;
 
 public class NorthMessageMgr extends DriverThread{
 
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.northbound.service;
+package org.onap.nfvo.emsdriver.northbound.service;
 
 import javax.ws.rs.GET;
 import javax.ws.rs.Path;
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.northbound.service;
+package org.onap.nfvo.emsdriver.northbound.service;
 
 import io.dropwizard.Application;
 import io.dropwizard.jetty.HttpConnectorFactory;
@@ -28,10 +28,10 @@ import java.util.List;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.openo.nfvo.emsdriver.serviceregister.MsbConfiguration;
-import org.openo.nfvo.emsdriver.serviceregister.MsbRestServiceProxy;
-import org.openo.nfvo.emsdriver.serviceregister.model.MsbRegisterVo;
-import org.openo.nfvo.emsdriver.serviceregister.model.ServiceNodeVo;
+import org.onap.nfvo.emsdriver.serviceregister.MsbConfiguration;
+import org.onap.nfvo.emsdriver.serviceregister.MsbRestServiceProxy;
+import org.onap.nfvo.emsdriver.serviceregister.model.MsbRegisterVo;
+import org.onap.nfvo.emsdriver.serviceregister.model.ServiceNodeVo;
 
 public class EmsDriverApplication extends Application<EmsDriverConfiguration> {
        
@@ -83,7 +83,7 @@ public class EmsDriverApplication extends Application<EmsDriverConfiguration> {
                List<ServiceNodeVo> nodeList =  new ArrayList<ServiceNodeVo>();
                nodeList.add(serviceNode);
                registerVo.setServiceName("emsdriver");
-               registerVo.setUrl("/openoapi/emsdriver/v1");
+               registerVo.setUrl("/api/emsdriver/v1");
                registerVo.setNodes(nodeList);
                
                MsbRestServiceProxy.registerService(registerVo);
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.northbound.service;
+package org.onap.nfvo.emsdriver.northbound.service;
 
 import io.dropwizard.Configuration;
 
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.serviceregister;
+package org.onap.nfvo.emsdriver.serviceregister;
 
 public class MsbConfiguration {
        protected static String msbAddress;
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.serviceregister;
+package org.onap.nfvo.emsdriver.serviceregister;
 
 
 import java.util.ArrayList;
 import java.util.List;
 
-import org.openo.nfvo.emsdriver.commons.constant.Constant;
-import org.openo.nfvo.emsdriver.northbound.client.HttpClientUtil;
-import org.openo.nfvo.emsdriver.serviceregister.model.MsbRegisterVo;
-import org.openo.nfvo.emsdriver.serviceregister.model.ServiceNodeVo;
+import org.onap.nfvo.emsdriver.commons.constant.Constant;
+import org.onap.nfvo.emsdriver.northbound.client.HttpClientUtil;
+import org.onap.nfvo.emsdriver.serviceregister.model.MsbRegisterVo;
+import org.onap.nfvo.emsdriver.serviceregister.model.ServiceNodeVo;
 
 import com.alibaba.fastjson.JSON;
 
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.serviceregister.model;
+package org.onap.nfvo.emsdriver.serviceregister.model;
 
 import java.util.List;
 
@@ -21,7 +21,7 @@ import java.util.List;
 public class MsbRegisterVo {
        private String serviceName = "emsdriver";
        private String version = "v1";
-       private String url = "/openoapi/emsdriver/v1";
+       private String url = "/api/emsdriver/v1";
        private String protocol = "REST";
        private String visualRange = "1";
        private List<ServiceNodeVo> nodes;
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.serviceregister.model;
+package org.onap.nfvo.emsdriver.serviceregister.model;
 
 
 public class ServiceNodeVo {
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.taskscheduler;
+package org.onap.nfvo.emsdriver.taskscheduler;
 
 import java.util.ArrayList;
 import java.util.List;
 
-import org.openo.nfvo.emsdriver.commons.constant.Constant;
-import org.openo.nfvo.emsdriver.commons.model.CollectVo;
-import org.openo.nfvo.emsdriver.commons.model.EMSInfo;
-import org.openo.nfvo.emsdriver.commons.utils.DriverThread;
-import org.openo.nfvo.emsdriver.configmgr.ConfigurationInterface;
+import org.onap.nfvo.emsdriver.commons.constant.Constant;
+import org.onap.nfvo.emsdriver.commons.model.CollectVo;
+import org.onap.nfvo.emsdriver.commons.model.EMSInfo;
+import org.onap.nfvo.emsdriver.commons.utils.DriverThread;
+import org.onap.nfvo.emsdriver.configmgr.ConfigurationInterface;
 import org.quartz.Job;
 
 
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation.  CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.taskscheduler;
+package org.onap.nfvo.emsdriver.taskscheduler;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.openo.nfvo.emsdriver.commons.constant.Constant;
-import org.openo.nfvo.emsdriver.commons.model.CollectMsg;
-import org.openo.nfvo.emsdriver.commons.model.CollectVo;
-import org.openo.nfvo.emsdriver.commons.utils.DriverThread;
-import org.openo.nfvo.emsdriver.messagemgr.MessageChannel;
-import org.openo.nfvo.emsdriver.messagemgr.MessageChannelFactory;
+import org.onap.nfvo.emsdriver.commons.constant.Constant;
+import org.onap.nfvo.emsdriver.commons.model.CollectMsg;
+import org.onap.nfvo.emsdriver.commons.model.CollectVo;
+import org.onap.nfvo.emsdriver.commons.utils.DriverThread;
+import org.onap.nfvo.emsdriver.messagemgr.MessageChannel;
+import org.onap.nfvo.emsdriver.messagemgr.MessageChannelFactory;
 import org.quartz.Job;
 import org.quartz.JobExecutionContext;
 import org.quartz.JobExecutionException;
@@ -1,5 +1,5 @@
 /**
- * Copyright 2017 BOCO Corporation.
+ * Copyright 2017 BOCO Corporation. CMCC Technologies Co., Ltd
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.nfvo.emsdriver.taskscheduler;
+package org.onap.nfvo.emsdriver.taskscheduler;
 
 
 import java.text.ParseException;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.openo.nfvo.emsdriver.commons.model.CollectVo;
+import org.onap.nfvo.emsdriver.commons.model.CollectVo;
 import org.quartz.CronTrigger;
 import org.quartz.Job;
 import org.quartz.JobDetail;