Re: Errors in Java maven com.google.api-ads version 2.5.0

2015-10-28 Thread Adxsearch Adxpand
I opened an issue here: https://github.com/googleads/googleads-java-lib/issues/55 On Tuesday, October 27, 2015 at 10:01:06 PM UTC+1, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > Since this is specific to the Java client library, could you open an issue > on our issues list >

Re: Errors in Java maven com.google.api-ads version 2.5.0

2015-10-27 Thread Josh Radcliff (AdWords API Team)
Hi, Since this is specific to the Java client library, could you open an issue on our issues list so we can better track this? Also, if you could provide the *complete* set of dependencies using dependency:list

Re: Errors in Java maven com.google.api-ads version 2.5.0

2015-10-26 Thread Josh Radcliff (AdWords API Team)
Hi, OK, thanks for confirming. If I'm reading your response correctly, this issue is now resolved (since the 2.5.0 pom.xml requires Guice 4.0 ). If you're still experiencing issues, please provide more

Re: Errors in Java maven com.google.api-ads version 2.5.0

2015-10-25 Thread Adxsearch Adxpand
Yes, the 2.2.0 version needs Guice 3.0. The 2.5.0 version does not need Guice 3.0, but it does need Guice 4.0. That folder name needs to be 4.0, not 4.0.old. On Friday, October 23, 2015 at 9:48:13 PM UTC+2, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > Are you saying that after you

Re: Errors in Java maven com.google.api-ads version 2.5.0

2015-10-23 Thread Adxsearch Adxpand
I don't think there are any Guice 3.0 dependencies in the project updated to use the 2.5.0 version of the API. If I change the name of the guice 3.0 folders in my local .m2 folder from "3.0" to "3.0.old", the project using the 2.2.0 version of the API doesn't start. It complains about a bunch

Re: Errors in Java maven com.google.api-ads version 2.5.0

2015-10-23 Thread Josh Radcliff (AdWords API Team)
Hi, Are you saying that after you changed your local .m2 folder from *3.0* to *3.0.old*, version 2.5.0 worked fine? The reason that the creation of a new *AdWordsServices* object leads to this exception is that *AdWordsServices* has a static final Injector

Re: Errors in Java maven com.google.api-ads version 2.5.0

2015-10-20 Thread Adxsearch Adxpand
Neither 201506 nor 201509 works with 2.5.0 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this

Errors in Java maven com.google.api-ads version 2.5.0

2015-10-20 Thread Adxsearch Adxpand
We have 2 Java, Hibernate, Spring v2.5.6 web applications. In v2.4.1 both work fine. But when changing the version to 2.5.0 and AdWords API version 201509, one project boots with Maven 3.3.3 and Jetty version 9.2.11.v20150529. But the other one doesn't. Both uses Java 1.7.0_71

Re: Errors in Java maven com.google.api-ads version 2.5.0

2015-10-20 Thread Adxsearch Adxpand
Neither 201506 nor 201509 works with 2.5.0 On Tuesday, October 20, 2015 at 2:13:56 PM UTC+2, Adxsearch Adxpand wrote: > > We have 2 Java, Hibernate, Spring v2.5.6 web applications. In v2.4.1 both > work fine. But when changing the version to 2.5.0 and AdWords API version > 201509, one project

Re: Errors in Java maven com.google.api-ads version 2.5.0

2015-10-20 Thread Josh Radcliff (AdWords API Team)
Hi, In v2.5.0, we upgraded to Guice 4.0 (see the ChangeLog ). I suspect this is what's causing the exception you mentioned. Do any of your other maven dependencies depend on Guice? Now that the client library depends