Claus, FallbackConverter seems to be something that could work indeed.

However, when I implement the my converter that way I get this error
message:

Caused by: java.lang.ClassCastException:
com.bsb.docgen.xml.notification.impl.NotificationTypeImpl cannot be cast to
org.apache.camel.StreamCache

Accorindg to the online documentation
(http://camel.apache.org/stream-caching.html) the stream-caching feature is
disabled by default in Camel 2.0+

When I try to force disabling the feature by setting <route
streamCaching="false">, It appears to have been removed completely from the
XML Schema:

Caused by: org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: Attribute
'streamCaching' is not allowed to appear in element 'route'.

Any idea on how to solve this ?
-- 
View this message in context: 
http://camel.465427.n5.nabble.com/Converter-Generics-tp2839250p2840218.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to