rossmason / mule-streaming-api-demo

THe demo code I used for my going real-time talk
12 stars 11 forks source link

Cannot find symbol #1

Open rafaelborja opened 10 years ago

rafaelborja commented 10 years ago

Hi!

When I try to compile and run it using maven from Mule Studio I i get the following error:

[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ mule-streaming-demo --- [INFO] Compiling 4 source files to C:\contexto-servicos\workspace-MuleStudio\mule-streaming-api-demo-master\target\classes [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] C:\contexto-servicos\workspace-MuleStudio\mule-streaming-api-demo-master\src\main\java\com\mulesoft\demo\mule\websocket\EsperWebSocketUpdateListener.java:[10,28] error: package org.mule.api.callback does not exist [ERROR] C:\contexto-servicos\workspace-MuleStudio\mule-streaming-api-demo-master\src\main\java\com\mulesoft\demo\mule\websocket\EsperWebSocketUpdateListener.java:[30,42] error: cannot find symbol [INFO] 2 errors

rossmason commented 10 years ago

This might be an issue with the Esper connector in the latest studio (since its a community run extension. I'll take a look over the weekend

On Wed, Dec 11, 2013 at 5:24 PM, Rafael Borja notifications@github.comwrote:

Hi!

When I try to compile and run it using maven from Mule Studio I i get the following error:

mule-streaming-api-demo-master\src\main\java\com\mulesoft\demo\mule\websocket\EsperWebSocketUpdateListener.java:[30,42] error: cannot find symbol

— Reply to this email directly or view it on GitHubhttps://github.com/rossmason/mule-streaming-api-demo/issues/1 .

Cheers,

Ross Mason

Founder and VP of Product Strategy | MuleSoft http://www.mulesoft.com/

77 Geary Street, Suite 400 | San Francisco, CA 94108

Tel: +1 415-290-1974

We're hiring! http://www.mulesoft.com/careers

Twitter http://twitter.com/#/mulesoft | Blog http://blogs.mulesoft.org/ | LinkedIn http://www.linkedin.com/company/www.mulesoft.com | Facebookhttp://www.facebook.com/MuleSoft | YouTube http://www.youtube.com/user/mulesoftvids

Try CloudHub: integration Platform as a Service http://cloudhub.io

dmweyek commented 10 years ago

I tried adding the mule-module-devkit-support as a dependency that has CallbackSource. I get the following error now.

[ERROR] C:\Users\dweyek\Downloads\mule-streaming-api-demo-master\mule-streaming-api-demo-master\src\main\java\com\mulesoft\demo\mule\websocket\EsperWebSocketUpdateListener.java:[31,8] error: <anonymous com.mulesoft.demo.mule.websocket.EsperWebSocketUpdateListener$1> is not abstract and does not override abstract method processEvent(MuleEvent) in SourceCallback

I couldn't locate org.mule.api.callback.SourceCallback in any other module. New to java and mulesoft so any suggestions would be helpful.

rossmason commented 10 years ago

If you are a MuleSoft customer, you can try reaching out to support. Otherwise, you can try the Mule forums. I can't guarantee a great response since this presentation was built on community projects that have not kept up. I plan on refreshing this presentation and demo, but I'll be doing it for Mule 3.5 that isn't being released until next month

On Fri, Jan 31, 2014 at 7:45 PM, dmweyek notifications@github.com wrote:

I tried adding the mule-module-devkit-support as a dependency that has CallbackSource. I get the following error now.

[ERROR] C:\Users\dweyek\Downloads\mule-streaming-api-demo-master\mule-streaming-api-demo-master\src\main\java\com\mulesoft\demo\mule\websocket\EsperWebSocketUpdateListener.java:[31,8] error: is not abstract and does not override abstract method processEvent(MuleEvent) in SourceCallback

I couldn't locate org.mule.api.callback.SourceCallback in any other module. New to java and mulesoft so any suggestions would be helpful.

Reply to this email directly or view it on GitHubhttps://github.com/rossmason/mule-streaming-api-demo/issues/1#issuecomment-33857231 .

Cheers,

Ross Mason

Founder and VP of Product Strategy | MuleSoft http://www.mulesoft.com/

77 Geary Street, Suite 400 | San Francisco, CA 94108

Tel: +1 415-290-1974

We're hiring! http://www.mulesoft.com/careers

Twitter http://twitter.com/#/mulesoft | Blog http://blogs.mulesoft.org/ | LinkedIn http://www.linkedin.com/company/www.mulesoft.com | Facebookhttp://www.facebook.com/MuleSoft | YouTube http://www.youtube.com/user/mulesoftvids

Try CloudHub: integration Platform as a Service http://cloudhub.io