mulesoft / google-calendar-connector

Mule connector for Google Calendar API
Other
3 stars 4 forks source link

Unable to run due to missing dependencies #5

Open krishananth opened 10 years ago

krishananth commented 10 years ago

Hi,

I built the 2.0.0 snapshot code using maven, installed the plugin in Mule Studio. When Mule Studio starts, it throws the following error: Caused by: java.lang.NoClassDefFoundError: org/mule/streaming/ProviderAwarePagingDelegate at org.mule.module.google.calendar.oauth.GoogleCalendarConnectorOAuthManager.instantiateAdapter(GoogleCalendarConnectorOAuthManager.java:127) ......

Im unable to find the Mule streaming API jar which has the ProviderAwarePagingDelegate class.

conorcurlett commented 10 years ago

That class is only available in the latest Snapshot of Devkit (3.5.0-SNAPSHOT).

fernandezlautaro commented 10 years ago

As @conorcurlett said, that class appears in mule-M5 (or above)