Hi,

I get the following error while building the eventing component in the 3.1.0
branch

[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
[INFO] Building WSO2 Carbon - Eventing Impl
[INFO]    task-segment: [clean, install]
[INFO]
------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/home/shariq/src/branches/carbon/3.1.0/carbon/components/eventing/org.wso2.carbon.eventing.impl/3.1.0/src/main/resources
[INFO] [compiler:compile]
[INFO] Compiling 4 source files to
/home/shariq/src/branches/carbon/3.1.0/carbon/components/eventing/org.wso2.carbon.eventing.impl/3.1.0/target/classes
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure

/home/shariq/src/branches/carbon/3.1.0/carbon/components/eventing/org.wso2.carbon.eventing.impl/3.1.0/src/main/java/org/wso2/carbon/eventing/impl/AbstractRegistryBasedSubscriptionManager.java:[243,28]
cannot find symbol
symbol  : method getTopic()
location: class org.wso2.eventing.Event<T>

/home/shariq/src/branches/carbon/3.1.0/carbon/components/eventing/org.wso2.carbon.eventing.impl/3.1.0/src/main/java/org/wso2/carbon/eventing/impl/EmbeddedRegistryBasedSubscriptionManager.java:[101,13]
cannot find symbol
symbol  : method setTopic(java.lang.String)
location: class
org.wso2.eventing.Event<org.apache.axis2.context.MessageContext>

/home/shariq/src/branches/carbon/3.1.0/carbon/components/eventing/org.wso2.carbon.eventing.impl/3.1.0/src/main/java/org/wso2/carbon/eventing/impl/RemoteRegistryBasedSubscriptionManager.java:[147,13]
cannot find symbol
symbol  : method setTopic(java.lang.String)
location: class
org.wso2.eventing.Event<org.apache.axis2.context.MessageContext>


Any ideas ?!?

Thanks,
Shariq
_______________________________________________
Carbon-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to