JDeveloper BPEL Designer Tool: Transformation Question

Hello,
I am prototyping a small web service orchestration demo.
I have 3 Schema Elements - Request, IndividualResponse, and CombinedResponse
I invoke 3 web service invocations in parallel - each of which takes a Request and returns an IndividualResponse
I need to populate a single CombinedResponse with the contents of the 3 IndividualResponses.
When I try a transformation node (to map an IndividualResponse to a CombinedReponse), the IndividualResponses overwrite each other's information in a single node within the CombinedResponse. I want the contents of the IndividualResponses to go into separate nodes within the CombinedResponse.
Any ideas on how to do this in the Oracle JDeveloper BPEL Designer Tool?
Thanks!
-SN

Transformation by definition converts one xml format to another. What you need to do is perform multiple assigns to copy the individual responses to the combined response.
--Nizam                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • JDeveloper BPEL Designer Extension Points?

    I'm wondering if there's any way to extend JDeveloper BPEL Designer? I know there's something for Eclipse - see for example http://eclipse.org/proposals/bpel-designer/main.html :
    "Extension Points The project should be architected as a set of plug-ins, each of which provides the ability for other groups or vendors to further extend and customize the functionality in a well-defined manner. Here is a list of possible extension points that it may provide:
    Runtime environment pairing (Validation, Compilation, Deployment)
    Addition of specific functions
    Extensions to BPEL palette definition
    BPEL element extensions and visual tool contributions"

    We are currently working on making the BPEL Designer extensible so as to allow for new activities, wizards, etc to be written by customers and partners. Is this what you are looking for? If so, this functionality is planned for 2006 and should apply to both thre Eclipse and JDev BPEL Designer plug-ins.
    Regarding source code, we are not planning to make source code available to the JDeveloper BPEL Designer plug-in, though we have proposed to open source our Eclipse BPEL Designer and co-lead that project with IBM (as you may have seen).
    If you are asking a different question than either of these, drop me an email or you also may want to post to the OTN BPEL forum:
    BPEL
    Dave
    David Shaffer
    Director Product Mgmt, Oracle BPEL Process Mgr
    [email protected]
    W: 650.506.1729
    http://otn.oracle.com/bpel

  • Does Oracle BPEL process manager ships jdeveloper bpel designer

    I had downloaded Oracle bpel process manager and installed on my desktop but I am unable to find jdeveloper bpel designer shiped with process manager.
    Could any one update me regarding the same

    Hi,
    Follow the steps which I have mentioned.If you want to start with BPEL you can do either of the two things.
    1) If you are interested in only BPEL then download and install BPEL server from oracle site. For coding you need to have Jdeveloper.
    or
    2) If you want to use all the components of SOA then download version 10.1.3.1 and install SOA suite. Apply Patch to upgrade version to 10.1.3.3.
    After installation of server, download Jdeveloper 10g and Unzip the file to use it.
    Hope I clarified your doubt.
    Cheers,
    Abhi...

  • Jdeveloper BPEL designer. not running

    Hi,
    Again i installed patch 1,2 &3 but when double clicking on the Jdeveloper designer it just close i'm not able to run it.
    Any solutino to fix this ??
    PS: thsi happend right after i logged in to the BPEL console using the Default password! before i was able to run the Jdeveloper BPEL designer.
    Thanks,
    Rana

    I suppose you are using 10.1.2.0.2, and downloaded from metalink specific patches for this release? Or are installing the patches from otn?
    ANyway: open normal dos-prompt, "cd" to correct directory and start obpatch from the unzipped patch file

  • Integration of custom identity services with JDeveloper BPEL designer

    Hi,
    I'd like to know if a custom user repository plugin will cause the 'Identity Lookup Dialog' (Step 6 of Human Workflow Wizard to generate a user task) to utilize the list of users and groups from a third party provider, when used as the Custom Identity Service provider.
    I'd like to have the custom list of users and groups at 'design time' of the BPEL process itself, as well as process runtime. Is this possible?
    This is with respect to both BPEL PM v10.2.0.2 and v 10.1.3.1.0.
    Regards,
    Vineet

    ok, thank you for the reply.
    But the installation of the Oracle BPEL Process Manger for Developers which includes the JDeveloper and the BPEL Designer doesn't come with 10.1.3.1.0?
    I have to install the JDeveloper and the BPEL Process Manager seperate?
    Thx

  • JDeveloper Bpel Designer plugin

    Have anyone used the BPEL Designer for JDeveloper. I'm new the bpel arena, so any help would be greatly appreciated.
    Regards,
    Jeff

    You can get access to the JDev plug in through the 10.1.2 beta program. Please send an email to [email protected] with 10.1.2 beta in the subject.
    Thank you,
    Edwin

  • JDeveloper Bpel Designer plugin download

    i cant locate the plugin on the oracle's site to download..
    ive been reading throug a tutorial on the same but its so irritating that i cant locate the plugin for download
    I even sent an email to [email protected] with "10.1.2 beta" as the subject...but no news yet.
    can someone please tell me how to go about this?

    Hi,
    BPEL PM 10.1.2 preview 3 will be available for public download on OTN at the end of this month. It includes the JDev BPEL designer.
    Edwin

  • JDeveloper BPEL Designer with other BPEL Servers

    Can the BPEL XML emitted from JDeveloper designed be successfully executed by servers other than Oracle BPEL Process Manager?

    Yes and no. The BPEL process itself is based on the BPEL standard and can be used on any other server. But the BPEL process is packed into a SuiteCase, jar file. This file contains other files like bpel.xml, these is vendor specific. So you can not run a BPEL process designed in JDev into another non Oracle BPEL server, without any changes.

  • Question about XSL Mapper in BPEL designer

    Hi,
    I have a question regarding the XSL mapper within JDeveloper BPEL Designer.
    Scenario:
    Consider
    1. Source xsd with 3 attributes
    2. Target xsd with 5 attributes
    An XSL mapping is defined for 3 source attributes to the corresponding target attributes.
    The attributes remaining on the target side (2 attributes) are NOT mapped.
    Now test the mapper using the in-built test tool
    (by right clicking on the xsl editor screen).
    The mapper generates a test-xml on the source side and its corresponding transformed xml on the target side.
    Now,
    If i click on "Validate" in the source side, it says "XML is Valid"
    If i click on "Validate" in the target side, it says "XML is NOT Valid" (because the 2 un-mapped attributes are not apprearing the target xml)
    My question is
    Is it an expected behaviour that if an attribute is not mapped, an empty tag <attribute/> is not generated for this attribute in the target xml. If so, wouldn't the target xml be invalid with respect to the target xsd.
    Thanks
    Antony

    I believe by default xml validation is set to false for a BPEL Domain. I am not sure whether setting this to true will cause your process to error out after the transformation or if it only validates inbound and outbound messages.

  • No option to create new workspace in JDeveloper; turning BPEL Designer "on"

    I'm trying to do some BPEL work on Linux, using JDeveloper Studio 10.1.3.4.
    A couple of issues:
    1) although the BPEL Designer shows up as a component in the "About", and BPEL Process Modeler shows up as a loaded extension in the same place, BPEL Process Project is a grayed-out option in New Projects. This may simply be due to the fact that BPEL Designer apparently needs to be turned "on", and I've yet to figure out how to do that on Linux (since the documentation is mostly for Windows).
    So if this problem is solved by turning the JDeveloper BPEL Designer "on", I sure wouldn't mind knowing how to do it on Linux. It's easy enough to start the BPEL Process Manager - I have that running right now - but I see no shell script anywhere in the SOA Suite installation that remotely looks like it might start BPEL Designer.
    2) Many of the tutorials say that one should create a workspace in JDeveloper. According to them this is available as an option under File > New. Well, in Linux JDeveloper Studio 10.1.3.4 it's not available at all. It doesn't even exist as a disabled option. I find this curious, and somewhat disturbing.
    Any ideas as to why something so central doesn't show up?
    Regards,
    Arved

    OK, good to know, John. Eventually a person figures it out one way or the other. I realize all of this stuff exists in documentation someplace, but there's only so many hours in the day. And if you're using JDeveloper 10.1.3, with JDeveloper 11 already available, you don't necessarily expect a lot of the articles you run across to be so old that they still refer to workspaces. I'm not saying that these are necessarily Oracle articles.
    As an aside I've found Oracle documentation to be pretty good. I use Oracle software on Windows, Mac OS X and Linux. For ESB and BPEL on Linux the main problem with the docs is that they are incomplete. It's disconcerting to see continual references to having to turn BPEL Designer on, in Windows, and have no instructions concerning that for Linux, as one example. As it happens, doing a "startall" for opmnctl does everything I need, so if there's a separate BPEL Designer started up by that (as opposed to the BPEL Process Manager) I guess that's where it gets fired up. That may also be covered in documentation someplace, for Linux, but I haven't found it.
    Arved

  • BPEL Designer for JDeveloper?

    I just installed JDeveloper and the BPEL Process Manager. My organization will be taking over an existing Oracle BPEL project and the old project lead indicated we should use the BPEL Designer.
    I have been searching for the referenced BPEL Designer extension to JDeveloper for the last few hours. It has so far alluded me. Can someone provide the download URL: or explain what must be done. I went to the JDeveloper extensions site and it is not listed there.
    Is ther a BPEL Designer for JDeveloper?

    I downloaded Oracle JDeveloper 11G, the Technology Preview and installed the BPEL Process manager. I'm not able to create a BPEL process as described in the startup screen that pops up from the Windows Start menu when you select JDeveloper BPEL Designer.
    I notice when I go the JDeveloper about box/Extensions list that all the BPEL stuff is grayed out with a description that it has been disabled by the user. I didn't touch a thing! How do I enable BPEL in JDeveloper?
    I did a search on Google and found a reference to the ide.properties file, but when I search my computer I only find such a file for the Jdeveloper IDE itself and there's no reference to BPEL anywhere.
    I'd love to start learning BPEL, but can't seem to get past this obstacle!

  • BPEL Designer Extension Points?

    I'm wondering if there's any way to extend JDeveloper BPEL Designer? I know there's something for Eclipse - see for example http://eclipse.org/proposals/bpel-designer/main.html :
    "Extension Points The project should be architected as a set of plug-ins, each of which provides the ability for other groups or vendors to further extend and customize the functionality in a well-defined manner. Here is a list of possible extension points that it may provide:
    Runtime environment pairing (Validation, Compilation, Deployment)
    Addition of specific functions
    Extensions to BPEL palette definition
    BPEL element extensions and visual tool contributions"

    We are currently working on making the BPEL Designer extensible so as to allow for new activities, wizards, etc to be written by customers and partners. Is this what you are looking for? If so, this functionality is planned for 2006 and should apply to both thre Eclipse and JDev BPEL Designer plug-ins.
    Regarding source code, we are not planning to make source code available to the JDeveloper BPEL Designer plug-in, though we have proposed to open source our Eclipse BPEL Designer and co-lead that project with IBM (as you may have seen).
    If you are asking a different question than either of these, drop me an email or you also may want to post to the OTN BPEL forum:
    BPEL
    Dave
    David Shaffer
    Director Product Mgmt, Oracle BPEL Process Mgr
    [email protected]
    W: 650.506.1729
    http://otn.oracle.com/bpel

  • BPEL designer issues

    Hi,
    I facing following problems while designing BPEL process using Oracle JDeveloper 10g BPEL Designer :
    1> While editing XPath exp through query builder in activities (e.g assign, switch) it takes a lot of time which is actually irritating.
    2>Sometimes the design through bpel designer is not saved back in the .bpel file even after it shows that file is saved. And once i close the JDeveloper i loose my design because it opens the old bpel file in design mode.
    If any one is having workaround for this or if this problem is resolved in some latest version of Oracle JDeveloper BPEL Designer then pls tell me.
    With thanks and regards
    Pankaj Kumar.
    Message was edited by: Pankaj
    I am using
    Oracle JDeveloper 10g version 10.1.2.0.0(Build1811)
    Oralce Ide 10.1.2.17.84
    BPEL Designer 10.1.2.0.0(Build 050708.1500)
    Pankaj

    OK, good to know, John. Eventually a person figures it out one way or the other. I realize all of this stuff exists in documentation someplace, but there's only so many hours in the day. And if you're using JDeveloper 10.1.3, with JDeveloper 11 already available, you don't necessarily expect a lot of the articles you run across to be so old that they still refer to workspaces. I'm not saying that these are necessarily Oracle articles.
    As an aside I've found Oracle documentation to be pretty good. I use Oracle software on Windows, Mac OS X and Linux. For ESB and BPEL on Linux the main problem with the docs is that they are incomplete. It's disconcerting to see continual references to having to turn BPEL Designer on, in Windows, and have no instructions concerning that for Linux, as one example. As it happens, doing a "startall" for opmnctl does everything I need, so if there's a separate BPEL Designer started up by that (as opposed to the BPEL Process Manager) I guess that's where it gets fired up. That may also be covered in documentation someplace, for Linux, but I haven't found it.
    Arved

  • JDeveloper and BPEL Designer - You dont mean this serious...

    Quality of software seems as alpha release maybe but definitely nowhere near stable...
    Problems we are experiencing are slowing our development totally comparing to any other IDEs available.
    We are using version 10.1.3.3.0.
    I ll mention few:
    Every completion editor takes ages to load.
    In some editor there isnt even basic clipboard operations available.
    Expression editor is some kind of bad joke, isnt it? Even if i move window it revalidates everything, it seems it virtually reloads every schema what takes tens of seconds and making work with it totally impossible.
    Validations in some editors aint even working OK, when u enter valid xpath expression with whitespaces editor resoves it as invalid.
    You delete file and it remains in filesystem and after u recreate same transformation file no matter what target and source of transformation you choose it will just load old deleted file...
    These problems are just peak of iceberg.
    Please tell me theres kind of magic button i forgot to press what will resolve these problems...
    Im very unsatisfied and cursing on Oracle everydaily, sadly I cant choose another product since customer choosed.
    Best Regards,
    Mathew Stafurik

    Hi Mathew,
    cursing and ranting in a very unspecific way doesn't help you nor gives us a chance to help you.
    Indeed the BPEL Designer in JDeveloper is very in certain situations, esp. when you have very complex XSD with lots of imports in your project.
    Some tips to improve performance:-
    - Have 2GB RAM at minimum
    - Run it on Linux
    - Split you work in as many as possible projects
    - Don't include XSD, because you might need them in the future.
    We're looking forward to your detailed problem descriptions to help solve one by one to make you more productive.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • JDeveloper BPEL/ESB Designer

    I'm going spare trying to set up a version of JDeveloper with the BPEL / ESB plugin.
    I have found and tried to follow Oracle documentation fo the BPEL Process Manager which claims that JDeveloper with BPEL Designer is installed with BPEL Process Manager (10.1.3.1.0).
    Once installed where the documentation claims is the link to run JDeveloper is just a HTML page telling you to download and updated JDeveloper but the BPEL update is not in the list of possible updates.
    Google has lead me to go old school and find an old Eclipse Europa install and try an out of date plug in but thats not working either (not that its much good even if it did)
    Any help as to where I can actually find what I am looking for or just a pointer to any tool where a newbie can start developing some BPEL would be greatly appreciated.
    Thanks in advance,
    Chris

    Not sure what documentation you have read but JDev does not get installed as part of the 10.1.3.1. It did with the single user license of 10.1.2
    here is the link, just unzip and play
    http://www.oracle.com/technology/software/products/jdev/htdocs/soft10134.html
    Please not that this is 10.1.3.4 and is only certified for SOA Suite 10.1.3.4. If you are using 10.1.3.1 then install JDev of that version. I would recommend upgrading SOA Suite to 10.1.3.4 as 10.1.3.1 is old. Part of the 10.1.3.4 install is installing 10.1.3.1
    patch is found here http://www.oracle.com/technology/software/products/ias/htdocs/101310.html (There is a patch link in the 10.1.3.1 install) Don't be surprised with the size of the patch as it looks like a fresh install. You just install into the same home as your 10.1.3.1 install.
    cheers
    James

Maybe you are looking for

  • How to insert records into an Excel file

    i was wondering if anyone knows how to insert records from a pl/sql block straight into an excel file

  • Enhancement Request for Reports

    I did search; sorry if I missed a similar request. I would like the ability to associate a report with a specific connection to avoid the connection selection. Reports not associated would still show the connection selection dialog. Thanks.

  • Accessing interface components from a seperate class

    Hi there, I've just been given a Java project to build, that involves writing an applet to allow text based communication between pairs of people. I've always thought the best way to go about it was to divide code into functional units, i.e. put the

  • I deleted a contact,is there any way of getting it back? Thank you.

    I deleted a contact and need it back,does anyone know how I can get it back. I'm on iPhone 4 using ios6. Thanks a lot for any answers and tips.

  • After Restore I Can't Boot

    I work in a company IT department.  I started in May and at that point had this guy who worked with me (who doesn't now) tell me that I needed to install this software called LikeWise.  It's used for pushing rules out across a network to get peoples