Hi, I was trying to write a test case for ESB. When building the tests, the following error occurred.
[ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /Users/Omindu/Documents/Eclipse/workspace/wso2carbon-platform-turing-4.2.0-chunk07/products/esb/4.8.1/modules/integration/tests/src/test/java/org/wso2/carbon/esb/nhttp/transport/test/ContentTypeCharsetTestCase.java:[44,31] cannot find symbol symbol : class SimulatedService location: package org.wso2.carbon.esb.util [ERROR] /Users/Omindu/Documents/Eclipse/workspace/wso2carbon-platform-turing-4.2.0-chunk07/products/esb/4.8.1/modules/integration/tests/src/test/java/org/wso2/carbon/esb/nhttp/transport/test/ContentTypeCharsetTestCase.java:[44,31] cannot find symbol symbol : class SimulatedService location: package org.wso2.carbon.esb.util [ERROR] /Users/Omindu/Documents/Eclipse/workspace/wso2carbon-platform-turing-4.2.0-chunk07/products/esb/4.8.1/modules/integration/tests/src/test/java/org/wso2/carbon/esb/nhttp/transport/test/ContentTypeCharsetTestCase.java:[74,40] cannot find symbol symbol : class SimulatedService location: class org.wso2.carbon.esb.nhttp.transport.test.ContentTypeCharsetTestCase When checking the class I found out that SimulatedService.java class (which is used by ContentTypeCharsetTestCase.java class as an import) is missing. Any advice on how to proceed with the issue? Thank you. Omindu -- Omindu Rathnaweera Software Engineer, WSO2 Inc. Mobile: +94 771 197 211
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
