Hi,
I am using the 1.03M release of Castor.
I am reading an XML file in my code and trying to
unmarshall that to a bean using which I will insert
data in the database.
I am getting the following error when trying to
unmarshall and XML file to my java bean:
java.lang.NoClassDefFoundError:
org/exolab/castor/persist/ClassMolderHelper
at
org.exolab.castor.mapping.loader.MappingLoader.createDescriptor(MappingLoader.java:479)
at
org.exolab.castor.xml.XMLMappingLoader.createDescriptor(XMLMappingLoader.java:228)
at
org.exolab.castor.mapping.loader.MappingLoader.loadMapping(MappingLoader.java:269)
at
org.exolab.castor.mapping.Mapping.getResolver(Mapping.java:292)
at
org.exolab.castor.mapping.Mapping.getResolver(Mapping.java:247)
at
org.exolab.castor.xml.Unmarshaller.setMapping(Unmarshaller.java:473)
at
org.exolab.castor.xml.Unmarshaller.<init>(Unmarshaller.java:244)
I do not see this class in the jar file.
Am I missing anything?
Thanks,
Swati
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-------------------------------------------------
If you wish to unsubscribe from this list, please
send an empty message to the following address:
[EMAIL PROTECTED]
-------------------------------------------------