2 messages in com.googlegroups.google-calendar-help-dataapiProblem with class conversions and Go...
FromSent OnAttachments
dere...@timesearchinc.com26 May 2006 14:44 
Darren Hinderer31 May 2006 21:53 
Subject:Problem with class conversions and GoogleService.getEntry
From:dere...@timesearchinc.com (dere@timesearchinc.com)
Date:05/26/2006 02:44:11 PM
List:com.googlegroups.google-calendar-help-dataapi

I'm working with the following code and while one Eclipse platform handles this correctly, my platform throws the error: Type mismatch: cannot convert from type BaseEntry to EventEntry

URL loadUrl = new URL(updateTimeSpace.getGoogleUrlEntry()); EventEntry updateEntry; try {

updateEntry = myService.getEntry(loadUrl, EventEntry.class);

myService is correctly defined and shows getEntry(URL, <E>) <E> in the package explorer but shows a popup of getEntry(URL arg0, Class arg1) baseEntry - GoogleService in the Eclipse autocomplete.

We've verified jar files a couple of times and have both reloaded from head to ensure that everything is the same...

Any guidance available as to what might be fouling my configuration?

Cheers, Derek.