Re: Error - Reflection is not allowed on private - App Engine

2013-12-19 Thread Anders H
Hi Takeshi, It helped trying with 1.8.3 on the devserver and I get a nice list of accounts from the MCC, but when uploading to appspot, I still get the error: Reflection is not allowed on private.The error is the same on both the test and prod mcc when running on appspot. Best, Anders.

Re: Error - Reflection is not allowed on private - App Engine

2013-12-18 Thread Anders H
Hi Takeshi, The different artifact versions from the DfpPlayground pom.xml seems to be quite old. The version used in the example for adwords-appengine is 1.18.0, but the newest version I could find is 1.22.0. I normally try to use the latest stable versions of software components, to get

Re: Error - Reflection is not allowed on private - App Engine

2013-12-18 Thread Takeshi Hagikura (AdWords API Team)
Hi Andres, It's likely related to this issue http://stackoverflow.com/questions/17665456/maven-3-1-0-breaks-google-app-engine-maven-plugin. Can you please try the 1.8.3 appengine-maven-plugin? Best, - Takeshi, On Thursday, December 19, 2013 8:26:48 AM UTC+9, Anders H wrote: Hi Takeshi,

Re: Error - Reflection is not allowed on private - App Engine

2013-12-17 Thread Takeshi Hagikura (AdWords API Team)
Hi Andres, Apologies for the delay. At least I got it to work to call the AdWords API services (CampaignService) with the dependencies in the same pom.xmlhttps://code.google.com/p/google-api-ads-java/source/browse/pom.xml?repo=dfp-playground as DfpPlayground + adwords-appengine dependency.

Re: Error - Reflection is not allowed on private - App Engine

2013-12-16 Thread Anders H
Just to make sure that the problem is not related to Eclipse / m2e, I have also tried to set up and compile the project using Maven, but without using Eclipse. The result was the same. Den onsdag den 11. december 2013 23.47.07 UTC+1 skrev Anders H: Hi, All imported jaxws classes in the Java

Re: Error - Reflection is not allowed on private - App Engine

2013-12-11 Thread Takeshi Hagikura (AdWords API Team)
Hi, Looks like one of your jars that has binding of jaxws is competing with the Java native implementation. You need to include only needed jars. At least dfp-playground works with the Java library with jaxws on appengine. Can you please refer to its

Re: Error - Reflection is not allowed on private - App Engine

2013-12-11 Thread Anders H
Hi, All imported jaxws classes in the Java app are from: com.google.api.ads.adwords.jaxws.v201309. I have included the pom.xml being used for reference. Thanks, Anders Den onsdag den 11. december 2013 20.05.41 UTC+1 skrev Takeshi Hagikura (AdWords API Team): Hi, Looks like one of your

Error - Reflection is not allowed on private - App Engine

2013-12-08 Thread Anders H
I am running the GetAccountHierarchy.java example on App Engine with JAX-WS. The application is created using Apache Maven for dependencies and the imported jaxws classes are from adwords-appengine-1.22.0.jar. When running the app on appspot I get an exception that doesn't tell me much about