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

Unable to locate jaxb.properties

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I am trying to generate a xml using jaxb marshalling mechanism. For that i had written a stand-alone java application. I have an xsd and generated list of helper classes using xjc. So the list of helper classes are available under generated folder. So when i am trying to execute the following line i am getting Unable to locate jaxb.properties for package generated.CneDataSyncType.



Here CneDataSyncType is the root element.

Please help me in resolving this problem.

Thanks
-Ravindra.
 
reply
    Bookmark Topic Watch Topic
  • New Topic