• 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

problem with unmarshal

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
we are using castor-0.9.2.jar,castor-0.9.2-xml.jar versions
for xml binding.
we are able to marshel javabeans to xml.
but while unmarsahling that XML file we are facing problem.
at <adlcp:location> tag.
data in XML file is like below :---

<metadata>
<schema>ADL SCORM</schema>
<adlcp:location>imsmanifestlom.xml</adlcp:location>
</metadata>


and error is below :----

org.xml.sax.SAXException: unable to find FieldDescriptor for 'location' in ClassDescriptor of com.scorm.mappingbeans.manifest.metadata.Meta-data{file: ; line: 12; column: 25}


how to solve this ...
plz help me
thanks in advance.
[ June 02, 2006: Message edited by: Bear Bibeault ]
reply
    Bookmark Topic Watch Topic
  • New Topic