Works with M3. Noticed the following exception when trying to build from
<CEP_HOME>/samples/consumers/wso2-event and run *ant*


compile:

    [javac]
/Users/irangamuthuthanthri/Work/Applications/CEP/4.0.0/wso2cep-4.0.0-SNAPSHOT/samples/consumers/wso2-event/build.xml:67:
warning: 'includeantruntime' was not set, defaulting to
build.sysclasspath=last; set to false for repeatable builds

    [javac] Compiling 2 source files to
/Users/irangamuthuthanthri/Work/Applications/CEP/4.0.0/wso2cep-4.0.0-SNAPSHOT/samples/consumers/wso2-event/temp/classes

    [javac]
/Users/irangamuthuthanthri/Work/Applications/CEP/4.0.0/wso2cep-4.0.0-SNAPSHOT/samples/consumers/wso2-event/src/main/java/org/wso2/carbon/sample/server/TestWso2EventServer.java:32:
error: package org.wso2.carbon.databridge.receiver.binary does not exist

    [javac] import
org.wso2.carbon.databridge.receiver.binary.BinaryDataReceiver;

    [javac]                                                  ^

    [javac]
/Users/irangamuthuthanthri/Work/Applications/CEP/4.0.0/wso2cep-4.0.0-SNAPSHOT/samples/consumers/wso2-event/src/main/java/org/wso2/carbon/sample/server/TestWso2EventServer.java:33:
error: package org.wso2.carbon.databridge.receiver.binary.conf does not
exist

    [javac] import
org.wso2.carbon.databridge.receiver.binary.conf.BinaryDataReceiverConfiguration;

    [javac]                                                       ^

    [javac]
/Users/irangamuthuthanthri/Work/Applications/CEP/4.0.0/wso2cep-4.0.0-SNAPSHOT/samples/consumers/wso2-event/src/main/java/org/wso2/carbon/sample/server/TestWso2EventServer.java:42:
error: cannot find symbol

    [javac]     BinaryDataReceiver binaryDataReceiver;

    [javac]     ^

    [javac]   symbol:   class BinaryDataReceiver

    [javac]   location: class TestWso2EventServer

    [javac]
/Users/irangamuthuthanthri/Work/Applications/CEP/4.0.0/wso2cep-4.0.0-SNAPSHOT/samples/consumers/wso2-event/src/main/java/org/wso2/carbon/sample/server/TestWso2EventServer.java:124:
error: cannot find symbol

    [javac]             binaryDataReceiver = new BinaryDataReceiver(new
BinaryDataReceiverConfiguration(receiverPort + 100, receiverPort),
databridge);

    [javac]                                      ^

    [javac]   symbol:   class BinaryDataReceiver

    [javac]   location: class TestWso2EventServer

    [javac]
/Users/irangamuthuthanthri/Work/Applications/CEP/4.0.0/wso2cep-4.0.0-SNAPSHOT/samples/consumers/wso2-event/src/main/java/org/wso2/carbon/sample/server/TestWso2EventServer.java:124:
error: cannot find symbol

    [javac]             binaryDataReceiver = new BinaryDataReceiver(new
BinaryDataReceiverConfiguration(receiverPort + 100, receiverPort),
databridge);

    [javac]                                                             ^

    [javac]   symbol:   class BinaryDataReceiverConfiguration

    [javac]   location: class TestWso2EventServer

    [javac] 5 errors



Jira ID:https://wso2.org/jira/browse/CEP-1070

-- 
Thanks & Regards

Iranga Muthuthanthri
(M) -0777-255773
Team Product Management
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to