SilverHoodCorp / gdata-java-client

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

missing required text content in Google response: orgSymbol #332

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Get full profile feed
2.
3.

What is the expected output? What do you see instead?
Profile feed should return.  instead a parse exception is received for a blank 
orgSymbol: 
com.google.gdata.util.ParseException: [Line 10, Column 3502, element 
gd:orgSymbol] Missing required text content
    at com.google.gdata.util.XmlParser.throwParseException(XmlParser.java:722)
    at com.google.gdata.util.XmlParser.parse(XmlParser.java:685)
    at com.google.gdata.util.XmlParser.parse(XmlParser.java:568)
    at com.google.gdata.data.BaseFeed.parseAtom(BaseFeed.java:838)
    at com.google.gdata.wireformats.input.AtomDataParser.parse(AtomDataParser.java:68)
    at com.google.gdata.wireformats.input.AtomDataParser.parse(AtomDataParser.java:39)
    at com.google.gdata.wireformats.input.CharacterParser.parse(CharacterParser.java:100)
    at com.google.gdata.wireformats.input.XmlInputParser.parse(XmlInputParser.java:52)
    at com.google.gdata.wireformats.input.AtomDualParser.parse(AtomDualParser.java:66)
    at com.google.gdata.wireformats.input.AtomDualParser.parse(AtomDualParser.java:34)
    at com.google.gdata.client.Service.parseResponseData(Service.java:2036)
    at com.google.gdata.client.Service.getFeed(Service.java:1074)
    at com.google.gdata.client.Service.getFeed(Service.java:936)
    at com.google.gdata.client.GoogleService.getFeed(GoogleService.java:631)
    at com.google.gdata.client.Service.getFeed(Service.java:955)

What version of the product are you using? On what operating system?
java 1.43

Please provide any additional information below.
This looks very similar to what was addressed in 
http://code.google.com/p/gdata-java-client/issues/detail?id=101 except that 
this is for the orgSymbol field.

Original issue reported on code.google.com by szieg...@cloudsherpas.com on 4 Apr 2011 at 12:43