• 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

one problem in CASTOR parsing...

 
Ranch Hand
Posts: 3852
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am using Castor for parsing but I am not generating java code from it (because it generates additional description classes) and writing my own bean classes corresponding to XML file & writing mapping.xml (mapping file) for mapping b/w java classes & XML file.

but faceing one problem:


The only problem I am getting with deliveryModeList. It gives me an error like: No class descriptor found for delivery-mode. My doubt is, why it is not giving this error for person.

I hope my question is clear.
Please help me.
Thanks.
 
reply
    Bookmark Topic Watch Topic
  • New Topic