• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

castor_xml 0.9.9.1 sourcegeneration problem

 
Ranch Hand
Posts: 118
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I used castor 0.9.5 to generate the code from the xsd, and that worked fine. I had to upgrade the castor jar to 0.9.9.1 and the marshalling unmarshalling works fine, bt the source generated now doesnt work. When I run the SourceGeneration there is a nullpointer exception because of the LocationPackage Mapping.... in the BuilderConfiguration.

I am unable to figure out if theres something with the configuration..
reply
    Bookmark Topic Watch Topic
  • New Topic