ECS测试异常
# 一、xmlConvert
org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is java.lang.NoClassDefFoundError: net/sf/json/xml/XMLSerializer
```
Caused by: java.lang.NoClassDefFoundError: nu/xom/Serializer
at com.hecore.util.kit.XmlConvertKit.transJsonObject(XmlConvertKit.java:22) ~[common-bdp-v-1.0.jar:?]
at com.hecore.util.xml.XmlUtils.getCbsResMap(XmlUtils.java:94) ~[common-bdp-v-1.0.jar:?]
at com.epoch.webservices.cctv.manager.request.fund.FundPaymentInfo.paymentHandler(FundPaymentInfo.java:75) ~[com.epoch.webservices.client-v11.0.20200102.01release.jar:?]
at com.epoch.webservices.service.integrate.imp.FundPaymentInfoPushService.process(FundPaymentInfoPushService.java:145) ~[com.epoch.webservices.client-v11.0.20200102.01release.jar:?]
at com.epoch.webservices.service.imp.IntergrationService.service(IntergrationService.java:125) ~[com.epoch.integratedservices-v11.0.20200102.01release.jar:?]
at com.epoch.webservices.controller.IntergrationController.services(IntergrationController.java:29) ~[com.epoch.integratedservices-v11.0.20200102.01release.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_201]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_201]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_201]
```
# 二、Apache common
java.lang.NoClassDefFoundError: org/apache/commons/lang/exception/NestableRuntimeException