Hi community in the process method, i want to get a body of type wich is generated by xjc, how to pass to the getBody() the jaxb option ignoreJAXBElement="false" (used in the unmarshall) ?
this line fail (within the correct object in the echange.in.value attribute): GreetingRequestType user = (GreetingRequestType) exchange.getIn().getBody(GreetingRequestType.class); is it a bug or is there any workaround ? Thx Bruno -- View this message in context: http://old.nabble.com/in.getBody%28%29-Bug-----tp27544321p27544321.html Sent from the Camel - Users mailing list archive at Nabble.com.
