athibanraj / gdata-java-client

Automatically exported from code.google.com/p/gdata-java-client
Apache License 2.0
0 stars 0 forks source link

Latest guava (13.0.1) version + latest gdata-contacts-3.0 are not compatible. #415

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have recently migrated to Calendar API V3. In order to do this, I had to 
change my google-collect library to the latest guava (13.0.1). 
Now accessing the Contacts API from my application doesn't work. I get a
java.lang.NoClassDefFoundError: Could not initialize class 
com.google.gdata.client.contacts.ContactsService

exception. When using guava< 10.0.1 I get the ContactsAPI working but not the 
Calendar API V3. 

I run on Apache Tomcat 7.012 using java 1.6.0_35-b10

Any ideas on how to get this working?

Original issue reported on code.google.com by d...@gfusion-test.com on 21 Nov 2012 at 4:07

GoogleCodeExporter commented 9 years ago
We ended up pulling down the source, changing the guava version (which is 
helpfully in a properties file), rebuilding it, and uploading the resulting 
archives to our own Maven repo.

Original comment by elementa...@gmail.com on 28 May 2013 at 9:40