Hello,
 
I've writen a few JUnit tests for my application, If I run the test integrated into Eclipse JUnit manager it works perferctly, but if I run it as a standalone application I get the following error:
 
"Unable to create marshaller of class" (ClassCastException in MarsahllingContext:887)
 
The line is:
IMarshaller m = (IMarshaller)clas.newInstance();
 
When I try to debug this, the clas object reprensents the same class name (the JiBX generated class) in both case. So I don't really understand what's going wrong.
 
Thanks for your help
Gilles

Reply via email to