Hi all,

I have a factorial service example which was running well with a nightly build from last thursday (2006/09/21) and it is not working at all since yesterday (nightly build 2006/09/25).
Between these two dates, I have seen that a thread pool has been added.
Is it possible that there is a problem with that ?
My example is as follow :

client -> sm-http -> BPEL SE -> BPEL Engine -> BPEL-SE.... -> sm-http -> client

You can find hereafter the traces I get. In fact, in a normal execution, the following calls are performed :

DeliveryChannelImpl.processInBound : Processing inbound exchange
DeliveryChannelImpl.processInBound : Received
DeliveryChannelImpl.sendSync : SendSync ID:frec445363-48671-1159271817545-7:0 in DeliveryChannel{Orchestra}
DeliveryChannelImpl.doSend : Sent:
DefaultBroker.resolveAddress : Routing exchange
AbstractFlow.send : Called Flow send
DeliveryChannelImpl.waitForExchange : Waiting for exchange
SedaQueue$1.run : [EMAIL PROTECTED] dequeued exchange

When the problem occurs, it seems that the last message never appears as if the exchange was never dequeued..

Thanks for your help
Regards,
Charles

2006-09-26 14:08:15,379 : DeliveryChannelImpl.send : Send ID:frec445363-48671-1159271817545-3:0 in DeliveryChannel{servicemix-http}
2006-09-26 14:08:15,431 : DeliveryChannelImpl.doSend : Sent: InOut[
 id: ID:frec445363-48671-1159271817545-3:0
 status: Active
 role: consumer
 service: {urn:factorialService:bpel:bsoap}FactorialServiceServiceBP
 endpoint: FactorialServicePT
 operation: {urn:factorialService:bpel:bsoap}process
in: <?xml version="1.0" encoding="UTF-8"?><tns:process xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:tns="urn:factorialService:bpel:bsoap"><value>10.0</value></tns:process>
]
2006-09-26 14:08:15,443 : DefaultBroker.resolveAddress : Routing exchange InOut[
 id: ID:frec445363-48671-1159271817545-3:0
 status: Active
 role: provider
 service: {urn:factorialService:bpel:bsoap}FactorialServiceServiceBP
 endpoint: FactorialServicePT
 operation: {urn:factorialService:bpel:bsoap}process
in: <?xml version="1.0" encoding="UTF-8"?><tns:process xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:tns="urn:factorialService:bpel:bsoap"><value>10.0</value></tns:process> ] to: ServiceEndpoint[service={urn:factorialService:bpel:bsoap}FactorialServiceServiceBP,endpoint=FactorialServicePT]
2006-09-26 14:08:15,444 : AbstractFlow.send : Called Flow send
2006-09-26 14:08:15,469 : SedaQueue$1.run : [EMAIL PROTECTED] dequeued exchange: InOut[
 id: ID:frec445363-48671-1159271817545-3:0
 status: Active
 role: provider
 service: {urn:factorialService:bpel:bsoap}FactorialServiceServiceBP
 endpoint: FactorialServicePT
 operation: {urn:factorialService:bpel:bsoap}process
in: <?xml version="1.0" encoding="UTF-8"?><tns:process xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:tns="urn:factorialService:bpel:bsoap"><value>10.0</value></tns:process>
]
2006-09-26 14:08:15,471 : DeliveryChannelImpl.processInBound : Processing inbound exchange: InOut[
 id: ID:frec445363-48671-1159271817545-3:0
 status: Active
 role: provider
 service: {urn:factorialService:bpel:bsoap}FactorialServiceServiceBP
 endpoint: FactorialServicePT
 operation: {urn:factorialService:bpel:bsoap}process
in: <?xml version="1.0" encoding="UTF-8"?><tns:process xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:tns="urn:factorialService:bpel:bsoap"><value>10.0</value></tns:process>
]
2006-09-26 14:08:15,477 : DeliveryChannelImpl.processInBound : Received: InOut[
 id: ID:frec445363-48671-1159271817545-3:0
 status: Active
 role: provider
 service: {urn:factorialService:bpel:bsoap}FactorialServiceServiceBP
 endpoint: FactorialServicePT
 operation: {urn:factorialService:bpel:bsoap}process
in: <?xml version="1.0" encoding="UTF-8"?><tns:process xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:tns="urn:factorialService:bpel:bsoap"><value>10.0</value></tns:process>
]
OrchestraExchangeProcessor.process, exchange = InOut[
 id: ID:frec445363-48671-1159271817545-3:0
 status: Active
 role: provider
 service: {urn:factorialService:bpel:bsoap}FactorialServiceServiceBP
 endpoint: FactorialServicePT
 operation: {urn:factorialService:bpel:bsoap}process
in: <?xml version="1.0" encoding="UTF-8"?><tns:process xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:tns="urn:factorialService:bpel:bsoap"><value>10.0</value></tns:process>
]
callOrchestra, endpointURL = http://localhost:9000/axis/services/FactorialServicePT callOrchestra, conFactory = [EMAIL PROTECTED]
callOrchestra, connection = [EMAIL PROTECTED]
callOrchestra, messFactory = [EMAIL PROTECTED]
callOrchestra, message = [EMAIL PROTECTED]
callOrchestra, in = [#document: null]
callOrchestra, in = <?xml version="1.0" encoding="UTF-8"?><tns:process xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:tns="urn:factorialService:bpel:bsoap"><value>10.0</value></tns:process> callOrchestra, body = <soapenv:Body xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";><tns:process xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:tns="urn:factorialService:bpel:bsoap"><value>10.0</value></tns:process></soapenv:Body> 2006-09-26 14:08:15,576 : FileProvider.check : Configuration file read-only so engine configuration changes will not be saved. 2006-09-26 14:08:17,940 : FileProvider.check : Configuration file read-only so engine configuration changes will not be saved. 2006-09-26 14:08:18,288 : FileProvider.check : Configuration file read-only so engine configuration changes will not be saved.
In the impl file, body received : [process: null]
In the impl file before sending the message
OrchestraMessageListener.onMessage, message = ([EMAIL PROTECTED],messageID=ID:0.0.1026c16m1,destination=queue#0.0.1039,correlationId=null,deliveryMode=2,expiration=0,priority=4,redelivered=false,replyTo=null,timestamp=1159272498446,type=null), this = [EMAIL PROTECTED]
before sendSync, me = InOut[
 id: ID:frec445363-48671-1159271817545-7:0
 status: Active
 role: consumer
 interface: {urn:factorialService:bpel:bsoap}FactorialServicePT
 service: {urn:factorialService:bpel:bsoap}FactorialServiceServiceBP
 endpoint: FactorialServicePT
 operation: {urn:factorialService:bpel:bsoap}process
in: <?xml version="1.0" encoding="UTF-8"?><process xmlns="urn:factorialService:bpel:bsoap"><value xmlns="">9.0</value></process>
]
2006-09-26 14:08:18,509 : DeliveryChannelImpl.sendSync : SendSync ID:frec445363-48671-1159271817545-7:0 in DeliveryChannel{Orchestra}
2006-09-26 14:08:18,515 : DeliveryChannelImpl.doSend : Sent: InOut[
 id: ID:frec445363-48671-1159271817545-7:0
 status: Active
 role: consumer
 interface: {urn:factorialService:bpel:bsoap}FactorialServicePT
 service: {urn:factorialService:bpel:bsoap}FactorialServiceServiceBP
 endpoint: FactorialServicePT
 operation: {urn:factorialService:bpel:bsoap}process
in: <?xml version="1.0" encoding="UTF-8"?><process xmlns="urn:factorialService:bpel:bsoap"><value xmlns="">9.0</value></process>
]
2006-09-26 14:08:18,518 : DefaultBroker.resolveAddress : Routing exchange InOut[
 id: ID:frec445363-48671-1159271817545-7:0
 status: Active
 role: provider
 interface: {urn:factorialService:bpel:bsoap}FactorialServicePT
 service: {urn:factorialService:bpel:bsoap}FactorialServiceServiceBP
 endpoint: FactorialServicePT
 operation: {urn:factorialService:bpel:bsoap}process
in: <?xml version="1.0" encoding="UTF-8"?><process xmlns="urn:factorialService:bpel:bsoap"><value xmlns="">9.0</value></process> ] to: ServiceEndpoint[service={urn:factorialService:bpel:bsoap}FactorialServiceServiceBP,endpoint=FactorialServicePT]
2006-09-26 14:08:18,521 : AbstractFlow.send : Called Flow send
2006-09-26 14:08:18,523 : DeliveryChannelImpl.waitForExchange : Waiting for exchange ID:frec445363-48671-1159271817545-7:0 (c7e580) to be answered in DeliveryChannel{Orchestra} from sendSync 2006-09-26 14:08:18,527 : SedaQueue$1.run : [EMAIL PROTECTED] dequeued exchange: InOut[
 id: ID:frec445363-48671-1159271817545-7:0
 status: Active
 role: provider
 interface: {urn:factorialService:bpel:bsoap}FactorialServicePT
 service: {urn:factorialService:bpel:bsoap}FactorialServiceServiceBP
 endpoint: FactorialServicePT
 operation: {urn:factorialService:bpel:bsoap}process
in: <?xml version="1.0" encoding="UTF-8"?><process xmlns="urn:factorialService:bpel:bsoap"><value xmlns="">9.0</value></process>
]
2006-09-26 14:08:18,531 : DeliveryChannelImpl.processInBound : Processing inbound exchange: InOut[
 id: ID:frec445363-48671-1159271817545-7:0
 status: Active
 role: provider
 interface: {urn:factorialService:bpel:bsoap}FactorialServicePT
 service: {urn:factorialService:bpel:bsoap}FactorialServiceServiceBP
 endpoint: FactorialServicePT
 operation: {urn:factorialService:bpel:bsoap}process
in: <?xml version="1.0" encoding="UTF-8"?><process xmlns="urn:factorialService:bpel:bsoap"><value xmlns="">9.0</value></process>
]
2006-09-26 14:08:18,541 : DeliveryChannelImpl.processInBound : Received: InOut[
 id: ID:frec445363-48671-1159271817545-7:0
 status: Active
 role: provider
 interface: {urn:factorialService:bpel:bsoap}FactorialServicePT
 service: {urn:factorialService:bpel:bsoap}FactorialServiceServiceBP
 endpoint: FactorialServicePT
 operation: {urn:factorialService:bpel:bsoap}process
in: <?xml version="1.0" encoding="UTF-8"?><process xmlns="urn:factorialService:bpel:bsoap"><value xmlns="">9.0</value></process>
]
OrchestraExchangeProcessor.process, exchange = InOut[
 id: ID:frec445363-48671-1159271817545-7:0
 status: Active
 role: provider
 interface: {urn:factorialService:bpel:bsoap}FactorialServicePT
 service: {urn:factorialService:bpel:bsoap}FactorialServiceServiceBP
 endpoint: FactorialServicePT
 operation: {urn:factorialService:bpel:bsoap}process
in: <?xml version="1.0" encoding="UTF-8"?><process xmlns="urn:factorialService:bpel:bsoap"><value xmlns="">9.0</value></process>
]
callOrchestra, endpointURL = http://localhost:9000/axis/services/FactorialServicePT callOrchestra, conFactory = [EMAIL PROTECTED]
callOrchestra, connection = [EMAIL PROTECTED]
callOrchestra, messFactory = [EMAIL PROTECTED]
In the impl file after sending the message, not oneWay
callOrchestra, message = [EMAIL PROTECTED]
callOrchestra, in = [#document: null]
callOrchestra, in = <?xml version="1.0" encoding="UTF-8"?><process xmlns="urn:factorialService:bpel:bsoap"><value xmlns="">9.0</value></process> callOrchestra, body = <soapenv:Body xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";><ns1:process xmlns="urn:factorialService:bpel:bsoap" xmlns:ns1="urn:factorialService:bpel:bsoap"><value xmlns="">9.0</value></ns1:process></soapenv:Body> 2006-09-26 14:08:18,599 : FileProvider.check : Configuration file read-only so engine configuration changes will not be saved. 2006-09-26 14:08:20,164 : FileProvider.check : Configuration file read-only so engine configuration changes will not be saved. 2006-09-26 14:08:20,249 : FileProvider.check : Configuration file read-only so engine configuration changes will not be saved.
In the impl file, body received : [process: null]
In the impl file before sending the message
In the impl file after sending the message, not oneWay
OrchestraMessageListener.onMessage, message = ([EMAIL PROTECTED],messageID=ID:0.0.1026c28m1,destination=queue#0.0.1039,correlationId=null,deliveryMode=2,expiration=0,priority=4,redelivered=false,replyTo=null,timestamp=1159272500325,type=null), this = [EMAIL PROTECTED]
before sendSync, me = InOut[
 id: ID:frec445363-48671-1159271817545-7:1
 status: Active
 role: consumer
 interface: {urn:factorialService:bpel:bsoap}FactorialServicePT
 service: {urn:factorialService:bpel:bsoap}FactorialServiceServiceBP
 endpoint: FactorialServicePT
 operation: {urn:factorialService:bpel:bsoap}process
in: <?xml version="1.0" encoding="UTF-8"?><process xmlns="urn:factorialService:bpel:bsoap"><value xmlns="">8.0</value></process>
]
2006-09-26 14:08:20,340 : DeliveryChannelImpl.sendSync : SendSync ID:frec445363-48671-1159271817545-7:1 in DeliveryChannel{Orchestra}
2006-09-26 14:08:20,343 : DeliveryChannelImpl.doSend : Sent: InOut[
 id: ID:frec445363-48671-1159271817545-7:1
 status: Active
 role: consumer
 interface: {urn:factorialService:bpel:bsoap}FactorialServicePT
 service: {urn:factorialService:bpel:bsoap}FactorialServiceServiceBP
 endpoint: FactorialServicePT
 operation: {urn:factorialService:bpel:bsoap}process
in: <?xml version="1.0" encoding="UTF-8"?><process xmlns="urn:factorialService:bpel:bsoap"><value xmlns="">8.0</value></process>
]
2006-09-26 14:08:20,348 : DefaultBroker.resolveAddress : Routing exchange InOut[
 id: ID:frec445363-48671-1159271817545-7:1
 status: Active
 role: provider
 interface: {urn:factorialService:bpel:bsoap}FactorialServicePT
 service: {urn:factorialService:bpel:bsoap}FactorialServiceServiceBP
 endpoint: FactorialServicePT
 operation: {urn:factorialService:bpel:bsoap}process
in: <?xml version="1.0" encoding="UTF-8"?><process xmlns="urn:factorialService:bpel:bsoap"><value xmlns="">8.0</value></process> ] to: ServiceEndpoint[service={urn:factorialService:bpel:bsoap}FactorialServiceServiceBP,endpoint=FactorialServicePT]
2006-09-26 14:08:20,349 : AbstractFlow.send : Called Flow send
2006-09-26 14:08:20,353 : DeliveryChannelImpl.waitForExchange : Waiting for exchange ID:frec445363-48671-1159271817545-7:1 (7293dd) to be answered in DeliveryChannel{Orchestra} from sendSync 2006-09-26 14:08:20,361 : SedaQueue$1.run : [EMAIL PROTECTED] dequeued exchange: InOut[
 id: ID:frec445363-48671-1159271817545-7:1
 status: Active
 role: provider
 interface: {urn:factorialService:bpel:bsoap}FactorialServicePT
 service: {urn:factorialService:bpel:bsoap}FactorialServiceServiceBP
 endpoint: FactorialServicePT
 operation: {urn:factorialService:bpel:bsoap}process
in: <?xml version="1.0" encoding="UTF-8"?><process xmlns="urn:factorialService:bpel:bsoap"><value xmlns="">8.0</value></process>
]
2006-09-26 14:08:20,364 : DeliveryChannelImpl.processInBound : Processing inbound exchange: InOut[
 id: ID:frec445363-48671-1159271817545-7:1
 status: Active
 role: provider
 interface: {urn:factorialService:bpel:bsoap}FactorialServicePT
 service: {urn:factorialService:bpel:bsoap}FactorialServiceServiceBP
 endpoint: FactorialServicePT
 operation: {urn:factorialService:bpel:bsoap}process
in: <?xml version="1.0" encoding="UTF-8"?><process xmlns="urn:factorialService:bpel:bsoap"><value xmlns="">8.0</value></process>
]
2006-09-26 14:08:20,366 : DeliveryChannelImpl.processInBound : Received: InOut[
 id: ID:frec445363-48671-1159271817545-7:1
 status: Active
 role: provider
 interface: {urn:factorialService:bpel:bsoap}FactorialServicePT
 service: {urn:factorialService:bpel:bsoap}FactorialServiceServiceBP
 endpoint: FactorialServicePT
 operation: {urn:factorialService:bpel:bsoap}process
in: <?xml version="1.0" encoding="UTF-8"?><process xmlns="urn:factorialService:bpel:bsoap"><value xmlns="">8.0</value></process>
]
OrchestraExchangeProcessor.process, exchange = InOut[
 id: ID:frec445363-48671-1159271817545-7:1
 status: Active
 role: provider
 interface: {urn:factorialService:bpel:bsoap}FactorialServicePT
 service: {urn:factorialService:bpel:bsoap}FactorialServiceServiceBP
 endpoint: FactorialServicePT
 operation: {urn:factorialService:bpel:bsoap}process
in: <?xml version="1.0" encoding="UTF-8"?><process xmlns="urn:factorialService:bpel:bsoap"><value xmlns="">8.0</value></process>
]
callOrchestra, endpointURL = http://localhost:9000/axis/services/FactorialServicePT callOrchestra, conFactory = [EMAIL PROTECTED]
callOrchestra, connection = [EMAIL PROTECTED]
callOrchestra, messFactory = [EMAIL PROTECTED]
callOrchestra, message = [EMAIL PROTECTED]
callOrchestra, in = [#document: null]
callOrchestra, in = <?xml version="1.0" encoding="UTF-8"?><process xmlns="urn:factorialService:bpel:bsoap"><value xmlns="">8.0</value></process> callOrchestra, body = <soapenv:Body xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";><ns1:process xmlns="urn:factorialService:bpel:bsoap" xmlns:ns1="urn:factorialService:bpel:bsoap"><value xmlns="">8.0</value></ns1:process></soapenv:Body> 2006-09-26 14:08:20,392 : FileProvider.check : Configuration file read-only so engine configuration changes will not be saved. 2006-09-26 14:08:21,217 : FileProvider.check : Configuration file read-only so engine configuration changes will not be saved. 2006-09-26 14:08:21,296 : FileProvider.check : Configuration file read-only so engine configuration changes will not be saved.
In the impl file, body received : [process: null]
In the impl file before sending the message
OrchestraMessageListener.onMessage, message = ([EMAIL PROTECTED],messageID=ID:0.0.1026c42m1,destination=queue#0.0.1039,correlationId=null,deliveryMode=2,expiration=0,priority=4,redelivered=false,replyTo=null,timestamp=1159272501338,type=null), this = [EMAIL PROTECTED]
before sendSync, me = InOut[
 id: ID:frec445363-48671-1159271817545-7:2
 status: Active
 role: consumer
 interface: {urn:factorialService:bpel:bsoap}FactorialServicePT
 service: {urn:factorialService:bpel:bsoap}FactorialServiceServiceBP
 endpoint: FactorialServicePT
 operation: {urn:factorialService:bpel:bsoap}process
in: <?xml version="1.0" encoding="UTF-8"?><process xmlns="urn:factorialService:bpel:bsoap"><value xmlns="">7.0</value></process>
]
2006-09-26 14:08:21,349 : DeliveryChannelImpl.sendSync : SendSync ID:frec445363-48671-1159271817545-7:2 in DeliveryChannel{Orchestra}
2006-09-26 14:08:21,354 : DeliveryChannelImpl.doSend : Sent: InOut[
 id: ID:frec445363-48671-1159271817545-7:2
 status: Active
 role: consumer
 interface: {urn:factorialService:bpel:bsoap}FactorialServicePT
 service: {urn:factorialService:bpel:bsoap}FactorialServiceServiceBP
 endpoint: FactorialServicePT
 operation: {urn:factorialService:bpel:bsoap}process
in: <?xml version="1.0" encoding="UTF-8"?><process xmlns="urn:factorialService:bpel:bsoap"><value xmlns="">7.0</value></process>
]
2006-09-26 14:08:21,359 : DefaultBroker.resolveAddress : Routing exchange InOut[
 id: ID:frec445363-48671-1159271817545-7:2
 status: Active
 role: provider
 interface: {urn:factorialService:bpel:bsoap}FactorialServicePT
 service: {urn:factorialService:bpel:bsoap}FactorialServiceServiceBP
 endpoint: FactorialServicePT
 operation: {urn:factorialService:bpel:bsoap}process
in: <?xml version="1.0" encoding="UTF-8"?><process xmlns="urn:factorialService:bpel:bsoap"><value xmlns="">7.0</value></process> ] to: ServiceEndpoint[service={urn:factorialService:bpel:bsoap}FactorialServiceServiceBP,endpoint=FactorialServicePT]
2006-09-26 14:08:21,361 : AbstractFlow.send : Called Flow send
In the impl file after sending the message, not oneWay
2006-09-26 14:08:21,364 : DeliveryChannelImpl.waitForExchange : Waiting for exchange ID:frec445363-48671-1159271817545-7:2 (198cbaa) to be answered in DeliveryChannel{Orchestra} from sendSync 2006-09-26 14:08:21,377 : SedaQueue$1.run : [EMAIL PROTECTED] dequeued exchange: InOut[
 id: ID:frec445363-48671-1159271817545-7:2
 status: Active
 role: provider
 interface: {urn:factorialService:bpel:bsoap}FactorialServicePT
 service: {urn:factorialService:bpel:bsoap}FactorialServiceServiceBP
 endpoint: FactorialServicePT
 operation: {urn:factorialService:bpel:bsoap}process
in: <?xml version="1.0" encoding="UTF-8"?><process xmlns="urn:factorialService:bpel:bsoap"><value xmlns="">7.0</value></process>
]
2006-09-26 14:08:21,381 : DeliveryChannelImpl.processInBound : Processing inbound exchange: InOut[
 id: ID:frec445363-48671-1159271817545-7:2
 status: Active
 role: provider
 interface: {urn:factorialService:bpel:bsoap}FactorialServicePT
 service: {urn:factorialService:bpel:bsoap}FactorialServiceServiceBP
 endpoint: FactorialServicePT
 operation: {urn:factorialService:bpel:bsoap}process
in: <?xml version="1.0" encoding="UTF-8"?><process xmlns="urn:factorialService:bpel:bsoap"><value xmlns="">7.0</value></process>
]
2006-09-26 14:08:21,384 : DeliveryChannelImpl.processInBound : Received: InOut[
 id: ID:frec445363-48671-1159271817545-7:2
 status: Active
 role: provider
 interface: {urn:factorialService:bpel:bsoap}FactorialServicePT
 service: {urn:factorialService:bpel:bsoap}FactorialServiceServiceBP
 endpoint: FactorialServicePT
 operation: {urn:factorialService:bpel:bsoap}process
in: <?xml version="1.0" encoding="UTF-8"?><process xmlns="urn:factorialService:bpel:bsoap"><value xmlns="">7.0</value></process>
]
OrchestraExchangeProcessor.process, exchange = InOut[
 id: ID:frec445363-48671-1159271817545-7:2
 status: Active
 role: provider
 interface: {urn:factorialService:bpel:bsoap}FactorialServicePT
 service: {urn:factorialService:bpel:bsoap}FactorialServiceServiceBP
 endpoint: FactorialServicePT
 operation: {urn:factorialService:bpel:bsoap}process
in: <?xml version="1.0" encoding="UTF-8"?><process xmlns="urn:factorialService:bpel:bsoap"><value xmlns="">7.0</value></process>
]
callOrchestra, endpointURL = http://localhost:9000/axis/services/FactorialServicePT callOrchestra, conFactory = [EMAIL PROTECTED]
callOrchestra, connection = [EMAIL PROTECTED]
callOrchestra, messFactory = [EMAIL PROTECTED]
callOrchestra, message = [EMAIL PROTECTED]
callOrchestra, in = [#document: null]
callOrchestra, in = <?xml version="1.0" encoding="UTF-8"?><process xmlns="urn:factorialService:bpel:bsoap"><value xmlns="">7.0</value></process> callOrchestra, body = <soapenv:Body xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";><ns1:process xmlns="urn:factorialService:bpel:bsoap" xmlns:ns1="urn:factorialService:bpel:bsoap"><value xmlns="">7.0</value></ns1:process></soapenv:Body> 2006-09-26 14:08:21,409 : FileProvider.check : Configuration file read-only so engine configuration changes will not be saved. 2006-09-26 14:08:22,328 : FileProvider.check : Configuration file read-only so engine configuration changes will not be saved. 2006-09-26 14:08:22,381 : FileProvider.check : Configuration file read-only so engine configuration changes will not be saved.
In the impl file, body received : [process: null]
In the impl file before sending the message
In the impl file after sending the message, not oneWay
OrchestraMessageListener.onMessage, message = ([EMAIL PROTECTED],messageID=ID:0.0.1026c53m1,destination=queue#0.0.1039,correlationId=null,deliveryMode=2,expiration=0,priority=4,redelivered=false,replyTo=null,timestamp=1159272502591,type=null), this = [EMAIL PROTECTED]
before sendSync, me = InOut[
 id: ID:frec445363-48671-1159271817545-7:3
 status: Active
 role: consumer
 interface: {urn:factorialService:bpel:bsoap}FactorialServicePT
 service: {urn:factorialService:bpel:bsoap}FactorialServiceServiceBP
 endpoint: FactorialServicePT
 operation: {urn:factorialService:bpel:bsoap}process
in: <?xml version="1.0" encoding="UTF-8"?><process xmlns="urn:factorialService:bpel:bsoap"><value xmlns="">6.0</value></process>
]
2006-09-26 14:08:22,934 : DeliveryChannelImpl.sendSync : SendSync ID:frec445363-48671-1159271817545-7:3 in DeliveryChannel{Orchestra}
2006-09-26 14:08:22,936 : DeliveryChannelImpl.doSend : Sent: InOut[
 id: ID:frec445363-48671-1159271817545-7:3
 status: Active
 role: consumer
 interface: {urn:factorialService:bpel:bsoap}FactorialServicePT
 service: {urn:factorialService:bpel:bsoap}FactorialServiceServiceBP
 endpoint: FactorialServicePT
 operation: {urn:factorialService:bpel:bsoap}process
in: <?xml version="1.0" encoding="UTF-8"?><process xmlns="urn:factorialService:bpel:bsoap"><value xmlns="">6.0</value></process>
]
2006-09-26 14:08:22,943 : DefaultBroker.resolveAddress : Routing exchange InOut[
 id: ID:frec445363-48671-1159271817545-7:3
 status: Active
 role: provider
 interface: {urn:factorialService:bpel:bsoap}FactorialServicePT
 service: {urn:factorialService:bpel:bsoap}FactorialServiceServiceBP
 endpoint: FactorialServicePT
 operation: {urn:factorialService:bpel:bsoap}process
in: <?xml version="1.0" encoding="UTF-8"?><process xmlns="urn:factorialService:bpel:bsoap"><value xmlns="">6.0</value></process> ] to: ServiceEndpoint[service={urn:factorialService:bpel:bsoap}FactorialServiceServiceBP,endpoint=FactorialServicePT]
2006-09-26 14:08:22,944 : AbstractFlow.send : Called Flow send
2006-09-26 14:08:22,946 : DeliveryChannelImpl.waitForExchange : Waiting for exchange ID:frec445363-48671-1159271817545-7:3 (1175cd6) to be answered in DeliveryChannel{Orchestra} from sendSync

Reply via email to