7 messages in com.googlegroups.google-base-data-apiRe: No Child Handler for feedLink Mes...
FromSent OnAttachments
Pete Lavetsky02 Jan 2008 10:53 
Jeff S03 Jan 2008 11:01 
Jeff S07 Jan 2008 16:49 
Pete Lavetsky08 Jan 2008 05:00 
Jeff S10 Jan 2008 13:31 
Pete Lavetsky14 Jan 2008 05:46 
Jeff S15 Jan 2008 16:53 
Subject:Re: No Child Handler for feedLink Message
From:Jeff S (j.@google.com)
Date:01/15/2008 04:53:26 PM
List:com.googlegroups.google-base-data-api

Hi Pete,

The version numbers on the jar files are kept the same so that you don't need to change the lists of dependencies (or the classpath) but the versions within the jars does change. I looked up the version number in gdata/java/build/version.properties for client.impl.version. Sorry I didn't explain this earlier, it's kind of buried :)

Thank you,

Jeff

On Jan 14, 5:46 am, Pete Lavetsky <pete@gmail.com> wrote:

Jeff,

I feel silly but can't seem to find the proper Java libraries for the updated version.

I downloaded gdata.java-1.15.2.zip
fromhttp://code.google.com/p/gdata-java-client/downloads/list

In the lib directory the following jars exist, all version 1.0.

gdata-appsforyourdomain-1.0.jar gdata-appsforyourdomain-meta-1.0.jar gdata-base-1.0.jar gdata-calendar-1.0.jar gdata-calendar-meta-1.0.jar gdata-client-1.0.jar gdata-client-meta-1.0.jar gdata-codesearch-1.0.jar gdata-codesearch-meta-1.0.jar gdata-core-1.0.jar gdata-docs-1.0.jar gdata-docs-meta-1.0.jar gdata-media-1.0.jar gdata-photos-1.0.jar gdata-photos-meta-1.0.jar gdata-spreadsheet-1.0.jar gdata-spreadsheet-meta-1.0.jar gdata-youtube-1.0.jar gdata-youtube-meta-1.0.jar

Am I supposed to build this jar from source?

Thanks Pete

On Jan 10, 4:31 pm, Jeff S <j.@google.com> wrote:

Thank you Pete,

I think the reason these elements were not converted as expected is that the handlers were new in version 1.15.1. The most recent version should convert these XML elements and not show the warnings. Does using the most recent version fix this?

Cheers,

Jeff

On Jan 8, 5:00 am, Pete Lavetsky <pete@gmail.com> wrote:

Jeff,

gdata-base-1.0.2.jar gdata-client-1.0.jar Sun jdk1.5.0_06

Pete

On Jan 7, 7:49 pm, Jeff S <j.@google.com> wrote:

One more question, which version of the Java client are you using?

Thank you,

Jeff

On Jan 3, 11:01 am, Jeff S <j.@google.com> wrote:

Hi Pete,

This shouldn't present a problem but I will look into it because it seems like incorrect behavior. You shouldn't need to worry because all of the XML is still preserved, it is just being converted into Java objects differently and it would probably be less convenient to get the content of a feed link element if you were trying to. Please let me know if this impacts your application.

Thank you for mentioning this,

Jeff

On Jan 2, 10:54 am, Pete Lavetsky <pete@gmail.com> wrote:

Hi All,

We recently started receiving the following output using the Java API for Google Base.

com.google.gdata.util.XmlParser$ElementHandler getChildHandler INFO: No child handler for feedLink. Treating as an extension element.

I don't believe it's affecting add / update / delete of items, but it's troublesome nonetheless. Anyone have any idea what this is or what it means?

Thanks