|
Hi,
I am unmarshalling xml data to java object, i have done all the mapping and coding, and i tested also, after that i made all my code into a jar file. from jar file, i am calling some class, and which will call castor's unmarshalling method, there i am getting the following error.
I am getting error "org.exolab.castor.mapping.MappingException" and it says some methods are missing. but those methods are present in the classes. I am getting this error for all the unmarshalling methods.
How can i solve this problem.
Thanks,
Venkatesh Babu
|