Hi,
I've some problem unmarshalling different objects in multiple routes with
camel-json (same camelContext).
Example:
from("direct:jsonToUser")
                                .unmarshal()
                                .json(JsonLibrary.Jackson, MUser.class)
and:
from("direct:jsonToPlayer")
                .unmarshal()
                .json(JsonLibrary.Jackson, Player.class)
                

When I take the first one it complains that a field is not a part of the
Player class (and for sure that isn't).

For info, I'm on an osgi environnement (tested on virgo + camel-spring and
karaf + camel-blueprint).

Kind regards,
Charlie




--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-Json-Json-unmarshalling-have-some-problem-with-different-object-on-the-same-context-tp5727040.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to