Hi all,

First one, happy new year everyone :handshake:.
Now this is my question:
I have a route in which I use "seda" endpoint

<route>
        <from uri="direct:start" />                     
<process ref="correlationProcessor" />
        <to uri="seda:clientRequest" />
</route>
<route>
        <from uri="seda:clientRequest" />
        <multicast parallelProcessing="true">
                <to uri="seda:providerFixeRequest" />
                <to uri="seda:providerMobileRequest" />
                <to uri="seda:providerInternetRequest" />
        </multicast>
</route>
…

The first message sent to "direct:start" is a SOAPMessage, my processor
"CorrelationProcessor" just add an ID to the exchange.
When I execute, my routes I have the following warning and I would like to
understand what happened.


….
05 janv. 2009 10:26:27-230 DEBUG : [btpool3-1      ] CorrelationProcessor       
   
==> Add following UUID to input message
:9b382145-4f17-4c1d-a0e5-88a15237dda6
05 janv. 2009 10:27:43-492 WARN  : [seda:clientRequest thread:14]
DefaultTypeConverter           ==> Overriding type converter from:
StaticMethodTypeConverter: public static java.lang.String
org.apache.camel.converter.IOConverter.toString(javax.xml.transform.Source)
throws javax.xml.transform.TransformerException,java.io.IOException to:
InstanceMethodTypeConverter: public java.lang.String
org.apache.camel.converter.jaxp.XmlConverter.toString(javax.xml.transform.Source)
throws javax.xml.transform.TransformerException
05 janv. 2009 10:27:43-492 WARN  : [seda:clientRequest thread:14]
DefaultTypeConverter           ==> Overriding type converter from:
StaticMethodTypeConverter: public static java.lang.String
org.apache.camel.converter.IOConverter.toString(javax.xml.transform.Source)
throws javax.xml.transform.TransformerException,java.io.IOException to:
InstanceMethodTypeConverter: public java.lang.String
org.apache.camel.converter.jaxp.XmlConverter.toString(javax.xml.transform.Source)
throws javax.xml.transform.TransformerException
05 janv. 2009 10:27:43-523 DEBUG : [seda:providerMobileRequest thread:10]
MobileProcessor                ==> MobileProcessor

….

Is someone can help me ?
Best regards,
Mta38

-- 
View this message in context: 
http://www.nabble.com/Seda-StaticMethodTypeConverter-TransformerException-tp21287333s22882p21287333.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to