A couple of things: Writing emails in red, bold letters is not gonna help you getting help quicker. If people get yelled at the usually respond less favorable. Something to keep in mind for the future. To the problem:
1.) Your first issue: the BPEL spec requires variables to be initialized, so you have to do that. Some commercial BPEL engines help here (do variable initialization under the cover), e.g. ODE does not. So the user (== you) has to take care of that. 2.) The second (rollback) - this is an ODE issue. Please ask this one the ode user mailing list at [email protected] (I copied them for conveniance) - I am sure there are people better skilled than on this list that can offer some help. 3.) JBOSS obviously requires some operation metadata that you are not sending (in other words, your message is incorrect). Thus, the JBoss service returns a fault (clearly indicated in the stacktrace). Consult a JBoss expert ;-) Finally - if you want people to take a look at your problems, send files which are complete! In the example below, I cannot even run this on my ODE/Designer environment since there is no ODE deployment descriptor (not to speak of the addTwnInt service that you are trying to call) Mit freundlichen Grüßen / Kind regards Simon Daniel Moser Team Lead BPEL Editor - Websphere Integration Developer (WID) IBM Software Group, Application and Integration Middleware Software Business Process Solutions Development 1 Phone: +49-7031-16-4304 IBM Deutschland (Embedded image moved to file: pic13988.gif) Fax: +49-7031-16-4890 Schoenaicher Str. 220 E-Mail: [EMAIL PROTECTED] 71032 Boeblingen Germany IBM Deutschland Research & Development GmbH / Vorsitzender des Aufsichtsrats: Martin Jetter Geschäftsführung: Erich Baier Sitz der Gesellschaft: Böblingen / Registergericht: Amtsgericht Stuttgart, HRB 243294 |------------> | From: | |------------> >--------------------------------------------------------------------------------------------------------------------------------------------------| |<[EMAIL PROTECTED]> | >--------------------------------------------------------------------------------------------------------------------------------------------------| |------------> | To:: | |------------> >--------------------------------------------------------------------------------------------------------------------------------------------------| |<[EMAIL PROTECTED]> | >--------------------------------------------------------------------------------------------------------------------------------------------------| |------------> | Date: | |------------> >--------------------------------------------------------------------------------------------------------------------------------------------------| |14.08.2008 08:25 | >--------------------------------------------------------------------------------------------------------------------------------------------------| |------------> | Subject: | |------------> >--------------------------------------------------------------------------------------------------------------------------------------------------| |[bpel-dev] Fw: How to invoke a service using eclipse BPEL? | >--------------------------------------------------------------------------------------------------------------------------------------------------| From: [EMAIL PROTECTED] Sent: Thursday, August 14, 2008 10:52 AM To: [EMAIL PROTECTED] Subject: How to invoke a service using eclipse BPEL? hi, BPEL Designer committers: I am a new user of eclipse BPEL, recently I found it really difficult to invoke a service either from axis2(tomcat) or jbossWS(jboss)! It already drive me crazy. First of all, I find that I have to initialize all the variables, otherwise the process don't run at all and return a fault sope envelope. Second, when I called a addTwnInt service from Axis2(the service has no problem),tomcat side display a fatal problem: javax.transaction.RollbackException: Unable to commit:Transaction, marked for rollback Third, when I called a helloWorld service from JbossWS (the service has no problem),the code on the bpel side is like this: DEBUG - GeronimoLog.debug(66) | Received request message for helloTest.{ http://eclipse.org/bpel/helloTest}process 10:40:28,203 DEBUG [ODEMessageReceiver] Received request message for helloTest.{http://eclipse.org/bpel/helloTest}process DEBUG - GeronimoLog.debug(66) | Starting transaction. 10:40:28,203 DEBUG [ODEService] Starting transaction. DEBUG - GeronimoLog.debug(66) | Routed: svcQname { http://eclipse.org/bpel/helloTest}helloTestService --> BpelProcess[{ http://eclipse.org/bpel/helloTest}helloTest-30] 10:40:28,203 DEBUG [BpelEngineImpl] Routed: svcQname { http://eclipse.org/bpel/helloTest}helloTestService --> BpelProcess[{ http://eclipse.org/bpel/helloTest}helloTest-30] DEBUG - GeronimoLog.trace(54) | Mex[hqejbhcnphr3idoo5t5lgi].setPortOp(...) 10:40:28,218 DEBUG [MessageExchangeImpl] Mex [hqejbhcnphr3idoo5t5lgi].setPortOp(...) DEBUG - GeronimoLog.debug(66) | ODE routed to operation Operation: name=process style=REQUEST_RESPONSE,1 Input: name=null Message: name={http://eclipse.org/bpel/helloTest}helloTestRequestMessage Part: name=payload elementName={http://eclipse.org/bpel/helloTest}helloTestRequest Output: name=null Message: name={http://eclipse.org/bpel/helloTest}helloTestResponseMessage Part: name=payload elementName={http://eclipse.org/bpel/helloTest}helloTestResponse from service {http://eclipse.org/bpel/helloTest}helloTestService 10:40:28,218 DEBUG [ODEService] ODE routed to operation Operation: name=process style=REQUEST_RESPONSE,1 Input: name=null Message: name={http://eclipse.org/bpel/helloTest}helloTestRequestMessage Part: name=payload elementName={http://eclipse.org/bpel/helloTest}helloTestRequest Output: name=null Message: name={http://eclipse.org/bpel/helloTest}helloTestResponseMessage Part: name=payload elementName={http://eclipse.org/bpel/helloTest}helloTestResponse from service {http://eclipse.org/bpel/helloTest}helloTestService DEBUG - GeronimoLog.debug(66) | Invoking ODE using MEX {MyRoleMex#hqejbhcnphr3idoo5t5lgi [Client hqejbhcnphr3idoo5t5lgh] calling { http://eclipse.org/bpel/helloTest}helloTestService.process(...)} 10:40:28,218 DEBUG [ODEService] Invoking ODE using MEX {MyRoleMex#hqejbhcnphr3idoo5t5lgi [Client hqejbhcnphr3idoo5t5lgh] calling { http://eclipse.org/bpel/helloTest}helloTestService.process(...)} DEBUG - GeronimoLog.debug(66) | Message content: <?xml version="1.0" encoding="UTF-8"?> <message><payload><helloTestRequest xmlns=" http://eclipse.org/bpel/helloTest" xmlns:q0=" http://eclipse.org/bpel/helloTest" xmlns:soapenv=" http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd=" http://www.w3.org/2001/XMLSchema" xmlns:xsi=". http://www.w3.org/2001/XMLSchema-instance"> <input>bn</input> </helloTestRequest></payload></message> 10:40:28,218 DEBUG [ODEService] Message content: <?xml version="1.0" encoding="UTF-8"?> <message><payload><helloTestRequest xmlns=" http://eclipse.org/bpel/helloTest" xmlns:q0=" http://eclipse.org/bpel/helloTest" xmlns:soapenv=" http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd=" http://www.w3.org/2001/XMLSchema" xmlns:xsi=". http://www.w3.org/2001/XMLSchema-instance"> <input>bn</input> </helloTestRequest></payload></message> DEBUG - GeronimoLog.debug(66) | Routed: svcQname { http://eclipse.org/bpel/helloTest}helloTestService --> BpelProcess[{ http://eclipse.org/bpel/helloTest}helloTest-30] 10:40:28,218 DEBUG [BpelEngineImpl] Routed: svcQname {> http://eclipse.org/bpel/helloTest}helloTestService --> BpelProcess[{ http://eclipse.org/bpel/helloTest}helloTest-30] DEBUG - GeronimoLog.debug(66) | invoke() EPR= null ==> BpelProcess[{ http://eclipse.org/bpel/helloTest}helloTest-30] 10:40:28,218 DEBUG [MyRoleMessageExchangeImpl] invoke() EPR= null ==> BpelProcess[{http://eclipse.org/bpel/helloTest}helloTest-30] DEBUG - GeronimoLog.debug(66) | Commiting ODE MEX {MyRoleMex#hqejbhcnphr3idoo5t5lgi [Client hqejbhcnphr3idoo5t5lgh] calling { http://eclipse.org/bpel/helloTest}helloTestService.process(...)} 10:40:28,218 DEBUG [ODEService] Commiting ODE MEX {MyRoleMex#hqejbhcnphr3idoo5t5lgi [Client hqejbhcnphr3idoo5t5lgh] calling {?>http://eclipse.org/bpel/helloTest}helloTestService.process(...)} DEBUG - GeronimoLog.debug(66) | Commiting transaction. 10:40:28,218 DEBUG [ODEService] Commiting transaction. DEBUG - GeronimoLog.debug(66) | >> handleWorkEvent(jobData= {type=INVOKE_INTERNAL, mexid=hqejbhcnphr3idoo5t5lgi, pid={ http://eclipse.org/bpel/helloTest}helloTest-30}) 10:40:28,218 DEBUG [BpelProcess] >> handleWorkEvent(jobData= {type=INVOKE_INTERNAL, mexid=hqejbhcnphr3idoo5t5lgi, pid={ http://eclipse.org/bpel/helloTest}helloTest-30}) DEBUG - GeronimoLog.debug(66) | InvokeInternal event for mexid hqejbhcnphr3idoo5t5lgi 10:40:28,218 DEBUG [BpelProcess] InvokeInternal event for mexid hqejbhcnphr3idoo5t5lgi DEBUG - GeronimoLog.trace(54) | >> {PartnerLinkRole-client.helloTestProvider on { http://eclipse.org/bpel/helloTest }helloTestService:helloTestPort}:inputMsgRcvd(messageExchange= {MyRoleMex#hqejbhcnphr3idoo5t5lgi [Client hqejbhcnphr3idoo5t5lgh] calling { http://eclipse.org/bpel/helloTest}helloTestService.process(...)}) 10:40:28,234 DEBUG [BpelProcess] >> {PartnerLinkRole-client.helloTestProvider on { http://eclipse.org/bpel/helloTest }helloTestService:helloTestPort}:inputMsgRcvd(messageExchange= {MyRoleMex#hqejbhcnphr3idoo5t5lgi [Client hqejbhcnphr3idoo5t5lgh] calling { http://eclipse.org/bpel/helloTest}helloTestService.process(...)}) DEBUG - GeronimoLog.trace(54) | Mex[hqejbhcnphr3idoo5t5lgi].setPortOp(...) 10:40:28,234 DEBUG [MessageExchangeImpl] Mex [hqejbhcnphr3idoo5t5lgi].setPortOp(...) DEBUG - GeronimoLog.trace(54) | Mex[hqejbhcnphr3idoo5t5lgi].setPattern (REQUEST_RESPONSE) 10:40:28,234 DEBUG [MessageExchangeImpl] Mex [hqejbhcnphr3idoo5t5lgi].setPattern(REQUEST_RESPONSE) DEBUG - GeronimoLog.debug(66) | GET MEX property org.apache.ode.bpel.myRoleSessionId = null 10:40:28,234 DEBUG [MessageExchangeImpl] GET MEX property org.apache.ode.bpel.myRoleSessionId = null DEBUG - GeronimoLog.debug(66) | GET MEX property org.apache.ode.bpel.myRoleSessionId = null 10:40:28,234 DEBUG [MessageExchangeImpl] GET MEX property org.apache.ode.bpel.myRoleSessionId = null DEBUG - GeronimoLog.debug(66) | GET MEX property org.apache.ode.bpel.partnerRoleSessionId = null 10:40:28,234 DEBUG [MessageExchangeImpl] GET MEX property org.apache.ode.bpel.partnerRoleSessionId = null DEBUG - GeronimoLog.debug(66) | INPUTMSG: 20.process: MSG RCVD keys=[] mySessionId=null partnerSessionId=null 10:40:28,234 DEBUG [BpelProcess] INPUTMSG: 20.process: MSG RCVD keys=[] mySessionId=null partnerSessionId=null DEBUG - GeronimoLog.debug(66) | INPUTMSG: 20.process: routing failed, CREATING NEW INSTANCE 10:40:28,234 DEBUG [BpelProcess] INPUTMSG: 20.process: routing failed, CREATING NEW INSTANCE DEBUG - GeronimoLog.debug(66) | BpelRuntimeContextImpl created for instance 7255. INDEXED STATE={} 10:40:28,234 DEBUG [BpelRuntimeContextImpl] BpelRuntimeContextImpl created for instance 7255. INDEXED STATE={} DEBUG - GeronimoLog.trace(54) | >> createScopeInstance (parentScopeId=<null>,scope={OScope '__PROCESS_SCOPE:helloTest' id=3}) 10:40:28,234 DEBUG [BpelProcess] >> createScopeInstance (parentScopeId=<null>,scope={OScope '__PROCESS_SCOPE:helloTest' id=3}) DEBUG - GeronimoLog.trace(54) | >> initializeEndpointReferences (parentScopeId=7309,partnerLinks=[OPartnerLink#21, OPartnerLink#20]) 10:40:28,234 DEBUG [BpelProcess] >> initializeEndpointReferences (parentScopeId=7309,partnerLinks=[OPartnerLink#21, OPartnerLink#20]) DEBUG - GeronimoLog.trace(54) | >> select (pickResponseChannel=PickResponseChannel#9,timeout=<null>,createInstance=true,selectors= [Lorg.apache.ode.bpel.runtime.Selector;@1a5555a) 10:40:28,250 DEBUG [BpelProcess] >> select (pickResponseChannel=PickResponseChannel#9,timeout=<null>,createInstance=true,selectors= [Lorg.apache.ode.bpel.runtime.Selector;@1a5555a) DEBUG - GeronimoLog.debug(66) | SELECT: PickResponseChannel#9: USING CORRELATOR 20.process 10:40:28,250 DEBUG [BpelProcess] SELECT: PickResponseChannel#9: USING CORRELATOR 20.process DEBUG - GeronimoLog.trace(54) | >> findConflict(selectors= [Lorg.apache.ode.bpel.runtime.Selector;@1a5555a) 10:40:28,250 DEBUG [OutstandingRequestManager] >> findConflict(selectors= [Lorg.apache.ode.bpel.runtime.Selector;@1a5555a) DEBUG - GeronimoLog.trace(54) | >> register (pickResponseChannel=9,selectors= [Lorg.apache.ode.bpel.runtime.Selector;@1a5555a) 10:40:28,250 DEBUG [OutstandingRequestManager] >> register (pickResponseChannel=9,selectors= [Lorg.apache.ode.bpel.runtime.Selector;@1a5555a) DEBUG - GeronimoLog.debug(66) | SELECT: PickResponseChannel#9: CHECKING for NEW INSTANCE match 10:40:28,250 DEBUG [BpelProcess] SELECT: PickResponseChannel#9: CHECKING for NEW INSTANCE match DEBUG - GeronimoLog.debug(66) | INPUTMSGMATCH: Changing process instance state from ready to active 10:40:28,250 DEBUG [BpelProcess] INPUTMSGMATCH: Changing process instance state from ready to active DEBUG - GeronimoLog.trace(54) | >> associate (pickResponseChannel=9,mexRef=hqejbhcnphr3idoo5t5lgi) 10:40:28,250 DEBUG [OutstandingRequestManager] >> associate (pickResponseChannel=9,mexRef=hqejbhcnphr3idoo5t5lgi) DEBUG - GeronimoLog.debug(66) | SELECT: PickResponseChannel#9: FOUND match for NEW instance mexRef={MyRoleMex#hqejbhcnphr3idoo5t5lgi [Client hqejbhcnphr3idoo5t5lgh] calling {http://eclipse.org/bpel/helloTest }helloTestService.process(...)} 10:40:28,250 DEBUG [BpelProcess] SELECT: PickResponseChannel#9: FOUND match for NEW instance mexRef={MyRoleMex#hqejbhcnphr3idoo5t5lgi [Client hqejbhcnphr3idoo5t5lgh] calling {http://eclipse.org/bpel/helloTest }helloTestService.process(...)} DEBUG - GeronimoLog.trace(54) | >> createScopeInstance (parentScopeId=7309,scope={OScope 'Invoke' id=43}) 10:40:28,250 DEBUG [BpelProcess] >> createScopeInstance (parentScopeId=7309,scope={OScope 'Invoke' id=43}) DEBUG - GeronimoLog.trace(54) | >> initializeEndpointReferences (parentScopeId=7310,partnerLinks=[]) 10:40:28,250 DEBUG [BpelProcess] >> initializeEndpointReferences (parentScopeId=7310,partnerLinks=[]) DEBUG - GeronimoLog.debug(66) | INVOKING PARTNER: partnerLink= {PartnerLinkInstance partnerLinkDecl=OPartnerLink#21,scopeInstanceId=7309}, op=sayHello channel=InvokeResponseChannel#23) 10:40:28,265 DEBUG [BpelProcess] INVOKING PARTNER: partnerLink= {PartnerLinkInstance partnerLinkDecl=OPartnerLink#21,scopeInstanceId=7309}, op=sayHello channel=InvokeResponseChannel#23) DEBUG - GeronimoLog.debug(66) | INVOKE PARTNER (SEP): sessionId=null partnerSessionId=null 10:40:28,265 DEBUG [BpelRuntimeContextImpl] INVOKE PARTNER (SEP): sessionId=null partnerSessionId=null DEBUG - GeronimoLog.trace(54) | Mex[hqejbhcnphr3idoo5t5lgl].setPortOp(...) 10:40:28,265 DEBUG [MessageExchangeImpl] Mex [hqejbhcnphr3idoo5t5lgl].setPortOp(...) DEBUG - GeronimoLog.debug(66) | Routed: svcQname { http://eclipse.org/bpel/helloTest}HelloWorldWSService --> null 10:40:28,265 DEBUG [BpelEngineImpl] Routed: svcQname { http://eclipse.org/bpel/helloTest}HelloWorldWSService --> null DEBUG - GeronimoLog.debug(66) | Invoking a partner operation: sayHello 10:40:28,265 DEBUG [MessageExchangeContextImpl] Invoking a partner operation: sayHello DEBUG - GeronimoLog.debug(66) | The service to invoke is the external service {http://eclipse.org/bpel/helloTest }HelloWorldWSService:HelloWorldPort 10:40:28,265 DEBUG [MessageExchangeContextImpl] The service to invoke is the external service {http://eclipse.org/bpel/helloTest }HelloWorldWSService:HelloWorldPort DEBUG - GeronimoLog.debug(66) | Resolving endpoint reference <?xml version="1.0" encoding="UTF-8"?> <service-ref xmlns=" http://docs.oasis-open.org/wsbpel/2.0/serviceref"><EndpointReference xmlns="http://www.w3.org/2005/08/addressing"><Metadata><ServiceName xmlns=" http://www.w3.org/2006/05/addressing/wsdl" EndpointName="HelloWorldPort" xmlns:servicens=" http://eclipse.org/bpel/helloTest">servicens:HelloWorldWSService</ServiceName></Metadata><Address>http://211.87.226.141:8080/Quickstart_webservice_consumer1/HelloWorldWS</Address></EndpointReference></service-ref > 10:40:28,265 DEBUG [EndpointReferenceContextImpl] Resolving endpoint reference <?xml version="1.0" encoding="UTF-8"?> <service-ref xmlns=" http://docs.oasis-open.org/wsbpel/2.0/serviceref"><EndpointReference xmlns="http://www.w3.org/2005/08/addressing"><Metadata><ServiceName xmlns=" http://www.w3.org/2006/05/addressing/wsdl" EndpointName="HelloWorldPort" xmlns:servicens=" http://eclipse.org/bpel/helloTest">servicens:HelloWorldWSService</ServiceName></Metadata><Address>http://211.87.226.141:8080/Quickstart_webservice_consumer1/HelloWorldWS</Address></EndpointReference></service-ref > DEBUG - GeronimoLog.debug(66) | GET MEX property org.apache.ode.bpel.partnerRoleSessionId = null 10:40:28,265 DEBUG [MessageExchangeImpl] GET MEX property org.apache.ode.bpel.partnerRoleSessionId = null DEBUG - GeronimoLog.debug(66) | GET MEX property org.apache.ode.bpel.myRoleSessionId = null 10:40:28,265 DEBUG [MessageExchangeImpl] GET MEX property org.apache.ode.bpel.myRoleSessionId = null DEBUG - GeronimoLog.debug(66) | My-Role EPR not specified, SEP will not be used. 10:40:28,265 DEBUG [SoapExternalService] My-Role EPR not specified, SEP will not be used. DEBUG - GeronimoLog.debug(66) | Axis2 sending message to http://211.87.226.141:8080/Quickstart_webservice_consumer1/HelloWorldWS using MEX {PartnerRoleMex#hqejbhcnphr3idoo5t5lgl [PID { http://eclipse.org/bpel/helloTest}helloTest-30] calling [EMAIL PROTECTED](...)} 10:40:28,265 DEBUG [SoapExternalService] Axis2 sending message to http://211.87.226.141:8080/Quickstart_webservice_consumer1/HelloWorldWS using MEX {PartnerRoleMex#hqejbhcnphr3idoo5t5lgl [PID { http://eclipse.org/bpel/helloTest}helloTest-30] calling [EMAIL PROTECTED](...)} DEBUG - GeronimoLog.debug(66) | Message: <?xml version='1.0' encoding='utf-8'?><soapenv:Envelope xmlns:soapenv=" http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><sayHello xmlns=" http://eclipse.org/bpel/helloTest"> <name>bn</name> </sayHello></soapenv:Body></soapenv:Envelope> 10:40:28,265 DEBUG [SoapExternalService] Message: <?xml version='1.0' encoding='utf-8'?><soapenv:Envelope xmlns:soapenv=" http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><sayHello xmlns=" http://eclipse.org/bpel/helloTest"> <name>bn</name> </sayHello></soapenv:Body></soapenv:Envelope> DEBUG - GeronimoLog.debug(66) | org.apache.ode.axis2.SoapExternalService [EMAIL PROTECTED] has been modified 10:40:28,265 DEBUG [SoapExternalService$CachedOptions] [EMAIL PROTECTED] has been modified DEBUG - GeronimoLog.debug(66) | Translating IL Properties for Axis2 10:40:28,265 DEBUG [Properties] Translating IL Properties for Axis2 DEBUG - GeronimoLog.debug(66) | replyAsync mex=hqejbhcnphr3idoo5t5lgl 10:40:28,265 DEBUG [PartnerRoleMessageExchangeImpl] replyAsync mex=hqejbhcnphr3idoo5t5lgl DEBUG - GeronimoLog.debug(66) | Setting execution state on instance 7255 10:40:28,265 DEBUG [BpelRuntimeContextImpl] Setting execution state on instance 7255 DEBUG - GeronimoLog.debug(66) | Sending stateful TO epr in message header using session null 10:40:28,359 DEBUG [SessionOutHandler] Sending stateful TO epr in message header using session null DEBUG - GeronimoLog.debug(66) | Sending a message containing wsa endpoints in headers for session passing. 10:40:28,359 DEBUG [SessionOutHandler] Sending a message containing wsa endpoints in headers for session passing. DEBUG - GeronimoLog.debug(66) | <?xml version='1.0' encoding='utf-8'?> <soapenv:Envelope xmlns:soapenv=" http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header><addr:To xmlns:addr=" http://www.w3.org/2005/08/addressing">http://211.87.226.141:8080/Quickstart_webservice_consumer1/HelloWorldWS</addr:To><addr:Action xmlns:addr=". http://www.w3.org/2005/08/addressing">http://eclipse.org/bpel/helloTest/sayHello</addr:Action><addr:ReplyTo xmlns:addr=". http://www.w3.org/2005/08/addressing"><addr:Address>http://www.w3.org/2005/08/addressing/anonymous</addr:Address></addr:ReplyTo><addr:MessageID xmlns:addr=". http://www.w3.org/2005/08/addressing">uuid:hqejbhcnphr3idoo5t5lgm</addr:MessageID></soapenv:Header><soapenv:Body><sayHello xmlns="http://eclipse.org/bpel/helloTest"> <name>bn</name> </sayHello></soapenv:Body></soapenv:Envelope> 10:40:28,359 DEBUG [SessionOutHandler] <?xml version='1.0' encoding='utf-8'?><soapenv:Envelope xmlns:soapenv=" http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header><addr:To xmlns:addr=" http://www.w3.org/2005/08/addressing">http://211.87.226.141:8080/Quickstart_webservice_consumer1/HelloWorldWS</addr:To><addr:Action xmlns:addr=". http://www.w3.org/2005/08/addressing">http://eclipse.org/bpel/helloTest/sayHello</addr:Action><addr:ReplyTo xmlns:addr=". http://www.w3.org/2005/08/addressing"><addr:Address>http://www.w3.org/2005/08/addressing/anonymous</addr:Address></addr:ReplyTo><addr:MessageID xmlns:addr=". http://www.w3.org/2005/08/addressing">uuid:hqejbhcnphr3idoo5t5lgm</addr:MessageID></soapenv:Header><soapenv:Body><sayHello xmlns="http://eclipse.org/bpel/helloTest"> <name>bn</name> </sayHello></soapenv:Body></soapenv:Envelope> DEBUG - GeronimoLog.debug(66) | Found a header in incoming message, checking if there are endpoints there. 10:40:28,406 DEBUG [SessionInHandler] Found a header in incoming message, checking if there are endpoints there. DEBUG - GeronimoLog.debug(66) | Service response: <?xml version='1.0' encoding='utf-8'?><env:Envelope xmlns:env=" http://schemas.xmlsoap.org/soap/envelope/"><env:Body><env:Fault><faultcode>env:Client</faultcode><faultstring>Endpoint {http://webservice_consumer1/helloworld}HelloWorldPort does not contain operation meta data for: {http://eclipse.org/bpel/helloTest }sayHello</faultstring></env:Fault></env:Body></env:Envelope> 10:40:28,406 DEBUG [SoapExternalService] Service response: <?xml version='1.0' encoding='utf-8'?><env:Envelope xmlns:env=" http://schemas.xmlsoap.org/soap/envelope/"><env:Body><env:Fault><faultcode>env:Client</faultcode><faultstring>Endpoint {http://webservice_consumer1/helloworld}HelloWorldPort does not contain operation meta data for: {http://eclipse.org/bpel/helloTest }sayHello</faultstring></env:Fault></env:Body></env:Envelope> DEBUG - GeronimoLog.trace(54) | Mex[hqejbhcnphr3idoo5t5lgl].setPortOp(...) 10:40:28,406 DEBUG [MessageExchangeImpl] Mex [hqejbhcnphr3idoo5t5lgl].setPortOp(...) DEBUG - GeronimoLog.debug(66) | Received response for MEX {PartnerRoleMex#hqejbhcnphr3idoo5t5lgl [PID { http://eclipse.org/bpel/helloTest}helloTest-30] calling null.sayHello(...)} 10:40:28,406 DEBUG [SoapExternalService] Received response for MEX {PartnerRoleMex#hqejbhcnphr3idoo5t5lgl [PID { http://eclipse.org/bpel/helloTest}helloTest-30] calling null.sayHello(...)} DEBUG - GeronimoLog.debug(66) | Reply is a fault, found type: null 10:40:28,406 DEBUG [SoapExternalService] Reply is a fault, found type: null WARN - GeronimoLog.warn(92) | Fault response: faultType=(unkown) <?xml version='1.0' encoding='utf-8'?><env:Envelope xmlns:env=" http://schemas.xmlsoap.org/soap/envelope/"><env:Body><env:Fault><faultcode>env:Client</faultcode><faultstring>Endpoint {http://webservice_consumer1/helloworld}HelloWorldPort does not contain operation meta data for: {http://eclipse.org/bpel/helloTest }sayHello</faultstring></env:Fault></env:Body></env:Envelope> 10:40:28,406 WARN [SoapExternalService] Fault response: faultType=(unkown) <?xml version='1.0' encoding='utf-8'?><env:Envelope xmlns:env=" http://schemas.xmlsoap.org/soap/envelope/"><env:Body><env:Fault><faultcode>env:Client</faultcode><faultstring>Endpoint {http://webservice_consumer1/helloworld}HelloWorldPort does not contain operation meta data for: {http://eclipse.org/bpel/helloTest }sayHello</faultstring></env:Fault></env:Body></env:Envelope> DEBUG - GeronimoLog.debug(66) | replyWithFailure mex=hqejbhcnphr3idoo5t5lgl failureType=OTHER description= details=[Body: null] 10:40:28,406 DEBUG [PartnerRoleMessageExchangeImpl] replyWithFailure mex=hqejbhcnphr3idoo5t5lgl failureType=OTHER description= details=[Body: null] DEBUG - GeronimoLog.debug(66) | create work event for mex=hqejbhcnphr3idoo5t5lgl 10:40:28,406 DEBUG [PartnerRoleMessageExchangeImpl] create work event for mex=hqejbhcnphr3idoo5t5lgl DEBUG - GeronimoLog.debug(66) | Thread[ODEServer-9,5,main]: lock(iid=7255, time=1MICROSECONDS) 10:40:28,421 DEBUG [InstanceLockManager] Thread[ODEServer-9,5,main]: lock (iid=7255, time=1MICROSECONDS) DEBUG - GeronimoLog.debug(66) | Thread[ODEServer-9,5,main]: lock(iid=7255, time=1MICROSECONDS)-->GRANTED 10:40:28,421 DEBUG [InstanceLockManager] Thread[ODEServer-9,5,main]: lock (iid=7255, time=1MICROSECONDS)-->GRANTED DEBUG - GeronimoLog.debug(66) | >> handleWorkEvent(jobData= {type=INVOKE_RESPONSE, mexid=hqejbhcnphr3idoo5t5lgl, channel=23, iid=7255}) 10:40:28,421 DEBUG [BpelProcess] >> handleWorkEvent(jobData= {type=INVOKE_RESPONSE, mexid=hqejbhcnphr3idoo5t5lgl, channel=23, iid=7255}) DEBUG - GeronimoLog.debug(66) | BpelRuntimeContextImpl created for instance 7255. INDEXED STATE={OSequence#22-main::1=[ACTIVITYGUARD(...)], {OScope 'Invoke' id=43}::12=[ACTIVE(...)], OInvoke#44-Invoke::13=[ACTIVITYGUARD (...)], OSequence#26-Sequence::7=[ACTIVITYGUARD(...)], {OScope 'Invoke' id=43}::12=[SCOPE(...)], OSequence#22-main::2=[SEQUENCE(self= (OSequence#22-main,TerminationChannel#3,ParentScopeChannel#5), [EMAIL PROTECTED], remaining= [OSequence#26-Sequence, OReply#56-replyOutput])], {OScope 'Invoke' id=43}::11=[ACTIVITYGUARD(...)], {OScope '__PROCESS_SCOPE:helloTest' id=3}::0=[ACTIVE(...)], OSequence#26-Sequence::8=[SEQUENCE(self= (OSequence#26-Sequence,TerminationChannel#11,ParentScopeChannel#13), [EMAIL PROTECTED], remaining=[{OScope 'Invoke' id=43}, {OAssign : Assign1, joinCondition=null}])], OInvoke#44-Invoke::14=[INVOKE(...)], {OScope '__PROCESS_SCOPE:helloTest' id=3}::0=[SCOPE(...)]} 10:40:28,421 DEBUG [BpelRuntimeContextImpl] BpelRuntimeContextImpl created for instance 7255. INDEXED STATE={OSequence#22-main::1=[ACTIVITYGUARD (...)], {OScope 'Invoke' id=43}::12=[ACTIVE(...)], OInvoke#44-Invoke::13= [ACTIVITYGUARD(...)], OSequence#26-Sequence::7=[ACTIVITYGUARD(...)], {OScope 'Invoke' id=43}::12=[SCOPE(...)], OSequence#22-main::2=[SEQUENCE (self=(OSequence#22-main,TerminationChannel#3,ParentScopeChannel#5), [EMAIL PROTECTED], remaining= [OSequence#26-Sequence, OReply#56-replyOutput])], {OScope 'Invoke' id=43}::11=[ACTIVITYGUARD(...)], {OScope '__PROCESS_SCOPE:helloTest' id=3}::0=[ACTIVE(...)], OSequence#26-Sequence::8=[SEQUENCE(self= (OSequence#26-Sequence,TerminationChannel#11,ParentScopeChannel#13), [EMAIL PROTECTED], remaining=[{OScope 'Invoke' id=43}, {OAssign : Assign1, joinCondition=null}])], OInvoke#44-Invoke::14=[INVOKE(...)], {OScope '__PROCESS_SCOPE:helloTest' id=3}::0=[SCOPE(...)]} DEBUG - GeronimoLog.debug(66) | InvokeResponse event for iid 7255 10:40:28,421 DEBUG [BpelProcess] InvokeResponse event for iid 7255 DEBUG - GeronimoLog.debug(66) | Invoking message response for mexid hqejbhcnphr3idoo5t5lgl and channel 23 10:40:28,421 DEBUG [BpelRuntimeContextImpl] Invoking message response for mexid hqejbhcnphr3idoo5t5lgl and channel 23 DEBUG - GeronimoLog.debug(66) | Triggering response 10:40:28,437 DEBUG [BpelRuntimeContextImpl] Triggering response ERROR - GeronimoLog.error(104) | Failure during invoke: 10:40:28,437 ERROR [INVOKE] Failure during invoke: INFO - GeronimoLog.info(79) | ActivityRecovery: Registering activity 13, failure reason: on channel 24 10:40:28,437 INFO [BpelRuntimeContextImpl] ActivityRecovery: Registering activity 13, failure reason: on channel 24 DEBUG - GeronimoLog.debug(66) | Setting execution state on instance 7255 10:40:28,437 DEBUG [BpelRuntimeContextImpl] Setting execution state on instance 7255 DEBUG - GeronimoLog.debug(66) | Thread[ODEServer-9,5,main]: unlock (iid=7255) 10:40:28,453 DEBUG [InstanceLockManager] Thread[ODEServer-9,5,main]: unlock (iid=7255) ERROR - GeronimoLog.error(104) | Timeout or execution error when waiting for response to MEX {MyRoleMex#hqejbhcnphr3idoo5t5lgi [Client hqejbhcnphr3idoo5t5lgh] calling {http://eclipse.org/bpel/helloTest }helloTestService.process(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl [EMAIL PROTECTED] timed out when waiting for a response! 10:42:28,218 ERROR [ODEService] Timeout or execution error when waiting for response to MEX {MyRoleMex#hqejbhcnphr3idoo5t5lgi [Client hqejbhcnphr3idoo5t5lgh] calling {http://eclipse.org/bpel/helloTest }helloTestService.process(...)} java.util.concurrent.TimeoutException: Message exchange org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl [EMAIL PROTECTED] timed out when waiting for a response! and on the jboss Server shows this: 10:35:51,000 ERROR [SOAPFaultHelperJAXRPC] SOAP request exception javax.xml.rpc.soap.SOAPFaultException: Endpoint { http://webservice_consumer1/hel loworld}HelloWorldPort does not contain operation meta data for: { http://eclipse .org/bpel/helloTest}sayHello at org.jboss.ws.core.jaxrpc.SOAPFaultHelperJAXRPC.exceptionToFaultMessag e(SOAPFaultHelperJAXRPC.java:189) at org.jboss.ws.core.jaxws.SOAPFaultHelperJAXWS.exceptionToFaultMessage( SOAPFaultHelperJAXWS.java:157) at org.jboss.ws.core.jaxws.binding.SOAP11BindingJAXWS.createFaultMessage FromException(SOAP11BindingJAXWS.java:104) at org.jboss.ws.core.CommonSOAPBinding.bindFaultMessage (CommonSOAPBindin g.java:645) at org.jboss.wsf.stack.jbws.RequestHandlerImpl.processRequest (RequestHan dlerImpl.java:430) at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleRequest (RequestHand lerImpl.java:272) at org.jboss.wsf.stack.jbws.RequestHandlerImpl.doPost (RequestHandlerImpl .java:189) at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleHttpRequest (Request HandlerImpl.java:122) at org.jboss.wsf.stack.jbws.EndpointServlet.service (EndpointServlet.java :84) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter (Appl icationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter (ApplicationF ilterChain.java:206) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter (ReplyHeaderFi lter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter (Appl icationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter (ApplicationF ilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke (StandardWrapperV alve.java:230) at org.apache.catalina.core.StandardContextValve.invoke (StandardContextV alve.java:175) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke (Securit yAssociationValve.java:179) at org.jboss.web.tomcat.security.JaccContextValve.invoke (JaccContextValv e.java:84) at org.apache.catalina.core.StandardHostValve.invoke (StandardHostValve.j ava:127) at org.apache.catalina.valves.ErrorReportValve.invoke (ErrorReportValve.j ava:102) at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke (CachedC onnectionValve.java:157) at org.apache.catalina.core.StandardEngineValve.invoke (StandardEngineVal ve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service (CoyoteAdapter.jav a:262) at org.apache.coyote.http11.Http11Processor.process (Http11Processor.java :844) at org.apache.coyote.http11.Http11Protocol $Http11ConnectionHandler.proce ss(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run (JIoEndpoint.java:44 6) at java.lang.Thread.run(Thread.java:595) 10:40:38,234 ERROR [SOAPFaultHelperJAXWS] SOAP request exception org.jboss.ws.core.CommonSOAPFaultException: Endpoint { http://webservice_consumer 1/helloworld}HelloWorldPort does not contain operation meta data for: {http://ec lipse.org/bpel/helloTest}sayHello at org.jboss.ws.core.server.ServiceEndpointInvoker.getDispatchDestinatio n(ServiceEndpointInvoker.java:457) at org.jboss.ws.core.server.ServiceEndpointInvoker.invoke (ServiceEndpoin tInvoker.java:176) at org.jboss.wsf.stack.jbws.RequestHandlerImpl.processRequest (RequestHan dlerImpl.java:408) at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleRequest (RequestHand lerImpl.java:272) at org.jboss.wsf.stack.jbws.RequestHandlerImpl.doPost (RequestHandlerImpl .java:189) at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleHttpRequest (Request HandlerImpl.java:122) at org.jboss.wsf.stack.jbws.EndpointServlet.service (EndpointServlet.java :84) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter (Appl icationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter (ApplicationF ilterChain.java:206) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter (ReplyHeaderFi lter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter (Appl icationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter (ApplicationF ilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke (StandardWrapperV alve.java:230) at org.apache.catalina.core.StandardContextValve.invoke (StandardContextV alve.java:175) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke (Securit yAssociationValve.java:179) at org.jboss.web.tomcat.security.JaccContextValve.invoke (JaccContextValv e.java:84) at org.apache.catalina.core.StandardHostValve.invoke (StandardHostValve.j ava:127) at org.apache.catalina.valves.ErrorReportValve.invoke (ErrorReportValve.j ava:102) at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke (CachedC onnectionValve.java:157) at org.apache.catalina.core.StandardEngineValve.invoke (StandardEngineVal ve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service (CoyoteAdapter.jav a:262) at org.apache.coyote.http11.Http11Processor.process (Http11Processor.java :844) at org.apache.coyote.http11.Http11Protocol $Http11ConnectionHandler.proce ss(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run (JIoEndpoint.java:44 6) at java.lang.Thread.run(Thread.java:595) 10:40:38,250 ERROR [SOAPFaultHelperJAXRPC] SOAP request exception javax.xml.rpc.soap.SOAPFaultException: Endpoint { http://webservice_consumer1/hel loworld}HelloWorldPort does not contain operation meta data for: { http://eclipse .org/bpel/helloTest}sayHello at org.jboss.ws.core.jaxrpc.SOAPFaultHelperJAXRPC.exceptionToFaultMessag e(SOAPFaultHelperJAXRPC.java:189) at org.jboss.ws.core.jaxws.SOAPFaultHelperJAXWS.exceptionToFaultMessage( SOAPFaultHelperJAXWS.java:157) at org.jboss.ws.core.jaxws.binding.SOAP11BindingJAXWS.createFaultMessage FromException(SOAP11BindingJAXWS.java:104) at org.jboss.ws.core.CommonSOAPBinding.bindFaultMessage (CommonSOAPBindin g.java:645) at org.jboss.ws.core.server.ServiceEndpointInvoker.invoke (ServiceEndpoin tInvoker.java:277) at org.jboss.wsf.stack.jbws.RequestHandlerImpl.processRequest (RequestHan dlerImpl.java:408) at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleRequest (RequestHand lerImpl.java:272) at org.jboss.wsf.stack.jbws.RequestHandlerImpl.doPost (RequestHandlerImpl .java:189) at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleHttpRequest (Request HandlerImpl.java:122) at org.jboss.wsf.stack.jbws.EndpointServlet.service (EndpointServlet.java :84) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter (Appl icationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter (ApplicationF ilterChain.java:206) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter (ReplyHeaderFi lter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter (Appl icationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter (ApplicationF ilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke (StandardWrapperV alve.java:230) at org.apache.catalina.core.StandardContextValve.invoke (StandardContextV alve.java:175) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke (Securit yAssociationValve.java:179) at org.jboss.web.tomcat.security.JaccContextValve.invoke (JaccContextValv e.java:84) at org.apache.catalina.core.StandardHostValve.invoke (StandardHostValve.j ava:127) at org.apache.catalina.valves.ErrorReportValve.invoke (ErrorReportValve.j ava:102) at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke (CachedC onnectionValve.java:157) at org.apache.catalina.core.StandardEngineValve.invoke (StandardEngineVal ve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service (CoyoteAdapter.jav a:262) at org.apache.coyote.http11.Http11Processor.process (Http11Processor.java :844) at org.apache.coyote.http11.Http11Protocol $Http11ConnectionHandler.proce ss(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run (JIoEndpoint.java:44 6) at java.lang.Thread.run(Thread.java:595) 10:40:38,265 ERROR [SOAPFaultHelperJAXWS] SOAP request exception org.jboss.ws.core.CommonSOAPFaultException: Endpoint { http://webservice_consumer 1/helloworld}HelloWorldPort does not contain operation meta data for: {http://ec lipse.org/bpel/helloTest}sayHello at org.jboss.ws.core.server.ServiceEndpointInvoker.getDispatchDestinatio n(ServiceEndpointInvoker.java:457) at org.jboss.ws.core.server.ServiceEndpointInvoker.invoke (ServiceEndpoin tInvoker.java:176) at org.jboss.wsf.stack.jbws.RequestHandlerImpl.processRequest (RequestHan dlerImpl.java:408) at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleRequest (RequestHand lerImpl.java:272) at org.jboss.wsf.stack.jbws.RequestHandlerImpl.doPost (RequestHandlerImpl .java:189) at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleHttpRequest (Request HandlerImpl.java:122) at org.jboss.wsf.stack.jbws.EndpointServlet.service (EndpointServlet.java :84) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter (Appl icationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter (ApplicationF ilterChain.java:206) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter (ReplyHeaderFi lter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter (Appl icationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter (ApplicationF ilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke (StandardWrapperV alve.java:230) at org.apache.catalina.core.StandardContextValve.invoke (StandardContextV alve.java:175) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke (Securit yAssociationValve.java:179) at org.jboss.web.tomcat.security.JaccContextValve.invoke (JaccContextValv e.java:84) at org.apache.catalina.core.StandardHostValve.invoke (StandardHostValve.j ava:127) at org.apache.catalina.valves.ErrorReportValve.invoke (ErrorReportValve.j ava:102) at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke (CachedC onnectionValve.java:157) at org.apache.catalina.core.StandardEngineValve.invoke (StandardEngineVal ve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service (CoyoteAdapter.jav a:262) at org.apache.coyote.http11.Http11Processor.process (Http11Processor.java :844) at org.apache.coyote.http11.Http11Protocol $Http11ConnectionHandler.proce ss(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run (JIoEndpoint.java:44 6) at java.lang.Thread.run(Thread.java:595) 10:40:38,265 ERROR [SOAPFaultHelperJAXRPC] SOAP request exception javax.xml.rpc.soap.SOAPFaultException: Endpoint { http://webservice_consumer1/hel loworld}HelloWorldPort does not contain operation meta data for: { http://eclipse .org/bpel/helloTest}sayHello at org.jboss.ws.core.jaxrpc.SOAPFaultHelperJAXRPC.exceptionToFaultMessag e(SOAPFaultHelperJAXRPC.java:189) at org.jboss.ws.core.jaxws.SOAPFaultHelperJAXWS.exceptionToFaultMessage( SOAPFaultHelperJAXWS.java:157) at org.jboss.ws.core.jaxws.binding.SOAP11BindingJAXWS.createFaultMessage FromException(SOAP11BindingJAXWS.java:104) at org.jboss.ws.core.CommonSOAPBinding.bindFaultMessage (CommonSOAPBindin g.java:645) at org.jboss.wsf.stack.jbws.RequestHandlerImpl.processRequest (RequestHan dlerImpl.java:430) at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleRequest (RequestHand lerImpl.java:272) at org.jboss.wsf.stack.jbws.RequestHandlerImpl.doPost (RequestHandlerImpl .java:189) at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleHttpRequest (Request HandlerImpl.java:122) at org.jboss.wsf.stack.jbws.EndpointServlet.service (EndpointServlet.java :84) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter (Appl icationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter (ApplicationF ilterChain.java:206) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter (ReplyHeaderFi lter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter (Appl icationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter (ApplicationF ilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke (StandardWrapperV alve.java:230) at org.apache.catalina.core.StandardContextValve.invoke (StandardContextV alve.java:175) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke (Securit yAssociationValve.java:179) at org.jboss.web.tomcat.security.JaccContextValve.invoke (JaccContextValv e.java:84) at org.apache.catalina.core.StandardHostValve.invoke (StandardHostValve.j ava:127) at org.apache.catalina.valves.ErrorReportValve.invoke (ErrorReportValve.j ava:102) at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke (CachedC onnectionValve.java:157) at org.apache.catalina.core.StandardEngineValve.invoke (StandardEngineVal ve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service (CoyoteAdapter.jav a:262) at org.apache.coyote.http11.Http11Processor.process (Http11Processor.java :844) at org.apache.coyote.http11.Http11Protocol $Http11ConnectionHandler.proce ss(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run (JIoEndpoint.java:44 6) at java.lang.Thread.run(Thread.java:595) I can't find out what on earth the problem is and how to solve it, could you please give me some advise or give me a demo on how to invoke a service using Eclipse BPEL?. the sourse code is send in the accessory, please check it, thanks. [attachment "helloTest.rar" deleted by Simon D Moser/Germany/IBM] _______________________________________________ bpel-dev mailing list [EMAIL PROTECTED] https://dev.eclipse.org/mailman/listinfo/bpel-dev
