apache-ode

wso2 bps bpel logging and troubleshooting

故事扮演 提交于 2019-12-25 09:18:06
问题 I have to admin the WS2 BPS (3.6.0) is not very revealing about internal exceptions. There's a small chapter in the documentation about troubleshooting, however this setup logs only messages passed to the endpoints. Questions: is there way to see internal exceptions thrown during the BPEL execution) wether handled or unhandled? (such as errors in the expressions or scripts). Maybe on the Apache-ODE level? is there any way to access the fault caught by the "catchAll" fault handler? Thank you

Apache ODE BPEL Deployment with a webservice (file transfer)

一曲冷凌霜 提交于 2019-12-24 13:34:13
问题 I'd like to write a axis2 webservice for deploying BPEL Processes on a Apache ODE. At the moment I have two main issues/questions. I wrote a simple WS that creates a file. It works fine in eclipse with a integrated apache tomcat with axis2. But if I run the service on the exact same server without ecplise it won't work and I get 'Unhandled IOException' Errors, although I have the handling implemented (otherwise ecplise would cry about it all the time). EDIT: I solved it by not uploading the

Parse BPEL File to extract activities + XPath

[亡魂溺海] 提交于 2019-12-24 09:03:50
问题 I need to extract the activities and their XPath of a BPEL Process out of the xml file. I'm familiar with the theory behind BPEL but not the fileformat itself. If I read a BPEL file I have difficulties to identify the specific activities. Not to speak of the XPath. How do I parse a BPEL file in a way that I get every activity, no mather what orchestration type, and its XPath? ps: in java EDIT: what I want to extract <name>CallService1Op2</name> <xpath>/process/sequence[1]/invoke[1]</xpath>

Apache-ODE ProcessManagement

混江龙づ霸主 提交于 2019-12-24 07:55:18
问题 I can access this API/WS through http://localhost:8080/ode/processes/ProcessManagement?wsdl . I would like to get the Process Info of a Process through this service and active it. The serivce has the matching operations getProcessInfo and activate. With listAllProcesses I get all Processes of a delpoyed package. For getProcessInfo/activate I need the Process pid . I get a <ns:pid> , using this gets me a load of Exceptions. Using the name of the process and other stuff I receive earlier doesn

BPEL conflicting Receive

…衆ロ難τιáo~ 提交于 2019-12-11 07:51:45
问题 I have a scenario where a BPEL process with a parallel flow is calling an asynchronous process in parallel and waits for their callbacks. I added two correlation sets one to correlate to the calling BPEL process instance and one to correlate to the Receive in which flow path. But I am receiving a conflictingReceive fault response. And the error: ERROR [PICK] org.apache.ode.bpel.common.FaultException: {Selector plinkInstnace= {PartnerLinkInstance partnerLinkDecl=OPartnerLink#41,scopeInstanceId

Returning complex type response at BPEL

こ雲淡風輕ζ 提交于 2019-12-11 02:38:45
问题 Basically I want to be able to generate a response from BPEL ODE engine with complex type that has an unbounded number of elements. The idea is very basic, I get a list of objects as an input then I do some filtering based on a certain category. Then I need to generate response based on the filtering, which might be more than one elements. But the BPEL copy assignment only allow one to one assignment. I already try using array but can't seem to assign to more than one element also. The

BPEL Designer for Eclipse: how to debug a BPEL process

你离开我真会死。 提交于 2019-12-11 02:21:13
问题 I'm trying to debug a BPEL process. I made it using BPEL Designer for Eclipse (3.7.2), i'm using Ode 1.3 as engine. I have no idea how to debug my process. I can deploy it on ode in a debug session but I don't really understand what can i do after that. 回答1: You can deploy BPEL processes developed in WS-BPEL 2.0 standard on WSO2 BPS server. Once you deploy the BPEL process on WSO2 Business Process Server, you can use following mechanisms to debug/troubleshoot failures. 1.Using Message Tracer.