�Hi All,
Thanks for your swift replies and suggestions.
I would like to know how to unmarshall?


I use the following code.But,it gives me NoClassDefFoundError.
java.lang.NoClassDefFoundError: com/a/b/c/TestHeader (wrong name: com/a/b/c/TestHeader)

java.io.FileReader in=new java.io.FileReader("C:\\TestXML.xml");
test=(Test) Unmarshaller.unmarshal(Test.class,in);

The structure of the TestXML.xml is as follows:
<Test>
<TestHeader>
----
</TestHeader>
</Test>

Expecting your replies in this regard,
Janarthanan Kesavan

Life is not a bed of roses!
----------------------------
With warmest regards,
T.K.Janarthanan.
----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-user

Reply via email to