Hi again John,
Sorry for the late answer, I just made a new project which should be an
exact (Maven) copy of the Ant project I posted a link to. I did this to make
sure that I wasn't wasting you time with a "renaming" error from my part. I
got the same error though.
Line 51 is the exception itself:
catch (Exception e) {throw new JiBXException("Error marshalling XML to
Object",e);
>> Could you get the XML the method is seeing logged perhaps, or the value
of the src parameter? Maybe inspect the cause and message of the exception
in catch block?
These are good ideas, but I don't know how to do it. Java's "println" does
not work, so it is possible til write directly to the ServiceMix console, so
we can see the content of the variables we're interested in?
Kind regards
Kenneth H