Tagged Questions
0
votes
0answers
17 views
wso2 adding two or more responses to single output variable?
i need to append or join two or more responses into single variable that declared in Wso2 BPEL.
How to assign tow or more responses into output variable?
0
votes
1answer
33 views
Does wso2 BPS has class mediator type feature?
In ESB we have class mediator where you can write your custom logic through java code. Likewise how can i do exactly the same thing in wso2 BPS? If it is done through creating jar file of my custom ...
0
votes
0answers
24 views
Why Correlation and When to use it? [closed]
After studying a lott(almost) about correlation even now i am unable to figure out what is correlation,why we use it and the most important question When to use it? If anybody can explain me this it ...
0
votes
0answers
39 views
Getting error while creating BPEL Project in Eclipse
I am trying to create a simple BPEL HelloWorld project in eclipse. But when i create a project i get error in my HelloWorldArtifact.wsdl as:
cvc-complex-type.2.4.a: Invalid content was found starting ...
0
votes
0answers
41 views
WSO2 BPL No such channel with receive activity
I have simple bpel process witch is similar to this: Wso2 BPS: Mex error with pick
Process look like this:
invoke & initiate correlation
(start external service which produce responses)
...
0
votes
1answer
61 views
Iterating DSS response in BPEL (WSO2 BPS)
I am using WSO2 BPS and WSO2 DSS.
DSS has 2 services as below:
(1) Returns list of status and
(2) Inserts a record into table.
I succeeded invoking both the DSS services from BPEL Workflow. But I ...
0
votes
1answer
40 views
WSO2 BPS - mailing activity
I need to have an activity that send a mail at a certain point of the BPEL process.
Is there a "mail activity" or do I have to code a sort of web services to invoke so that I call the service and let ...
0
votes
0answers
36 views
WSO2 BPS - dynamic BPEL?
Is it possible to have a dynamic BPEL process that load part of the process depending on process variables or we have to code the whole parametric process in one big bundle?
It could be usefull to be ...
3
votes
2answers
126 views
does axis 2 automatically create (and save) wsdl file?
I have a web service up and running with eclipse/tomcat/axis2. I want to get it linked to a bpel process, so I need the wsdl file. I can display the wsdl by starting the server and going to
...
0
votes
0answers
39 views
Wso2 bps process hangs without reason
I have simple bpl process with 3 invokes in loop. One of instances hang without any visible reason. So process is in active state but it is not executing any longer. Last logged activity is call to ...
0
votes
0answers
54 views
Wso2 BPS: request may be stuck
I have process waiting on pick and listening for ReportProcessStageStateService service. For some reason described here Wso2 BPS: Mex error with pick bps fails to receive soap send to this service.
...
0
votes
0answers
86 views
Wso2 BPS: Mex error with pick
I have simple bpel process with one invoke and one pick in loop. For some reason it fails with errors. I'm using bps 2.1.2.
Process should invoke webservice. Webservice should start sending ...
1
vote
1answer
85 views
Wso2 BPS: No such channel Error
I'm using wso2 bps 2.1.2 for running simple bpel process with tree invokes called one by one in loop. The loop is around one hundred times. Problem is that sometimes process hang in running state. In ...
1
vote
0answers
149 views
WSO2 BPS: How to pass Header values as a part of a Message in BPEL Invoke
My web service operation is defined like below. Where I have a header parameter as well.
public void method(@WebParam(name="OrderNo", mode=WebParam.Mode.IN) String order_no_,
...
3
votes
1answer
155 views
ReplyTo property missing in SOAPHeader
I have created a WS-BPEL workflow that would call an asynchronous web service and wait for a callback response. The carbon application is successfully deployed into BPS as well.
Details on my ...
2
votes
1answer
102 views
wso2 wait loop doesn't work after restart
I've developed a pooling logic in bpel process on the WSO2 BPS 3.0.0 connected to a Postgresql 9 DB.
It looks like this:
<bpel:repeatUntil name="RepeatUntilIncidentCompleted">
<bpel:sequence ...
2
votes
2answers
212 views
WSO2: proxy service vs business process (BPEL)
I'm very new at WSO2 stack and wonder when I should use WSO2 ESB proxy service and when – create business process via BPEL?
I think they are doing the same thing – performing a task via services ...
4
votes
1answer
95 views
WSO2 Workflow execution trace for debugging purposes
We are currently evaluating the latest WSO2 BPS 3.0 as an open source replacement for Oracle BPEL. So far I was able to create and deploy a workflow on the BPS server. I was also able to test it and ...
1
vote
1answer
179 views
Which namespace on assign operation in bpel to use - selectionFailure, no results for expression
The situation is that I have a fairly simple BPEL process that invokes a service. I want to access the response message elements and assign then to another service (or even to the result of the BPEL ...
1
vote
0answers
104 views
Comparing multiple rates in BPEL process - WSO2
We have implemented a BPEL process using Apache ODE / WSO2 BPS (it covers the whole order process so we have long running processes).
We are getting prices for some products from six vendors, ...
0
votes
1answer
116 views
wso2 bps 3.0 cluster IllegalArgumentException: No such channel; id=74
I have wso2 BPS 3.0 cluster running (BPS master, BPS slave e G-REG).
My ode BPEL Application use "pick" on asynchronous message callback.
<bpel:pick name="receiveCommandResponse">
...
0
votes
0answers
64 views
<receive> activity in a sequential <forEach> loop to receive multiple notifications
I have a activity inside a loop. The loop iterates sequentially as many times as there are expected notifications.
Notifications are being sent by some partner web service. They are sent ...
0
votes
1answer
272 views
How to extract an atomic value from a message based variable and assign to an output variable using XPATH
Just to rephrase the question
I am using the WSO2 BPS server to run a business process to invoke a RestProxy service on the WSO2 ESB. I get a response back through an output variable called ...
1
vote
0answers
105 views
Error when processing concurrent events in WSO2 BPEL
I developed a BPEL workflow using WSO2 BPS. That workflow has two event handlers for two different kinds of events.
The workflow works fine if it receives two events (of to different kinds) ...
3
votes
1answer
237 views
when will wso2 support bpmn 2.0
I am just wondering when is WSO2 planning on supporting BPMN 2.0 in the process engine?
I would expect this to be a priority because its a better standards base than BPEL on which to build business ...
2
votes
0answers
118 views
Sometimes main BPEL process doesn't receive a callback message from asyncronous process
Sometimes main BPEL process doesn't receive a callback message from asyncronous process.
Asyncronous process invokes the callback and completes successfully, but the main process stays in active ...
0
votes
0answers
124 views
wso2 developer studio BPEL Workflow error
I have a problem with wso2 developer studio. When I create a BPEL Workflow project, studio created .bpel and .wsdl files but cannot open .bpel files and gives an error message : "Could not open the ...
0
votes
1answer
771 views
WSO2 BPS - BPEL tutorial needed
I'm evaluating BPEL engines for an upcoming project and at the moment I have Oracle BPEL process manager and WSO2 BPS on my list.
Requirement :
The need is to create a simple BPEL process (exposed ...
0
votes
0answers
141 views
Null output message in a message exchange when replying to an onEvent
I have the following simple bpel process:
receive order request
reply to order request (a correlation set is instantiated - order id)
scope with event handlers inside. Currently there is defined a ...
0
votes
1answer
124 views
How to add multiple BPEL processes from same BPEL project to CApp
When im trying to create a CApp which includes multiple BPEL process we are not ebing given a provision to select the BPEL process in CApp.. Please refer to the screen shot below. How can we get out ...
1
vote
1answer
154 views
How to copy an Array using Xpath in BPEL
I have the service response data like below:
<Employees>
<employee>
<empName>Z</empName>
</employee>
<employee>
<empName>Y</empName>
...
0
votes
1answer
252 views
No service name for myRole plink
When im trying to run my BPEL process im landing into below error.
No service name for myRole plink {Partner Link name}.
[2012-06-15 14:02:58,973] ERROR - NStateLatch - Latch error, was releasing ...
0
votes
1answer
84 views
Can not using attribute to correlate message using wso2 bpel
I use Wso2 BPS to write an asynchronous workflow. To correlate the request and the callback I use an element in the request and an attribute in the callback. The definitions of the correlator is:
...
1
vote
0answers
164 views
WSO2 BPS - Arrival order of messages
I already posted a question here, and I finally found the source of the problem myself. But the issue remains unresolved.
Arriving messages are stored in a queue until a matching activity is found. ...
0
votes
1answer
184 views
WSO2 BPS Shared HTTP Cookies
Consider the scenario where we need to orchestrate WSO2 Carbon administration services: AuthenticationAdmin and UserAdmin (through WSO2 BPS BPEL Process). The AuthenticationAdmin service for ...
0
votes
0answers
219 views
WSO2 BPS - Parallel receive activities are blocking execution
I'm doing some tests for deploying business processes on WSO2 BPS. I have to make communicate multiple processes with each other (asynchronously).
I made a diagram to outline the problem.
Process_1 ...
1
vote
1answer
492 views
How to assign an invoke response value to an output variable of a bpel process in wso2
Sorry for the trouble but I have another small query.
I am trying to push a bpel variable LVSProxyPLResponse to the output variable of the bpel process by using the assign action as shown in code
...
0
votes
3answers
410 views
What means “No such channel”-Exception in Apache ODE?
I have multiple BPEL-processes which runs fine on WSO2 (version 2.0.1). But after some time, there appears following exception in the log. I have no clue, what they means nor how to get rid of them.
...
1
vote
3answers
633 views
Is it possible to design Business Processes with Intalio Designer or others and deploy them with WSO2 BPS?
I'm a newcomer in BPM world. The docs and articles in Internet show that WSO2 BPS 2.x is supposed to execute processes complying WS-BPEL, WS-Human Tasks & BPEL4People. BPMN 2.0 seems to fill the ...