I have a HTTP Consumer passing a message to a bean, and the In message is
being stripped down to <?xml version="1.0" encoding="UTF-8"?>.
I have an Exchange Listener, and it appears to be happening when the message
is being accepted by the bean. [handleExchange] output is from the Exchange
listener, and [Persistence] is from the bean. Any ideas on why this is
happening?
[handleExchange: SENT]
Component: servicemix-http
Activation component name: servicemix-http
Activation dest endpoint: null
Activation id: null
ServiceName: {http://airband.com/esb}Persistence
ExchangeId: ID:192.168.1.104-116d97c39ad-10:3
DeliveryChannel: DeliveryChannel{servicemix-http}
SouceId: [container=ServiceMix,name=servicemix-http]
DestinationId: null
Status: Active
Timestamp: 1197653381599
Error: null
Message In: <?xml version="1.0" encoding="UTF-8"?><sendEvent
xmlns="http://airband.com/esb/ws" xmlns:ns2="http://airband.com/esb/xml"
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<Event createDate="2007-12-11T10:40:12.214+00:04" sourceSystem="dev test"/>
</sendEvent>
Message Out: null
[handleExchange: ACCEPTED]
Component: servicemix-http
Activation component name: servicemix-http
Activation dest endpoint: null
Activation id: null
ServiceName: {http://airband.com/esb}Persistence
ExchangeId: ID:192.168.1.104-116d97c39ad-10:3
DeliveryChannel: DeliveryChannel{servicemix-http}
SouceId: [container=ServiceMix,name=servicemix-http]
DestinationId: [container=ServiceMix,name=servicemix-bean]
Destination ContainerName: ServiceMix
Destination Name: servicemix-bean
Status: Active
Timestamp: 1197653381630
Error: null
Message In: <?xml version="1.0" encoding="UTF-8"?>
Message Out: null
[esb:Persistence] Received exchange: ID:192.168.1.104-116d97c39ad-10:3
Active
[Persistence] <In msg> <?xml version="1.0" encoding="UTF-8"?>
--
View this message in context:
http://www.nabble.com/In-message-truncated-tp14339747s12049p14339747.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.