entry.getLastModifiedBy().getName() and entry.getLastModifiedBy().getEmail()
return null even though the XML is populated:
if (entry.getLastModifiedBy() != null) {
// values are filled
System.out.println(entry.getLastModifiedBy().getXmlBlob().getBlob());
// prints null
System.out.println(entry.getLastModifiedBy().getName());
// prints null
System.out.println(entry.getLastModifiedBy().getEmail());
}
Original issue reported on code.google.com by ericbide...@gmail.com on 8 May 2009 at 11:00
Original issue reported on code.google.com by
ericbide...@gmail.com
on 8 May 2009 at 11:00