bpel
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 Adapter[详细]
2023-03-12 15:12 分类:问答How much time a SOA composite should take in deployment?
How much time a SOA composite should take in deployment Scenario: Composite having 5-6 BPEL process. it remote开发者_如何学Python deployment by JDeveleoper[详细]
2023-03-12 12:33 分类:问答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 proce[详细]
2023-03-11 17:21 分类:问答create EAR file in Jdeveloper
I have created a SOA project in JDeveloper. not I want to create a EAR file for deploying the project in Developement.[详细]
2023-03-09 21:41 分类:问答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 sugges开发者_JAVA百科t some other IDE, where I can compose web services together?[详细]
2023-03-05 22:21 分类:问答Problem: BPEL Array population
I created a BPEL process which doing some business logic(lets have fetching data from Department list). and on next activity I have to use the same fetched list.[详细]
2023-03-04 03:42 分类:问答Dynamic Assign in BPEL 2.0
Is it possible to dynamically generate an assign xpath from a variable and an XPath string. ie. <assign name=\"dynamicAssign\">[详细]
2023-03-02 23:16 分类:问答traversing a BPEL array
I need to traverse an array (input to BPEL) in java embed activity and need to generate a response (output variable) of BPEL process.[详细]
2023-03-02 15:44 分类:问答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 pro[详细]
2023-02-28 18:08 分类:问答create a task in BPEL using java code
I am creating a BPEL process, in which my requirement is I need to create a task based on some inputs and assign it to partucular user, and then come out from that flow.[详细]
2023-02-28 17:57 分类:问答