Tagged Questions

BPEL stands for Business Process Execution Language, an XML language for orchestrating Web services. It helps developing executable business processes on top of Web services based SOA. It is a defacto standard, published by OASIS.

learn more… | top users | synonyms

12
votes
3answers
2k views

Beginners guide to BPEL

What is BPEL? I'm looking for some nice simple examples of BPEL usage. The wikipedia page isn't too enlightening. How about a "Hello world" in BPEL? A BPEL shell? A BPEL IDE?
4
votes
6answers
639 views

SOA Governance Explained

Does anybody have an idea what SOA Governance is all about? What is the difference (or correlation) between SOA Governance and IT Governance? and How can it be applied using SOA platforms available in ...
3
votes
1answer
261 views

Java Process Servers Good Idea or Not?

Just want to shout out to the community to see what peoples thoughts are on Java process servers in general. IBM in particular tend to make a lot of noise about Websphere process server. I can see ...
3
votes
5answers
1k views

Is orchestration an ESB responsibility?

Is an Enterprise Service Bus (a tool that acts as a mediator, a message broker, a service enabler, schema transformation enhancer, transparent location provider, service aggregator, load balancer, ...
3
votes
2answers
1k views

High Performance BPEL engine?

I am evaluating BPEL engine for our high performance telecom application but performance seem to be very poor. We have evaluated Apache Ode, SunBPEL engine, Active BPEL etc. Do you know any faster ...
2
votes
1answer
92 views

WS-Addressing ReplyTo for callbacks in asynchronous bpel-processes

I have an asynchronous bpel-processes that invokes a cllback-service on the client to transmit its response. At the moment, I statically defined the client's endpoint in the corresponding wsdl-file ...
2
votes
2answers
60 views

How to write an XQuery which crosses an xsd:any element?

A schema contains a <xsd:any/> element. The code, by some external information, knows that in place of any there is a specific XML structure (e.g. foo). XQuery would be looking as ...
2
votes
1answer
997 views

Time out error in deploying the process on weblogic server

While deploying the BPEL process in Weblogic 10.3.4, following Exception comes on soa server console. I am sure this is not related to my application, but due to this I am not able to deploy the ...
2
votes
1answer
51 views

Framework for generating BPEL in runtime?

I need to generate BPEL XML code in runtime. The only way I can do it now is to create XML document with "bare hands" using DOM API. But there must be a framework that could ease such work ...
2
votes
3answers
1k views

Does Netbeans version 6.9.1 support SOA plugin?

I need to create a BPEL project but I can't find SOA plugin to install it. Can someone tell how can I add SOA plugin to my Netbeans version?
2
votes
5answers
1k views

What is the difference between Inclusive and Exclusive OR?

I have been studying some Business Process Execution Language (BPEL) and the associated modelling system (BPMN) where the designer needs to learn about inclusive and exclusive gateways for process ...
2
votes
1answer
2k views

Handling PermGen errors in ant bpelc task

I've been hitting a java.lang.OutOfMemoryError: PermGen error when compiling a project with ant under Linux with jdk 1.5.0_11. the same project compiles under windows without problem. Usually this ...
2
votes
1answer
686 views

Does WWF provide BPEL integration?

I've found a CTP for such integration from Microsoft, but it seems it never was officially released and supported. Also - Do you know a list of WWF to BPEL activities mapping? Thanks
1
vote
2answers
12 views

Are there any workflow engines in existence that don't use BPMN and BPEL?

Our business is planning on building a rather large business application with about 2000 or so users. Many objects in the system require a mildly complex series of approvals, notifications, etc. For ...
1
vote
2answers
33 views

copy complexType to message in BPEL

I am using Apache ODE to write some simple BPEL's to connect 2 web services. One of the WSDL files of my two services contains this complex type: <types> <t:schema ...
1
vote
2answers
35 views

Testing BPEL processes?

I am considering to use BPEL for my next project. I played around with the Netbeans BPEL designer and I am happy with it. But before I decide to use BPEL I want to know how well it is suited for test ...
1
vote
0answers
34 views

BPEL Engine for .NET platform

There are any open source BPEL based workflow engine for .net? Thanks
1
vote
1answer
54 views

BPEL and selectionFailure error

I'm a freshman at bpel and i'm just testing an If-else. The bpel file that i've been created using eclipse is: IfElseSample.bpel It successfully deployed with no errors but when I try to test it ...
1
vote
1answer
83 views

Migrating Oracle BPEL 10g Process to Apache ODE BPM

I am considering replacing Oracle 10g BPEL Process Manager and migrating all processes to Apache ODE. Are there documented steps in migrating the processes across the two platforms?
1
vote
1answer
76 views

BPEL <switch> element not supported.

I get the following error when trying to use a <switch> element in BPEL. BPEL element in namespace "http://docs.oasis-open.org/wsbpel/2.0/process/executable" is not supported by this ...
1
vote
0answers
39 views

BPMN to BPEL how to do that? [closed]

I need to convert BPMN model to BPEL. Who try to do that? It's possible? I use this http://code.google.com/p/bpmn2bpel/ but it has a lot of bugs(
1
vote
1answer
61 views

Auto generate XSD from BPEL? or BPEL from XSD?

So I am new to BPEL, and indeed my XML knowledge is limited (but growing fast as I do this project). I am creating a webservice in BPEL. Now the drag and drop is fine, but what about complex types? I ...
1
vote
1answer
25 views

IIS Server connection in Jdeveloper BPEL?

So I am writing a webservice in BPEL, but coming up with a few obstacles due to not being very familiar with Jdeveloper. Basic questions first. How can I create a new application server connection to ...
1
vote
1answer
36 views

Oracle BPEL eventhandling with “onEvent” activity and business event

I'm trying to use the bpel extension for eventhandling under the soa suite 11g ps3. I'm trying to subscribe to an event from the event delivery network but I get an error. That's the code: ...
1
vote
1answer
110 views

How to assign array in a BPEL process

I have a simple string as input and after calling a web service which adds the string to an array.Now i have to assign the array to the output(which i have set as a string array in the schema).The ...
1
vote
2answers
46 views

Workflow description and implementation in .Net

Here is the situation: We have to build a system made of web services as main components. Some web services will write data in databases, other receive a file as input and produce a transformed file ...
1
vote
1answer
39 views

Reading values from a file txt or xml

I'm developing a simple bpel process that takes data from an external file (txt or xml). In detail, i'm trying to develop a process that takes in input 2 strings (user and pass) and checks if they are ...
1
vote
2answers
338 views

Oracle BPEL Server: How to throw a Fault from a BPEL Java call-out?

I'm calling a java class from BPEL via bpelx:exec. It would simplify things a lot if the class was able to throw a specific Fault (known to BPEL from one of its partner links). Let's call it ...
1
vote
1answer
308 views

WSDL warning: not a SOAP port, it has no soap:address

I get these warnings when I create a Web Service Client using Netbeans v 6.7.1, providing the following wsdl. parsing WSDL... [WARNING] port "ComposedWebServicePort" is not a SOAP port, ...
1
vote
3answers
268 views

BPEL in netbeans 6.9.1 composing web services

I believe netbeans doesn't support BPEL. Is there a workaround for it, or can you please suggest some other IDE, where I can compose web services together? I have two web services, one which churns ...
1
vote
2answers
64 views

Using BPEL for a deployment process

I'm working on a system that is kind of a Business Rules Engine. Rules are authored in a devleopment environment, executed (SQL code gets generated) and tested in DEV, then they are deployed into ...
1
vote
1answer
154 views

BPEL process stopped on a second receive

I am new in BPEL writing. I have realized the simple process below: receive1 | | invoke1 | | receive2 | | invoke2 The problem is that the process correctly runs till to the "receive2" but when I ...
1
vote
2answers
324 views

Java Embed Activity in BPEL sharing instance

I am creating a process in BPEL (say findRules) which has three Java Embeded Activity(A,B,C). and I have one java class(Rule.java) which I need to import on all Java Embed Activity. and when I ...
1
vote
2answers
233 views

BPMN to BPEL tool

Do you know any open source that helps to transform BPMN models to BPEL definitions and then execute them in a BPEL process engine? In my research, I extends the BPMN 2.0 metamodel and wants to ...
1
vote
0answers
155 views

DB adapter creating instance regularly

I have created a BPEL process and added a DB adapter for polling a table change of new row added.. and my polling interval is 60 seconds, but my process is creating an instance on every 60 seconds, ...
1
vote
0answers
210 views

bpel.xml not found for quartz schedule(11g does not have this file), how we associate Quartz property in composite.xml

I have created a BPEL process in which a dataadapter polling for a table. I want to schedule this process by quartz scheduler using following parameters > <activationAgents> > ...
1
vote
3answers
267 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 ...
1
vote
1answer
467 views

how to create/use variables in BPEL process using jdeveloper

I am creating simple BPEL process using Jdeveloper,and want to include all features of BPEL on small level. when I am using assign attribute and creating expression then setting the input variables ...
1
vote
1answer
323 views

How to execute java code from BPEL process

I need to execute java code in my BPEL application, i selected java Embeding from pallate and in code snippet i wrote some lines as System.out.println("some information"); while deployment it showed ...
1
vote
2answers
490 views

Oracle Fusion Middleware Datasource getting suspended frequently

We are using Oracle SOA Suite 11g and the Datasource that is used by the BPEL server goes to suspended mode frequently. As the SOA datasource goes suspended, all the managed servers that use this ...
1
vote
2answers
598 views

Apache ODE example

Any good apache ODE example available? I am trying to evaluate Apache ODE for an project. Please provide any references for learning Apache ODE through samples/tutorials/guide. Thanks.
1
vote
1answer
325 views

Invoke BPEL from a Webservice in OpenESB

Right now i'm developing a composite application using Open ESB. I got my application tested through a test case by sending a request SOAP message, and it works great. The problem is, i want my ...
1
vote
0answers
142 views

Getting Authenticated User in BPEL

I'm using Oracle SOA and BPEL and I have setup an authentication requirement for calling a webservice which starts off a BPEL process. What I'm trying to do is get the authenticated user inside the ...
1
vote
1answer
291 views

Java Web Services and BPEL

I'm struggling a little attempting to consume this web service (it is homework related but not actual homework). This BPEL process seems to provide asynchronous callbacks, I'm just not sure exactly ...
1
vote
1answer
181 views

Can Oracle BPEL Web Service output html to a browser

In an Oracle BPEL service, is there a way to make it display HTML to a browser. I have figured out how to call it via HTTP/GET but the result always comes back as XML. I want to display the html and ...
1
vote
1answer
120 views

How to validate BPEL programmatically?

I want to validate BPEL programmatically. I use the openESB version of it but it would suffice having a validator for the standard BPEL or for other BPEL engines. Is there something out there that can ...
1
vote
2answers
233 views

Parameter for BPEL process

I use OpenESB + BPEL. I would like to use some parameter to set system specific settings (path, string constants, etc.). I tried to use a properties file that a simple java class should read up and ...
1
vote
2answers
178 views

Problem in accessing wsdl from URL(http) from bpel

HI, I want to access wsdl file that is imported in bpel definition, can i do that or i will have to create local copy and then use it? Because whenever it run the process it gives me this: FATAL - ...
1
vote
1answer
466 views

What are some of SOA / BPEL best practices?

Looking for some resources on SOA / BPEL best practices. Specially BPEL.
1
vote
2answers
1k views

How to automate building and deploying a BPEL application

I need to automate the building and deployment of (several) BPEL applications to a weblogic server. I now do it using jDeveloper 11g, but I guess there should be some command line tools to do it. (I ...

1 2 3 4