Hi everyone

I forgot telling what my error was.
It makes me feel stupid...

The think is that I just needed to use an object factory that creates my
model class:

@XmlRegistry
public class ObjectFactory {

    public MyClass createMyClass() {
        return new MyClass();
    }
}

And that's it.

Thanks you all!



--
View this message in context: 
http://camel.465427.n5.nabble.com/CSV-bindy-tp5751292p5753994.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to