Ciao a tutti, non ho trovato la sezione corretta in cui postare x cui posto qui che mi sembra la più adatta(e poi non so più a chi chiedere!!)...

Ho creato un BPEL Workflow con il plugin di Eclipse ed ho provato ad effettuarne il deploy, utilizzando come BPEL engine il prodotto open source Apache ODE.
Apache ODE funziona con Axis2 utilizzando come server Tomcat 7.

Il semplice deploy dell'applicazione funziona correttamente se considero un workflow costituito da un'unica attività "Assign" (seguendo HelloWorldBPEL+ODEtutorial).
Nel momento in cui aggiungo un web service, da invocare mediante il blocco "Invoke", il deploy viene di nuovo effettuato correttamente,ma quando testo il mio workflow utilizzando la funzione "Web service explorer" di eclipse, ottengo nella console di Tomcat un errore di timeout, il seguente:

[WARN] triggerActionNotSupportedFault: messageContext: [MessageContext:
logID=urn:uuid:9AEEEA7E64BAE6D4E31241008449207] problemAction:
[ERROR] The [action] cannot be processed at the receiver.
org.apache.axis2.AxisFault: The [action] cannot be processed at the
receiver.
at
org.apache.axis2.addressing.AddressingFaultsHelper .triggerAddressingFault(AddressingFa \
ultsHelper.java:373) at
org.apache.axis2.addressing.AddressingFaultsHelper .triggerActionNotSupportedFault(Addr \
essingFaultsHelper.java:336) at
org.apache.axis2.handlers.addressing.AddressingInH andler.extractActionInformation(Addr \
essingInHandler.java:522) at
org.apache.axis2.handlers.addressing.AddressingInH andler.extractAddressingInformation( \
AddressingInHandler.java:239)
....

[ExternalService] Fault response: faultType=(unkown)
<?xml version='1.0' encoding='utf-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header xmlns:wsa="http://www.w3.org/2005/08/addressing"><wsa:Action>http://www.w3.org/2005/08/addressing/fault</wsa:Action><wsa:RelatesTo>uuid:hqejbhcnphr69l37j4d nai</wsa:RelatesTo><wsa:FaultDetail><wsa:ProblemAction> <wsa:Action>http://selezione/monitorMagazzino</wsa:Action></wsa:ProblemAction></wsa:FaultDetail></soapenv:Header><soapenv:Body><soapenv:Fault xmlns:wsa="http://www.w3.org/2005/08/addressing"><faultcode>wsa:ActionNotSupported</faultcode><faultstring>The [action] cannot be processed at the receiver.</faultstring><detail /></soapenv:Fault></soapenv:Body></soapenv:Envelope>
ERROR [INVOKE] Failure during invoke:
INFO [BpelRuntimeContextImpl] ActivityRecovery: Registering activity 11, failure reason: on channel 21
ERROR [ODEService] Timeout or execution error when waiting for response to MEX {MyRoleMex#hqejbhcnphr69l37j4dnac [Client hqejbhcnphr69l37j4dnab] calling {http://gestione}BPELGestione.process(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeIm pl$ResponseFuture@6e92992c timed out(120000 ms) when waiting for a response!
java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeIm pl$ResponseFuture@6e92992c timed out(120000 ms) when waiting for a response!

Qualcuno conosce il significato di questo tipo di errore?Qualche consiglio su come risolverlo?Oppure non so, qualche altro tutorial da seguire...

Grazie mille in anticipo!!
Ale