Hey!
Thansk for the fast reply! Jaxb itself is working perfectly, however, the
problem arises when I try to use the Prefixmapper:
Map prefix = new HashMap();
prefix.put("namespace1", "ns1");
prefix.put("namespace2", "ns2");
myJaxb.setNamespacePrefix(prefix);
In a Junit test in Eclipse this work
I'm using Camel version 2.15.1, and it works in Eclipse.
However, when using it in combination with Karaf 3.0.3, it is not working
(see stacktrace below).
Will there be a fix soon, or is this fixed in a different version of Camel?
2015-07-15 12:04:17,996 | ERROR | raf-3.0.3/deploy | BlueprintCame