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.