• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

XMLDecoder

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have encoded a java bean with the XMLEncoder. For empty strings and zero value attributes, the XMLEncoder do not generate XML to eliminate redundancy.
When I try to decode the xml back to the java bean I get a "java.lang.reflect.InvocationTargetException" :shocked: , which I assume it is trying to do the setters on the bean for attributes that does not exist in the XML. Has anybody worked with this and how did you get by the problem??

Thanks
Jakes
reply
    Bookmark Topic Watch Topic
  • New Topic