Hi, I checked out carbon-mediation from git repo [1] and got compilation errors below when building. It seems changes to org.wso2.carbon.inbound.endpoint are not merged or committed properly.
[ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /home/nipuni/Nipuni/git_new/new-branch/wso2-dev/carbon-mediation/components/inbound-endpoints/org.wso2.carbon.inbound.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/protocol/jms/JMSProcessor.java:[24,33] cannot find symbol symbol : class InboundProcessorParams location: package org.apache.synapse.inbound [ERROR] /home/nipuni/Nipuni/git_new/new-branch/wso2-dev/carbon-mediation/components/inbound-endpoints/org.wso2.carbon.inbound.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/protocol/jms/JMSProcessor.java:[49,24] cannot find symbol symbol : class InboundProcessorParams location: class org.wso2.carbon.inbound.endpoint.protocol.jms.JMSProcessor [ERROR] /home/nipuni/Nipuni/git_new/new-branch/wso2-dev/carbon-mediation/components/inbound-endpoints/org.wso2.carbon.inbound.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/protocol/http/core/impl/InboundHttpListener.java:[26,33] cannot find symbol symbol : class InboundProcessorParams location: package org.apache.synapse.inbound [ERROR] /home/nipuni/Nipuni/git_new/new-branch/wso2-dev/carbon-mediation/components/inbound-endpoints/org.wso2.carbon.inbound.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/protocol/http/core/impl/InboundHttpListener.java:[46,31] cannot find symbol symbol : class InboundProcessorParams location: class org.wso2.carbon.inbound.endpoint.protocol.http.core.impl.InboundHttpListener [ERROR] /home/nipuni/Nipuni/git_new/new-branch/wso2-dev/carbon-mediation/components/inbound-endpoints/org.wso2.carbon.inbound.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/protocol/generic/GenericProcessor.java:[6,33] cannot find symbol symbol : class InboundProcessorParams location: package org.apache.synapse.inbound [ERROR] /home/nipuni/Nipuni/git_new/new-branch/wso2-dev/carbon-mediation/components/inbound-endpoints/org.wso2.carbon.inbound.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/protocol/generic/GenericProcessor.java:[42,28] cannot find symbol symbol : class InboundProcessorParams location: class org.wso2.carbon.inbound.endpoint.protocol.generic.GenericProcessor [ERROR] /home/nipuni/Nipuni/git_new/new-branch/wso2-dev/carbon-mediation/components/inbound-endpoints/org.wso2.carbon.inbound.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/inboundfactory/InboundRequestProcessorFactoryImpl.java:[6,33] cannot find symbol symbol : class InboundProcessorParams location: package org.apache.synapse.inbound [ERROR] /home/nipuni/Nipuni/git_new/new-branch/wso2-dev/carbon-mediation/components/inbound-endpoints/org.wso2.carbon.inbound.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/inboundfactory/InboundRequestProcessorFactoryImpl.java:[22,12] cannot find symbol symbol : class InboundProcessorParams location: class org.wso2.carbon.inbound.endpoint.inboundfactory.InboundRequestProcessorFactoryImpl [ERROR] /home/nipuni/Nipuni/git_new/new-branch/wso2-dev/carbon-mediation/components/inbound-endpoints/org.wso2.carbon.inbound.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/protocol/file/VFSProcessor.java:[23,33] cannot find symbol symbol : class InboundProcessorParams location: package org.apache.synapse.inbound [ERROR] /home/nipuni/Nipuni/git_new/new-branch/wso2-dev/carbon-mediation/components/inbound-endpoints/org.wso2.carbon.inbound.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/protocol/file/VFSProcessor.java:[45,24] cannot find symbol symbol : class InboundProcessorParams location: class org.wso2.carbon.inbound.endpoint.protocol.file.VFSProcessor [ERROR] /home/nipuni/Nipuni/git_new/new-branch/wso2-dev/carbon-mediation/components/inbound-endpoints/org.wso2.carbon.inbound.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/protocol/http/core/impl/InboundHttpSourceRequestWorker.java:[99,63] cannot find symbol symbol : variable INBOUND_ENDPOINT_RESPONSE_WORKER location: class org.apache.synapse.inbound.InboundEndpointConstants [ERROR] /home/nipuni/Nipuni/git_new/new-branch/wso2-dev/carbon-mediation/components/inbound-endpoints/org.wso2.carbon.inbound.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/protocol/http/core/impl/InboundHttpSourceResponseWorker.java:[48,7] org.wso2.carbon.inbound.endpoint.protocol.http.core.impl.InboundHttpSourceResponseWorker is not abstract and does not override abstract method getType() in org.apache.synapse.inbound.InboundResponseSender [ERROR] /home/nipuni/Nipuni/git_new/new-branch/wso2-dev/carbon-mediation/components/inbound-endpoints/org.wso2.carbon.inbound.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/inboundfactory/InboundRequestProcessorFactoryImpl.java:[14,7] org.wso2.carbon.inbound.endpoint.inboundfactory.InboundRequestProcessorFactoryImpl is not abstract and does not override abstract method createInboundProcessor(java.lang.String,java.lang.String,java.lang.String,java.util.Properties,java.lang.String,java.lang.String,org.apache.synapse.core.SynapseEnvironment) in org.apache.synapse.inbound.InboundRequestProcessorFactory [ERROR] /home/nipuni/Nipuni/git_new/new-branch/wso2-dev/carbon-mediation/components/inbound-endpoints/org.wso2.carbon.inbound.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/inboundfactory/InboundRequestProcessorFactoryImpl.java:[20,4] method does not override or implement a method from a supertype [ERROR] /home/nipuni/Nipuni/git_new/new-branch/wso2-dev/carbon-mediation/components/inbound-endpoints/org.wso2.carbon.inbound.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/protocol/http/netty/impl/InboundSourceResponseSender.java:[55,7] org.wso2.carbon.inbound.endpoint.protocol.http.netty.impl.InboundSourceResponseSender is not abstract and does not override abstract method getType() in org.apache.synapse.inbound.InboundResponseSender [1] https://github.com/wso2-dev/carbon-mediation Thanks, Nipuni -- Nipuni Perera Software Engineer; WSO2 Inc.; http://wso2.com Email: [email protected] Git hub profile: https://github.com/nipuni Mobile: +94 (71) 5626680 <http://wso2.com>
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
