BPM conditon editor challenge

Hi
I would like to put this condition on a switch.
(a=b) and (c=d or f=s or j=q) and (u=w or y=q)
Seems a simple condition...
How is this carried out in the condition editor?  
or am I just having a bad day
Thanks for any ideas
Ian

Hallo Ian,
You can use the "Insert Expression" Button for "AND" - Condition and the "Insert Group" Button for "Or" - Condition.
So is a Condition like (a=b and c=d) or (f=s) or (j=q and u=w) or (y=q) possible.
But for Your Condition you need more Switch-Steps.
Regards,
Robin

Similar Messages

  • SAP PI 7.1 BPM Condition Editor: use EX

    Hi everybody,
    does anybody know how my condition has to look, if I'd like to use the
    EX
    function?
    This seems not to be korrekt:
    MY_VARIABLE EX
    Thanks
    regards Mario

    Once you have defined a condition variable and assigned the appropraite XPATH to it you can us eit to define the condition.
    For exists function have the condition like
    EX MY_VARIABLE
    The above format works.
    Regards,
    Abhishek.

  • BPM Condition editor QUALF issue

    Hi Gurus,
    we are using a switch step to define different processing branches. If the "ORGID" in the second E1EDK14 segment is "S1" and the "QUALF" is "015", we can process the message. Otherwise the message hast to be stopped.
    <E1EDK14 SEGMENT="1">
      <QUALF>006</QUALF>
      <ORGID>01</ORGID>
    </E1EDK14>
    <E1EDK14 SEGMENT="1">
      <QUALF>015</QUALF>
      <ORGID>S1</ORGID>
      </E1EDK14>
    <E1EDK14 SEGMENT="1">
      <QUALF>008</QUALF>
      <ORGID>1000</ORGID>
    </E1EDK14>
    We have been defined two simple variables (ORGID and QUALF) in switch step.
    My guess was the following: (ORGID = "S1" & QUALF ="015") but it doesn't worked.
    Is there any other solution?
    Kind Regards,
    Peter

    Hi Peter,
    Please check the Variable type.
    for ORGID and QUALF
    Define it as string not Integer.
    If variable is an integer then in Condition you dont need to put any quotation
    !(variable_2< 531) | EX variable_3
    Also For and condition you need to use (& sign)
    And for Or( | sign).
    give it a try.
    /*/*Conditions must have the following syntax: [<Not>][<Parenthesis>]<Variable><Operator><Variable> [<Parenthesis>]<Operator>
    Declare condition variables in the Condition Variables view and assign values in the Bindings view.
    For input assistance when defining a condition, press CTRL + SPACEBAR. Below is an example of a valid condition:*/
    !(variable_1 = "abc") &
    /*Conditions can also contain comments and formatting*/
    !(variable_2< 531) | EX variable_3

  • Oracle 11g SOA-BPM PS3 Installation Help

    I'm not a super techie, so installing the latest release from Oracle was a challenge, but I encountered a number of problems and kept notes of what I did to solve it. Many of these hints came from the Forum, but nothing had all of the relevant info under one thread. So here is what I pieced together. If this is helpful to anybody, I'd love to hear it - either on this thread or at my e-mail address of [email protected]. My thanks to Linus Chow of Oracle for some help and allowing me to think I could do this!
    Comments/Suggestions on Oracle 11g SOA-BPMN PS3 Installation_
    Suggest downloading all files into a common directory. I stuck this folder at the root (C:) drive. At collectively just over 5 GBs, the downloading will take several hours (for me it was a full day, as did the installation). You will need an OTN account to be able to download the software. A good overview of PS3 is at the following link: http://blogs.oracle.com/bpm/2011/01/bpm_suite_11gr1_ps3_released.html.
    General comment/suggestion. Be sure to name the aforementioned folder without any spaces (big problems if this is done because of how unzipped files do/don’t work with a path name with spaces in it). As the installs get started, note that an Oracle directory (under the root) with a default name for the middleware directory, named Middleware, is created as the default.
    The link with the installation is actually helpful, but it is incomplete (http://www.oracle.com/technetwork/middleware/bpm/downloads/index.html). Some of the detail needed is in the quick installation guide (http://download.oracle.com/docs/cd/E17904_01/install.1111/e14318/toc.htm, and I suggest downloading the PDF version), but the order conflicts with the previous information. I resolved this by using the latter for detail, but the former for the sequence. I also had to turn to several blogs/forums (the main one being: http://blogs.oracle.com/SOA/2009/08/installing_oracle_soa_suite_11.html) to get help on troubleshooting problems with the installation (see below for others).
    I have a Windows 7 Professional 64-bit version, but I ended up following the path for the 32-bit install path (see the main link cited above), mostly because it was unclear to me what the 64-bit path would be. I also already had the 32-bit version of the JRE installed. The following links cover identifying the differences and what you may have installed as well as alternative versions to download: http://www.java.com/en/download/faq/index_general.xml?user_os=Windows%207; http://www.java.com/en/download/faq/java_win64bit.xml; and http://www.java.com/en/download/manual.jsp.
    Another general comment/suggestion. I found it useful to reboot after each step. It shut down services that I would otherwise have to search for and shut down manually. Some of the installations require services activated by previous steps to be turned off, so you’re better off doing something like this rather than encountering such an error in a subsequent step.
    Step 1: Installing the XE database. The file is an .exe file, and will execute upon a double click. However, the instruction regarding RCU is best saved until the 3rd step, doing it just before you install the RCU. More importantly, there are some things to keep in mind about the database install. First, after installation, you should sign on to the DB, using the Go To DB Home Page option under the Express Edition (XE) folder or set of menu options (created as part of the installation), under the SYSTEM user account. During installation, you’ll have to have given a password for this account, so make sure it is one you can remember. After signing on as SYSTEM, give the SYS user account another (or same) password that you can remember. You will use the SYS account in subsequent steps. Second, there is a parameter for the database that must be changed from the default. This is covered in the links below: http://blogs.oracle.com/tridib_samanta/2010/03/rcu-6107db_init_param_prerequisite_failure_for_processes.html and http://cn.forums.oracle.com/forums/thread.jspa?threadID=1004605. To solve this, select SQL button on the DB home page, then SQL Commands button on the next page, paste/enter into the pane at the top the following command, “ALTER SYSTEM SET processes=300 SCOPE=SPFILE;” (but without the quotes), and then click on the Run button. (The parameter must be greater than or equal to 200, but I found references to setting in equal to 300 or 500.) Then you can log out and close the web page.
    At times, the DB might not be started when you are expecting it to be running (e.g., after a reboot), which is covered in this link: Oracle 10g database homepage not working? (You’ll know that it is isn’t running if you try to open the Go To DB Home Page option and it won’t open, displaying an error page instead.) I found that the simplest way to fix this was to go to the Control Panel, Administrative Tools, Services, and then look to see if the OracleServiceXE service is started. If not, then restart by right-clicking on that service listing and choosing the appropriate option to execute.
    Step 2: Installing WebLogic Server. Either before or during this process, you will need to set up an Oracle Support Account. However, you need a customer ID to be able to create a profile. I was thus not able to complete a profile, so the WLS installation defaulted to the Anonymous registration option. This still needed an e-mail address though, the same one with which you would create the Oracle Support profile, so you should have one at the ready. (It would not accept the e-mail address for my OTN account.) As far as I can tell, the consequence of this path is that I cannot automatically get patches and such. I figure this is a problem to be solved another day. The Oracle Support links are: https://support.oracle.com/CSP/ui/faq_en.html#SignIn and https://support.oracle.com/CSP/ui/flash.html.
    If you go with the default, the middleware directory is just Middleware under the Oracle directory. If you select a different name or location, you will need to remember where it is and what the name is. You should also note the folder name for where the JDK was stuck, which for me was JDK160_21 under the Middleware directory.
    Step 3:  Installing RCU. The trickiest of the steps. Unlike with the previous two steps, this installation first happens after the downloaded file is unzipped. You MUST unzip into a directory for which the full path name (and not just the one you create upon extraction) is without any spaces. (You can use the underscore symbol instead of a space to indicate separation.) Unzip the folder/files, and then open the Command Prompt window. Using the cd command, work your way to the full path name to where you just unzipped these files. Next, continue to work your way down to subfolders created during the extraction process. You want to end up at the rcuHome\BIN\ subfolder. THEN do the RCU-related command cited in Step 1. Type in at the prompt the following command and hit enter: set RCU_JDBC_TRIM_BLOCKS = TRUE. Then, type in rcu.bat at the prompt and hit enter, which will run the installation and configuration sequence. This is realized through a series of windows that open for you to input information and make selections. Use the document at the following link of specific guidance as to what the configuration screens should have entered on them: http://blogs.oracle.com/SOA/2009/08/installing_oracle_soa_suite_11.html. This includes things like the service name (XE) and the host name (localhost) to enter, assuming you are installing this on a laptop or PC for local use only. Some other helpful links for troubleshooting the RCU installation are located at: http://download.oracle.com/docs/cd/E12839_01/doc.1111/e14259/rcu.htm#CIHGHDBG; http://oraclebi.blogspot.com/2010/08/rcu-and-what-it-means-for-you.html ; Re: RCU 11.1.1.4 install fails on Oracle XE and http://cn.forums.oracle.com/forums/thread.jspa?threadID=2162409&tstart=0&messageID=9336791.
    The RCU sets up DB schemas and the like for the BPMN and SOA stuff. The screenshots in the previously mentioned document should be followed exactly. You can also refer to pp. 5-6 of the Quick Installation Guide. You should use the SYS user account (the default, I think), so have the password handy.
    I also found it more comforting to shutdown the RCU installation/configuration via the cancel option than to keep going back a screen to fix something. This may not have been necessary, but it made me feel better. Be prepared for interim screens that pop up to show that the installation/configuration is happening, which will also tell you there are errors. One such screen says that XE isn’t supported for RCU, but you can ignore that (as the supporting guidelines indicate).
    Step 4:  Installing JDev. This is an executable, and you just install with all of the defaults. This process will start the WLS as part of the installation, so you must turn it off before going to the next step. Again, I just rebooted to do this.
    Step 5:  Installing SOA Extensions for JDev. Instructions on the page at the main link are clear and correct. The 2 screen shots must be reviewed and adhered to completely in checking off options. The first selection defines the areas where updates are to be sought out, while the second selection is from the available option(s) from those areas. In this case, you are only installing the SOA Composite Editor, though there are several other updates/extensions from which to select (but don’t, at least for now).
    Step 6: Installing BPM Extensions for JDev. Same comment as for Step 5, except that the option you want to select is not as what is indicate (the BPM Composite Editor) but the BPM Process Studio! I would advise against doing these as part of the same update sequence. In fact, I closed out JDev completely (though I did not reboot) between Step 5 and Step 6.
    Step 7 and 8:  Installing SOA Suite. I suggest unzipping both of the downloaded zip files. Again, it is critical that the full path name into which files are extracted contains no spaces. Once unzipped, you should navigate to the Disk1 folder under the directory into which the first zip file was extracted, but you should do this with the Command Prompt window and the cd command. From this prompt, you should type in “setup.exe -jreLoc {location of JDK}” (without the quotes) and hit enter. The {location of JDK} is where the JDK was installed as part of the WLS installation. For me this was in folder JDK160_21 under the Middleware folder in the Oracle directory. Refer to pp. 12-15 of the Quick Installation Guide. This took me a couple of tries before I actually got the installation screen to show up correctly. Some of what this looks like is also in the following link: http://blogs.oracle.com/SOA/2009/08/installing_oracle_soa_suite_11.html.
    What you may eventually figure out is that 5 installation disks are stretched across two zip files. Once the installation of disks 1 and 2 are done, a popup window will ask you to browse to the folder where each of the next 3 disks are, which is in the folder created by the extraction of files/folders from the second zip file for the SOA Suite. As with previous steps, I rebooted after all of this was done.
    Step 9:  Installing the Business Process Converter. Unzip the downloaded file, and open the Installation Instructions Word file. It will instruct you to point JDev’s update sequence to another zip file extracted during the unzipping of the downloaded zip file for the converter. JDev will install this without much fuss or muss, but this installation is to the Studio and not to BPA. (For installation to BPA, you need to have installed BPA, and followed the other guidance in the instructions.) To get to JDev’s update sequence, follow the same first step as in Step 5, but check the option to browse for and upload from a local file. This local file will be the previously mentioned other zip file.
    -------------------------------------------------

    Create a new user oracle and proceed with the installation
    --> useradd -g oinstall oracle
    If your are forwarding your GUI using xming or vnc you would need to copy the xauth of root user and set it to oracle
    [server1:root] xauth list
    bangvmpllE.com/unix:11 MIT-MAGIC-COOKIE-1 b23d63374fe25a3577751b6b95b2210e
    [server1:root] sudo su - oracle
    [server1:oracle] export DISPLAY=localhost:10.0
    [server1:oracle] xauth add bangvmpllE.com/unix:11 MIT-MAGIC-COOKIE-1 b23d63374fe25a3577751b6b95b2210e

  • How to check condtions for multilines in switch step in bpm?

    Hello,
    I am implementing a scenario that send PO create Idoc(orders.orders05) to bpm and bpm receives an OrderResponse from File adapter, I have a switch to check the condition if the Qunatity for each line items from the OrderResponse xml matche with the quantity for each line ltems in OrderCreate, but I don't know how to specify mulitline containers in conditon editor, currently the system only takes the quantity from the first line item.  Any suggestions or other recommendations?  BTW, here is the blog talks about modeling multi rows for incoming message, didn't totally get it...
    Using BPM (Blocks) when Incoming message has multilple rows
    Thanks,
    Hy

    Hi,
    go to Condition Editor-->After selecting your message in the LeftOperand -->then it will lead into Expression Editor there you can see a check box stating "Multiline".
    This will be enabled , if you choose option of XPATH in this Expression Editor.
    Hope this helps,
    Regards,
    Moorthy

  • Mapping activity step in BPM and related complex functions/conversions

    Hello Experts,
    a) I am trying to find out the complex conversions used in BPM process modelling activities such as mapping activity.
    What are the different complex conversions/functions which are very widely used/required in BPM projects?
    I am talking about custom functions and not the standard functions and rules provided by BPM mapping editor.
    b) How do we write a log function which can be used in mapping to log some attributes used in mapping to the java log.
    It is just additional logging feature on the top of standard BPM logs. But this additional log feature will be useful in reading logs for each step.
    c) I am getting only one document having 3 examples for EJB mapping function (concat, filter, and one good fair )-  can anyone provide any other functions and details around in this area?
    thx
    mike

    Hi Mike,
    Strongly suggest you close this discussion and create 3 new discussions - one for each separate question.  When you pile up multiple questions, often people aren't sure which one to answer, and the discussion stream tends to get very confused. 
    That's likely to be why no-one's responded in the last 5 days.
    Rgds,
    Jocelyn
    with my SCN Moderator hat on

  • Mapping activity step in BPM

    I am trying to find out the complex conversions used in BPM process modelling activities such as mapping activity.
    What are the different complex conversions/functions which are very widely used/required in BPM projects?
    I am talking about custom functions and not the standard functions and rules provided by BPM mapping editor.
    thx
    mike

    Hi Mike,
    Strongly suggest you close this discussion and create 3 new discussions - one for each separate question.  When you pile up multiple questions, often people aren't sure which one to answer, and the discussion stream tends to get very confused. 
    That's likely to be why no-one's responded in the last 5 days.
    Rgds,
    Jocelyn
    with my SCN Moderator hat on

  • CcBPM - switch with a condition (greater than) in XI 7.0

    Hello.
    I have this BPM that must have a switch condition like:
    IF <field xpto> of the received message is greater than 0.
      branch 1.
    ELSE.
      branch 2.
    ENDIF.
    In XI 7.1 is easy, because the condition editor has logical expressions like >, <, etc ...
    In XI 7.0 we don't have that, but in SAP help I read:
    You want to formulate the following condition: The booking number (BookingNumber) is greater than 0100.
    Since the greater than (>) operator is not available in the condition editor, you can use the following solution: You define the relevant logical expression in the expression editor by means of an XPath predicate, and assign it to a node element. Using the condition editor you then just query the existence of this node element (by using the existence operator (EX)).
    This means you first create the following expression in the expression editor:
    /FlightBookingOrderConfirmation [BookingID/BookingNumber > 0100]
    Using the condition editor, you then formulate the following condition:
    (/FlightBookingOrderConfirmation [BookingID/BookingNumber > 0100] EX)
    The meaning of this condition is as follows:
    A node element FlightBookingOrderConfirmation exists, to which the following applies: The content of the subelement BookingID/BookingNumber is greater than 0100.
    In my example, the xpath for the variable is:
    /p4:EventMessage/p4:MessageBody/p5:Order/p5:Totals/p5:TotalGrossAmount
    But i'm not getting how to use the bracket condition.
    Regards,
    Valter Oliveira.
    Edited by: Valter Oliveira on Mar 10, 2009 6:04 PM

    Hi, valter:
    Existence operator (EX) is to check if the node exist in your source message or not.
    It is used in Conditional Editor, mostly in the conditional routing in ID.
    IF <field xpto> of the received message is greater than 0.
    branch 1.
    ELSE.
    branch 2.
    ENDIF.
    If your branch 1 or 2 is a send step, then you can use the conditional routing to substitute BPM logic.
    otherwise, you can not use conditon editor to replace your BPM logics.
    Regards.
    Liang

  • 1..n cardinality mapping don't  work

    Hi Experts
    I've created a web dynpro application, with context Orders , it cardinality is 1..n.
    In BPM Diagram Editor in NWDS, i create an activity, create a task to this web dynpro component.
    When i get the context of this web dynpro, and try to map with TaskOutput of Acticity, some errors happen in the link of the maps(appear one red X ).
    To make a test, i put the cardinality as 1..1, and all is OK.
    Can someone explain me, why 1..n cardinaity don't work? I am doing something wrong?
    I need to expose in other activity a list of Orders returned from the first Activity. How can i do this?
    I try to find any solution, but no success.
    Regards
    Marcos.

    Hi Marcos,
    Please be aware of the fact that the root nodes from 1...n to 1...n nodes need to be mapped as well and then you can do the mapping below the nodes individually. For example:
    A (1...n)
    -A1
    -A2
    -A3
    B (1...n)
    -B1
    -B2
    -B3
    -> First map A and B
    -> Then map the individual elements (like A1 -> B3, A2 -> B1, A3 -> B1)
    Let me know if that worked out for you.
    Cheers,
    Martin

  • Import oracle.bpel.worklistapp.dc.ale.beans.view.* not found

    Hello experts,
    JDeveloper cannot find the classes below:
    import oracle.bpel.worklistapp.dc.ale.beans.view.ApprovalListEditorComp;
    import oracle.bpel.worklistapp.dc.ale.util.ApprovalListUtil;
    Any hints about locating these classes?
    Thanks in advance!
    About
    Oracle JDeveloper 11g Release 1 11.1.1.4.0
    Studio Edition Version 11.1.1.4.0
    Build JDEVADF_11.1.1.4.0_GENERIC_101227.1736.5923
    Copyright © 1997, 2011 Oracle and/or its affiliates. All rights reserved.
    IDE Version: 11.1.1.4.37.59.23
    Product ID: oracle.jdeveloper
    Product Version: 11.1.1.4.37.59.23
    Version
    Component     Version
    =========     =======
    ADF Business Components     11.1.1.59.23
    BPMN Editor     11.1.1.4.0.5682
    Java(TM) Platform     1.6.0_24
    Oracle IDE     11.1.1.4.37.59.23
    SOA Composite Editor     11.1.1.4.0.56.82
    Versioning Support     11.1.1.4.37.59.23
    Extensions
    Name     Identifier     Version     Status
    ====     ==========     =======     ======
    ADF Business Components     oracle.BC4J     11.1.1.4.37.59.23     Loaded
    ADF Business Components Dependency     oracle.bc4j.dependency     11.1.1.4.37.59.23     Loaded
    ADF Business Components Deployment     oracle.bc4jdt.deploy     11.1.1.4.37.59.23     Loaded
    ADF Business Components Modeler     oracle.adfbcdt.modeler     11.1.1.4.37.59.23     Loaded
    ADF Business Components Syscat     oracle.bc4j.syscat     0     Loaded
    ADF Business Components Tester     oracle.bc4j.tester     11.1.1.4.37.59.23     Loaded
    ADF Common Audit     oracle.adf.common.audit     0     Loaded
    ADF Context Debugger     oracle.adf.share.debug     11.1.1.4.37.59.23     Loaded
    ADF Controller Configuration Design Time     oracle.adf.controller.config.dt     11.1.1.4.37.59.23     Loaded
    ADF Data Visualizations Design Time Tests     oracle.dvt.dt     11.1.1.4.37.59.23     Loaded
    ADF Debugger     oracle.adf.debug     11.1.1.4.37.59.23     Loaded
    ADF Debugger Diagram Support     oracle.adf.debug.diagram     11.1.1.4.37.59.23     Loaded
    ADF Desktop Integration Design Time     oracle.adfdt.desktopintegration     11.1.1.4.37.59.23     Loaded
    ADF Faces Cache     oracle.webcache     11.1.1.4.37.59.23     Loaded
    ADF Faces Data Visualization Tools Help     oracle.dvt-faces-doc     11.1.1.0.0     Loaded
    ADF Faces Databinding Design Time     oracle.adf-faces-databinding-dt     11.1.1.4.37.59.23     Loaded
    ADF Faces Design Time     oracle.adf-faces-dt     11.1.1.4.37.59.23     Loaded
    ADF Faces Design Time Migration     oracle.adffacesdt.migration     11.1.1.4.37.59.23     Loaded
    ADF Faces Runtime Help     oracle.adf-faces-rt-doc     11.1.1.0.0     Loaded
    ADF Faces Skin Design Time     oracle.adf-faces-skin-dt     11.1.1.4.37.59.23     Loaded
    ADF JMX Data Control Designtime     oracle.adf.jmxdc     11.1.1.4.37.59.23     Loaded
    ADF Java Server Faces Diagram     oracle.adf.jsf.diagram     11.1.1.4.37.59.23     Loaded
    ADF Library Design Time     oracle.jdeveloper.adflibrary     11.1.1.4.37.59.23     Loaded
    ADF Lifecycle Design Time     oracle.adf.lifecycle.dt     11.1.1.4.37.59.23     Loaded
    ADF Management Pages     oracle.adf.management     11.1.1.4.37.59.23     Loaded
    ADF Menu Model Design-Time     oracle.adfmenudt     11.1.1.4.37.59.23     Loaded
    ADF Page Flow Design Time     oracle.adf.pageflow.dt     11.1.1.4.37.59.23     Loaded
    ADF Page Flow Design Time Extras     oracle.adf.pageflow.dt.extras     11.1.1.4.37.59.23     Loaded
    ADF Page Template DT     oracle.adf-faces-templating-dt     11.1.1.4.37.59.23     Loaded
    ADF Region Design Time     oracle.adf-faces-region-dt     11.1.1.4.37.59.23     Loaded
    ADF Struts Page Flow Modeler     oracle.struts.adf     11.1.1.4.37.59.23     Loaded
    ADF Struts and Model One Databinding     oracle.adf.struts.and.model.one.databinding.dt     11.1.1.4.37.59.23     Loaded
    ADF Swing     oracle.adfdt.swingcore     11.1.1.4.37.59.23     Loaded
    ADF View Debugging Design Time     adf.view.debugging.dt     11.1.1.4.37.59.23     Loaded
    ADFv Common Databinding     oracle.adf-view-databinding-dt     11.1.1.4.37.59.23     Loaded
    Ant     oracle.ant     11.1.1.4.37.59.23     Loaded
    Application Server Manager     oracle.jdeveloper.asnav     11.1.1.4.37.59.23     Loaded
    Application State - Application Navigator     oracle.ideimpl.appstate.appnav     11.1.1.4.37.59.23     Loaded
    Application State - Editors     oracle.ide.appstate.editors     11.1.1.4.37.59.23     Loaded
    Application State Manager     oracle.ide.appstate     11.1.1.4.37.59.23     Loaded
    Archive Compare     oracle.jdeveloper.archive-compare     11.1.1.4.37.59.23     Loaded
    BAM     oracle.bam     11.1.1     Loaded
    BI Beans Graph     oracle.bibeans     11.1.1.4.37.59.23     Loaded
    BM metamodel framework     oracle.bm.meta     11.1.1.4.37.59.23     Loaded
    Bug Reporter     oracle.jdeveloper.bugfiler     11.1.1.4.37.59.23     Loaded
    Business Modelers     oracle.bm     11.1.1.4.37.59.23     Loaded
    Check For Updates     oracle.ide.webupdate     11.1.1.4.37.59.23     Loaded
    Code Editor     oracle.ide.ceditor     11.1.1.4.37.59.23     Loaded
    Command Line Formatting Support     oracle.jdeveloper.ojformat     11.1.1.4.37.59.23     Loaded
    Command Line Make/Rebuild Support     oracle.jdevimpl.oj-compiler     11.1.1.4.37.59.23     Loaded
    Common Controller Design-Time     oracle.controller.dt     11.1.1.4.37.59.23     Loaded
    Common Page Flow Design-Time     oracle.pageflow.dt     11.1.1.4.37.59.23     Loaded
    Component Palette     oracle.ide.palette1     11.1.1.4.37.59.23     Loaded
    Controller to ADF Bindings Bridge     oracle.controller.bindings.dt     11.1.1.4.37.59.23     Loaded
    Database Connection Support     oracle.jdeveloper.db.connection     11.1.1.4.37.59.23     Loaded
    Database Features (JDeveloper)     oracle.jdeveloper.db     11.1.1.4.37.59.23     Loaded
    Database Features (SQLDeveloper in JDeveloper)     oracle.jdeveloper.db.navigator     11.1.1.4.37.59.23     Loaded
    Database Modeler     oracle.dbmodeler     11.1.1.4.37.59.23     Loaded
    Database Modeler Migration     oracle.dbmodeler.migrate     11.1.1.4.37.59.23     Loaded
    Database Object Dependency API Support     oracle.jdeveloper.db.dependency     11.1.1.4.37.59.23     Loaded
    Database Object Explorers     oracle.ide.db.explorer     11.1.1.4.37.59.23     Loaded
    Database Object Transfer Framework     oracle.jdeveloper.db.transfer     11.1.1.4.37.59.23     Loaded
    Database UI     oracle.ide.db     11.1.1.4.37.59.23     Loaded
    Design Time Resource Bundle Variable Resolver     oracle.jdeveloper.resourcebundle.resolver.dt     11.1.1.4.37.59.23     Loaded
    Diagram Framework     oracle.diagram     11.1.1.4.37.59.23     Loaded
    Diagram Framework Toplink extensions     oracle.diagram.toplink     11.1.1.4.37.59.23     Loaded
    Diagram Javadoc Extension     oracle.diagram.javadoc     11.1.1.4.37.59.23     Loaded
    Diagram Thumbnail     oracle.diagram.thumbnail     11.1.1.4.37.59.23     Loaded
    Diagram to XMLEF Bridge     oracle.diagram.xmlef     11.1.1.4.37.59.23     Loaded
    Diff/Merge     oracle.ide.diffmerge     11.1.1.4.37.59.23     Loaded
    EJB     oracle.ejb     11.1.1.4.37.59.23     Loaded
    EJB Modeler     oracle.ejbmodeler     11.1.1.4.37.59.23     Loaded
    Editor Tint     oracle.ide.ceditor-tint     11.1.1.4.37.59.23     Loaded
    Editor Tint (Java)     oracle.jdeveloper.ceditor-tint-java     11.1.1.4.37.59.23     Loaded
    Extended IDE Platform     oracle.javacore     11.1.1.4.37.59.23     Loaded
    Extension Designtime Core     oracle.jdeveloper.extensiondt.core     11.1.1.4.37.59.23     Loaded
    Extension Designtime UI     oracle.jdeveloper.extensiondt.ui     11.1.1.4.37.59.23     Loaded
    External Tools     oracle.ide.externaltools     11.1.1.4.37.59.23     Loaded
    Feedback     oracle.ide.feedback     11.1.1.4.37.59.23     Loaded
    File Support     oracle.ide.files     11.1.1.4.37.59.23     Loaded
    Fusion Application Overview Definition     oracle.ide.appoverview.fusion.definition     11.1.1.4.37.59.23     Loaded
    Fusion Web Application (ADF) Template     oracle.adf.webapp.template     11.1.1.4.37.59.23     Loaded
    Go to File     oracle.ide.gotofile     11.1.1.4.37.59.23     Loaded
    Go to Java Type     oracle.jdeveloper.gotojava     11.1.1.4.37.59.23     Loaded
    HTML     oracle.html     11.1.1.4.37.59.23     Loaded
    Help System     oracle.ide.help     11.1.1.4.37.59.23     Loaded
    History Support     oracle.jdeveloper.history     11.1.1.4.37.59.23     Loaded
    IDE Reports Extension     oracle.ide.report     11.1.1.4.37.59.23     Loaded
    Import/Export Support     oracle.ide.importexport     11.1.1.4.37.59.23     Loaded
    Index Migrator support     oracle.ideimpl.indexing-migrator     11.1.1.4.37.59.23     Loaded
    J2EE     oracle.j2ee     11.1.1.4.37.59.23     Loaded
    J2EE     oracle.j2ee.webapp.ve     11.1.1.4.37.59.23     Loaded
    J2EE     oracle.j2ee.webapp.ve.facelets     11.1.1.4.37.59.23     Loaded
    J2EE CSS     oracle.css     11.1.1.4.37.59.23     Loaded
    J2EE Faces Config     oracle.j2ee.facesconfig     11.1.1.4.37.59.23     Loaded
    J2EE Web App     oracle.j2ee.webapp     11.1.1.4.37.59.23     Loaded
    J2EE-ADRS     oracle.j2ee.adrs     11.1.1.4.37.59.23     Loaded
    J2ee extension help     oracle.j2ee.help     11.1.1.0.0     Loaded
    JDeveloper     oracle.jdeveloper     11.1.1.4.37.59.23     Loaded
    JDeveloper Runner     oracle.jdeveloper.runner     11.1.1.4.37.59.23     Loaded
    JGoodies Forms     oracle.jdeveloper.jgoodies     11.1.1.4.37.59.23     Loaded
    JPublisher     oracle.jdeveloper.db.jpub     11.1.1.4.37.59.23     Loaded
    JSON Language support     oracle.jdeveloper.json     11.1.1.4.37.59.23     Loaded
    JUnit Integration     oracle.jdeveloper.junit     11.1.1.4.37.59.23     Loaded
    JViews Registration Addin     oracle.diagram.registration     11.1.1.4.37.59.23     Loaded
    Java Annotation Inspector     oracle.jdeveloper.annotation.inspector     11.1.1.4.37.59.23     Loaded
    Java Breadcrumbs     oracle.jdeveloper.ceditor-breadcrumbs-java     11.1.1.4.37.59.23     Loaded
    Java Class Modeler     oracle.javamodeler     11.1.1.4.37.59.23     Loaded
    Java Modeler Toplink extensions     oracle.javamodeler.toplink     11.1.1.4.37.59.23     Loaded
    Java Server Faces Page Flow Modeler     oracle.jsfmod     11.1.1.4.37.59.23     Loaded
    Java Structure Compare     oracle.jdeveloper.java-compare     11.1.1.4.37.59.23     Loaded
    Java Type Search     oracle.jdeveloper.searchbar.java     11.1.1.4.37.59.23     Loaded
    Java extension help     oracle.java.help     11.1.1.0.0     Loaded
    JavaBeans, Swing, and AWT     oracle.swingawt     11.1.1.4.37.59.23     Loaded
    JavaScript Language Support     oracle.ide.javascript     11.1.1.4.37.59.23     Loaded
    Jdeveloper UI Editor     oracle.jdeveloper.uieditor     11.1.1.4.37.59.23     Loaded
    Jdeveloper XML Extension     oracle.jdeveloper.xml     11.1.1.4.37.59.23     Loaded
    Legacy Controller Design-Time     oracle.controller.bm.dt     11.1.1.4.37.59.23     Loaded
    Legacy Preferences integration for BM     oracle.modeler.bm.prefs     11.1.1.4.37.59.23     Loaded
    Log Window     oracle.ide.log     11.1.1.4.37.59.23     Loaded
    MDS Extension     oracle.mds     11.1.1.4.37.59.23     Loaded
    MOF Ide Integration     oracle.mof.ide     11.1.1.4.37.59.23     Loaded
    MOF Modeler Integration     oracle.modeler.mof     11.1.1.4.37.59.23     Loaded
    Mac OS X Adapter     oracle.ideimpl.apple     11.1.1.4.37.59.23     Loaded
    Modeler Framework     oracle.modeler     11.1.1.4.37.59.23     Loaded
    Modeler Framework Common Layer     oracle.modeler.common     11.1.1.4.37.59.23     Loaded
    Modelling migration from BM     oracle.modeler.bm.migrate     11.1.1.4.37.59.23     Loaded
    Navigator     oracle.ide.navigator     11.1.1.4.37.59.23     Loaded
    Nightly Indexing support     oracle.ideimpl.indexing-rt     11.1.1.4.37.59.23     Loaded
    OAR/MAR/SAR Deployment Support Extension     oracle.deploy.orapp     11.1.1.4.37.59.23     Loaded
    OWSM Policy Manager Installer     oracle.jdeveloper.webservice.wsmpm.installer     11.1.1.4.37.59.23     Loaded
    Object Gallery     oracle.ide.gallery     11.1.1.4.37.59.23     Loaded
    Object Viewer     oracle.sqldeveloper.oviewer     11.1.1.64.46     Loaded
    Offline Database     oracle.jdeveloper.offlinedb     11.1.1.4.37.59.23     Loaded
    Offline Database Import/Generate     oracle.jdeveloper.offlinedb.transfer     11.1.1.4.37.59.23     Loaded
    Offline Database Reports Extension     oracle.jdeveloper.offlinedb.report     11.1.1.4.37.59.23     Loaded
    Offline Database SXML     oracle.jdeveloper.offlinedb.sxml     11.1.1.4.37.59.23     Loaded
    Offline Database User Properties     oracle.jdeveloper.offlinedb.userprops     11.1.1.4.37.59.23     Loaded
    Offline Database User Properties SXML     oracle.jdeveloper.offlinedb.userprops.sxml     11.1.1.4.37.59.23     Loaded
    Oracle BPEL 1.1 Designer     oracle.bpel.v1.designer     11.1.1.4.0.56.82     Loaded
    Oracle BPEL 1.1 Designer Plugins     oracle.bpel.v1.designer.plugins     11.1.1.4.0.56.82     Loaded
    Oracle BPEL 2.0 Designer     oracle.bpel.v2.designer     11.1.1.4.0.56.82     Loaded
    Oracle BPEL 2.0 Designer Plugins     oracle.bpel.v2.designer.plugins     11.1.1.4.0.56.82     Loaded
    Oracle BPEL Designer Shared Code     oracle.bpel.designer.shared     11.1.1.4.0.56.82     Loaded
    Oracle BPM DVM     oracle.bpm.dvm     11.1.1.4.0.56.82     Loaded
    Oracle BPM Internal     oracle.bpm.fusion.internal     11.1.1.4.0.5682     Loaded
    Oracle BPM Internal     oracle.bpm.resources     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal ar     oracle.bpm.resourcesrt-ar     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal cs     oracle.bpm.resourcesrt-cs     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal da     oracle.bpm.resourcesrt-da     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal de     oracle.bpm.resourcesrt-de     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal el     oracle.bpm.resourcesrt-el     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal en     oracle.bpm.resources-en     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal es     oracle.bpm.resourcesrt-es     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal fi     oracle.bpm.resourcesrt-fi     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal fr     oracle.bpm.resourcesrt-fr     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal hu     oracle.bpm.resourcesrt-hu     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal it     oracle.bpm.resourcesrt-it     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal iw     oracle.bpm.resourcesrt-iw     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal ja     oracle.bpm.resources-ja     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal ko     oracle.bpm.resourcesrt-ko     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal nl     oracle.bpm.resourcesrt-nl     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal no     oracle.bpm.resourcesrt-no     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal pl     oracle.bpm.resourcesrt-pl     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal pt     oracle.bpm.resourcesrt-pt     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal pt_BR     oracle.bpm.resourcesrt-pt_BR     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal ro     oracle.bpm.resourcesrt-ro     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal ru     oracle.bpm.resourcesrt-ru     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal sk     oracle.bpm.resourcesrt-sk     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal sv     oracle.bpm.resourcesrt-sv     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal th     oracle.bpm.resourcesrt-th     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal tr     oracle.bpm.resourcesrt-tr     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal zh_CN     oracle.bpm.resourcesrt-zh_CN     11.1.1.0.30.50.25     Loaded
    Oracle BPM Internal zh_TW     oracle.bpm.resourcesrt-zh_TW     11.1.1.0.30.50.25     Loaded
    Oracle BPM Studio     oracle.bpm.fusion.core     11.1.1.4.0.5682     Loaded
    Oracle BPM Studio     oracle.bpm.fusion.repository     11.1.1.4.0.5682     Loaded
    Oracle BPM Studio     oracle.bpm.fusion.builder     11.1.1.4.0.5682     Loaded
    Oracle BPM Studio     oracle.bpm.fusion.ui     11.1.1.4.0.5682     Loaded
    Oracle BPM Studio     oracle.bpm.fusion.studio     11.1.1.4.0.5682     Loaded
    Oracle BPM Studio     oracle.bpm.tests.jdev-test     11.1.1.4.0.5682     Loaded
    Oracle BPM Studio     oracle.bpm.fusion.jdeveloper     11.1.1.4.0.5682     Loaded
    Oracle BPM Studio     oracle.bpm.fusion.fcp     11.1.1.4.0.5682     Loaded
    Oracle BPM Studio     oracle.bpm.fusion.designer     11.1.1.4.0.5682     Loaded
    Oracle BPM Studio SOA Extension     oracle.bpm.fusion.soa     11.1.1.4.0.5682     Loaded
    Oracle BPM XREF     oracle.bpm.xref     11.1.1.4.0.56.82     Loaded
    Oracle Business Rules Designer     oracle.bpm.rules     11.1.1.4.0.56.82     Loaded
    Oracle Database Browser     oracle.sqldeveloper.thirdparty.browsers     11.1.1.64.46     Loaded
    Oracle Enterprise Repository Editor     oracle.jdeveloper.oereditor     11.1.1.4.37.59.23     Loaded
    Oracle Events Designer     oracle.bpm.events     11.1.1.4.0.56.82     Loaded
    Oracle Fabric Plugins     oracle.sca.modeler.plugins     11.1.1.4.0.56.82     Loaded
    Oracle Human Task Designer     oracle.bpm.workflow     11.1.1.4.0.56.82     Loaded
    Oracle IDE     oracle.ide     11.1.1.4.37.59.23     Loaded
    Oracle JDeveloper Spring, WebLogic SCA Integration     oracle.jdeveloper.spring     11.1.1.4.37.59.23     Loaded
    Oracle JDevloper Deployment Core Module     oracle.deploy.core     11.1.1.4.37.59.23     Loaded
    Oracle MDS Design time     oracle.mds.dt     11.1.1.4.37.59.23     Loaded
    Oracle Mobile ADF     oracle.wireless.dt     11.1.1.4.37.59.23     Loaded
    Oracle Page Templates     oracle.adf-page-template-samples     11.1.1.4.37.59.23     Loaded
    Oracle SOA Composite Editor     oracle.sca.modeler     11.1.1.4.0.56.82     Loaded
    Oracle SOA Mediator     oracle.sca.mediator     11.1.1.4.0.56.82     Loaded
    Oracle SQL Developer     oracle.sqldeveloper     11.1.1.64.46     Loaded
    Oracle SQL Developer Reports     oracle.sqldeveloper.report     11.1.1.64.46     Loaded
    Oracle SQL Developer Worksheet     oracle.sqldeveloper.worksheet     11.1.1.64.46     Loaded
    Oracle User Messaging Service Client Extension     oracle.ums.jdev     11.1.1.4.0     Loaded
    Oracle XML Schema Support     oracle.sqldeveloper.xmlschema     11.1.1.64.46     Loaded
    PL/SQL Debugger     oracle.jdeveloper.db.debug.plsql     11.1.1.4.37.59.23     Loaded
    PROBE Debugger     oracle.jdeveloper.db.debug.probe     11.1.1.4.37.59.23     Loaded
    Peek     oracle.ide.peek     11.1.1.4.37.59.23     Loaded
    Persistent Storage     oracle.ide.persistence     11.1.1.4.37.59.23     Loaded
    Profiler     oracle.jdeveloper.profiler     11.1.1.4.37.59.23     Loaded
    Properties File Support     oracle.jdeveloper.props     11.1.1.4.37.59.23     Loaded
    Property Inspector     oracle.ide.inspector     11.1.1.4.37.59.23     Loaded
    Quick Start Features for Web Applications     quickstart.webapp.dt     11.1.1.4.37.59.23     Loaded
    QuickDiff     oracle.ide.quickdiff     11.1.1.4.37.59.23     Loaded
    REST Web Services     oracle.jdeveloper.webservice.rest     11.1.1.4.37.59.23     Loaded
    Refactoring     oracle.jdeveloper.refactoring     11.1.1.4.37.59.23     Loaded
    Replace With     oracle.ide.replace     11.1.1.4.37.59.23     Loaded
    Reports Extension     oracle.javatools.report     11.1.1.4.37.59.23     Loaded
    Resource Bundle Support     oracle.ide.resourcebundle     11.1.1.4.37.59.23     Loaded
    Resource Bundle Support for Properties Files     oracle.jdeveloper.resourcebundle.props     11.1.1.4.37.59.23     Loaded
    Resource Catalog Application Server Adapter     oracle.jdeveloper.asadapter     11.1.1.4.37.59.23     Loaded
    Resource Catalog DB UI extension     oracle.jdeveloper.db.rcadapter.ui     11.1.1.4.37.59.23     Loaded
    Resource Catalog Database Adapter     oracle.jdeveloper.rcdbadapter     11.1.1.4.37.59.23     Loaded
    Resource Catalog WSIL Adapter     oracle.jdeveloper.rcwsiladapter     11.1.1.4.37.59.23     Loaded
    Resource Lookup     oracle.jdeveloper.rclookup     11.1.1.4.37.59.23     Loaded
    Runner     oracle.ide.runner     11.1.1.4.37.59.23     Loaded
    SQL*Plus Integration     oracle.jdeveloper.db.sqlplus     11.1.1.4.37.59.23     Loaded
    SQLJ     oracle.jdeveloper.sqlj     11.1.1.4.37.59.23     Loaded
    Search Bar     oracle.ide.searchbar     11.1.1.0.0     Loaded
    SearchBar Commands     oracle.ide.searchbar.commands     11.1.1.4.37.59.23     Loaded
    Searchbar Preferences     oracle.ide.searchbar.preferences     11.1.1.4.37.59.23     Loaded
    Snippet Window     oracle.sqldeveloper.snippet     11.1.1.64.46     Loaded
    Struts Page Flow Modeler     oracle.struts     11.1.1.4.37.59.23     Loaded
    Studio     oracle.studio     11.1.1.4.37.59.23     Loaded
    Studio extension help     oracle.studio.help     11.1.1.0.0     Loaded
    Template     oracle.ide.ceditor-template     11.1.1.4.37.59.23     Loaded
    TopLink     oracle.toplink     11.1.1.4.37.59.23     Loaded
    Trinidad Databinding Design Time     oracle.trinidad-databinding-dt     11.1.1.4.37.59.23     Loaded
    Trinidad Design Time     oracle.trinidad-dt     11.1.1.4.37.59.23     Loaded
    UDDI Resource Catalogue Provider     oracle.jdevimpl.uddiadapter     11.1.1.4.37.59.23     Loaded
    UML XMI     oracle.uml.v2.xmi     11.1.1.4.37.59.23     Loaded
    UML v2     oracle.uml.v2     11.1.1.4.37.59.23     Loaded
    UML v2 Activity Modeler     oracle.uml.v2.activity     11.1.1.4.37.59.23     Loaded
    UML v2 Class Diagram     oracle.uml.v2.clazz     11.1.1.4.37.59.23     Loaded
    UML v2 Migration     oracle.uml.v2.migrate     11.1.1.4.37.59.23     Loaded
    UML v2 Sequence Diagram     oracle.uml.v2.sequence     11.1.1.4.37.59.23     Loaded
    UML v2 Transformation to Java     oracle.uml.v2.umljava     11.1.1.4.37.59.23     Loaded
    UML v2 Use Case Diagram     oracle.uml.v2.usecase     11.1.1.4.37.59.23     Loaded
    UML2 Modelers Common Classes     oracle.uml.v2.modeler     11.1.1.4.37.59.23     Loaded
    URL Connection Designtime     oracle.jdevimpl.urlconn     0     Loaded
    VHV     oracle.ide.vhv     11.1.1.4.37.59.23     Loaded
    Versioning Support     oracle.jdeveloper.vcs     11.1.1.4.37.59.23     Loaded
    Versioning Support for Subversion     oracle.jdeveloper.subversion     11.1.1.4.37.59.23     Disabled by user
    Virtual File System     oracle.ide.vfs     11.1.1.4.37.59.23     Loaded
    WSDL Chooser     oracle.jdeveloper.wsdllookup     11.1.1.0.0     Loaded
    WSDL web services extension     oracle.jdevimpl.wsdl     11.1.1.4.37.59.23     Loaded
    Web Browser and Proxy     oracle.ide.webbrowser     11.1.1.4.37.59.23     Loaded
    Web Services     oracle.jdeveloper.webservice     11.1.1.4.37.59.23     Loaded
    WebDAV Connection Support     oracle.jdeveloper.webdav2     11.1.1.4.37.59.23     Loaded
    WebStart     oracle.j2ee.webstart     11.1.1.0.0     Loaded
    XML Compare     oracle.jdeveloper.xml-compare     11.1.1.4.37.59.23     Loaded
    XML Editing Framework IDE Extension     oracle.ide.xmlef     11.1.1.4.37.59.23     Loaded
    XML Editing Framework Java Integration     oracle.jdeveloper.xmlef     11.1.1.4.37.59.23     Loaded
    XSL Mapper     oracle.bpm.mapper     11.1.1.4.0.56.82     Loaded
    adf-deploy-dt     oracle.adfdt.common.deploy     11.1.1.4.37.59.23     Loaded
    adf-deploy-dt-mds     oracle.adfdt.common.deploy.mds     11.1.1.4.37.59.23     Loaded
    adf-installer-ide     adf.installer.dt     11.1.1.4.37.59.23     Loaded
    adf-logging-dt     oracle.adf.logging.dt     11.1.1.4.37.59.23     Loaded
    adf-model-debugger-dt     oracle.adf-model-debugger-dt     11.1.1.4.37.59.23     Loaded
    adf-model-sqldc-ide     oracle.adfm.sqldc     11.1.1.4.37.59.23     Loaded
    adf-model-tools     oracle.adf.model.tools     11.1.1.4.37.59.23     Loaded
    adf-security-policy-dt     oracle.adfdtinternal.adf-security-policy-dt     11.1.1.4.37.59.23     Loaded
    adf-share-audit     oracle.adf-share-audit     11.1.1.4.37.59.23     Loaded
    adf-share-deploy-dt     oracle.adf.share.deploy.dt     11.1.1.4.37.59.23     Loaded
    adf-share-dt     oracle.adf.share.dt     11.1.1.4.37.59.23     Loaded
    adfm-business-editor-deploy     oracle.adf.businesseditor.deploy     11.1.1.4.37.59.23     Loaded
    adfm-business-editor-ide     oracle.adf.model.businesseditor     11.1.1.4.37.59.23     Loaded
    adfm-business-editor-settings-ide     oracle.adfm.businesseditor.settings     11.1.1.4.37.59.23     Loaded
    adfmcoredt-xdf     oracle.adfm.xdf     11.1.1.4.37.59.23     Loaded
    adfquerylovdt     oracle.adf-faces-query-and-lov-dt     11.1.1.4.37.59.23     Loaded
    analytics.measurement     oracle.bpm.analytics.measurement     11.1.1.4.0.5682     Loaded
    appoverview     oracle.ide.appoverview     11.1.1.4.37.59.23     Loaded
    asnav-weblogic     oracle.jdeveloper.asnav.weblogic     11.1.1.4.37.59.23     Loaded
    audit     oracle.ide.audit     11.1.1.4.37.59.23     Loaded
    audit-core     oracle.ide.audit.core     11.1.1.4.37.59.23     Loaded
    bam     oracle.bpm.bam     11.1.1.4.0.5682     Loaded
    bcgen     oracle.bpm.bcgen     11.1.1.4.0.5682     Loaded
    bi-jdbc     oracle.bi.jdbc     11.1.1.4.37.59.23     Loaded
    boot     oracle.bpm.boot     11.1.1.4.0.5682     Loaded
    bpa     oracle.bpm.bpa     11.1.1.4.0.5682     Loaded
    bpm-services.client     oracle.bpm.bpm-services.client     11.1.1.4.0.5682     Loaded
    bpm-services.interface     oracle.bpm.bpm-services.interface     11.1.1.4.0.5682     Loaded
    bpmobject     oracle.bpm.bpmobject     11.1.1.4.0.5682     Loaded
    bpmobject.datacontrol     oracle.bpm.bpmobject.datacontrol     11.1.1.4.0.5682     Loaded
    bpmobject.runtime     oracle.bpm.bpmobject.runtime     11.1.1.4.0.5682     Loaded
    casemanagement.implementation     oracle.bpm.casemanagement.implementation     11.1.1.4.0.5682     Loaded
    chart     oracle.bpm.chart     11.1.1.4.0.5682     Loaded
    classpath: protocol handler extension     oracle.jdeveloper.classpath     11.1.1.0.0     Loaded
    compiler     oracle.bpm.compiler     11.1.1.4.0.5682     Loaded
    compiler.debug     oracle.bpm.compiler.debug     11.1.1.4.0.5682     Loaded
    compiler.xpath     oracle.bpm.compiler.xpath     11.1.1.4.0.5682     Loaded
    configuration     oracle.bpm.configuration     11.1.1.4.0.5682     Loaded
    connectors     oracle.bpm.connectors     11.1.1.4.0.5682     Loaded
    core     oracle.bpm.core     11.1.1.4.0.5682     Loaded
    db-audit     oracle.ide.db.audit     11.1.1.4.37.59.23     Loaded
    db-modeler-transform     oracle.dbmodeler.transform     11.1.1.4.37.59.23     Loaded
    dcadapters-ide     oracle.adfm.dc-adapters     11.1.1.4.37.59.23     Loaded
    dependency-java     oracle.jdeveloper.java.dependency     11.1.1.4.37.59.23     Loaded
    dependency-refactor     oracle.jdeveloper.refactoring.dependency     11.1.1.4.37.59.23     Loaded
    deploy-ant     oracle.deploy.ant     11.1.1.4.37.59.23     Loaded
    deploy-rt     oracle.jdevimpl.deploy-rt     11.1.1.4.37.59.23     Loaded
    designer     oracle.bpm.designer     11.1.1.4.0.5682     Loaded
    diagram.draw     oracle.bpm.diagram.draw     11.1.1.4.0.5682     Loaded
    diagram.editor     oracle.bpm.diagram.editor     11.1.1.4.0.5682     Loaded
    editor     oracle.bpm.editor     11.1.1.4.0.5682     Loaded
    fdi     oracle.bpm.fdi     11.1.1.4.0.5682     Loaded
    feedback-client2     oracle.ideimpl.feedback2.client     11.1.1.4.37.59.23     Loaded
    fuegoui     oracle.bpm.fuegoui     11.1.1.4.0.5682     Loaded
    fusion.sca     oracle.bpm.fusion.sca     11.1.1.4.0.5682     Loaded
    fusion.scac     oracle.bpm.fusion.scac     11.1.1.4.0.5682     Loaded
    ide-diagnostics     oracle.ide.diagnostics     11.1.1.0.0     Loaded
    j2ee-adrsimpl     oracle.j2ee.adrsimpl     11.1.1.0.0     Loaded
    j2ee-facelets     oracle.j2ee.facelets     11.1.1.4.37.59.23     Loaded
    j2ee-jpsconfig     oracle.j2ee.jpsconfig     11.1.1.4.37.59.23     Loaded
    j2ee-security     oracle.j2ee.security     11.1.1.4.37.59.23     Loaded
    j2ee-server     oracle.j2ee.server     11.1.1.0.0     Loaded
    j2ee-server-dt     oracle.j2ee.server.dt     11.1.1.4.37.59.23     Loaded
    j2ee-serverimpl     oracle.j2ee.serverimpl     11.1.1.4.37.59.23     Loaded
    j2ee-weblogic     oracle.j2ee.weblogic     11.1.1.4.37.59.23     Loaded
    j2ee-weblogic-editors     oracle.j2ee.weblogic.editors     11.1.1.4.37.59.23     Loaded
    jdukshare     oracle.bm.jdukshare     11.1.1.4.37.59.23     Loaded
    lib     oracle.bpm.lib     11.1.1.4.0.5682     Loaded
    library-dconfig-infra     oracle.jdeveloper.library.dconfig.infra     11.1.1.4.37.59.23     Loaded
    library-jee-api     oracle.jdeveloper.library.jee.api     11.1.1.4.37.59.23     Loaded
    library-jmx     oracle.jdeveloper.library.jmx     11.1.1.4.37.59.23     Loaded
    library-jps     oracle.jdeveloper.library.jps     11.1.1.4.37.59.23     Loaded
    library-weblogic-api     oracle.jdeveloper.library.weblogic.api     11.1.1.4.37.59.23     Loaded
    library-weblogic-client     oracle.jdeveloper.library.weblogic.client     11.1.1.4.37.59.23     Loaded
    mof     oracle.mof     11.1.1.4.37.59.23     Loaded
    mof-index     oracle.mof.index     11.1.1.4.37.59.23     Loaded
    mof-xmi     oracle.mof.xmi     11.1.1.4.37.59.23     Loaded
    obpi     oracle.bpm.obpi     11.1.1.4.0.5682     Loaded
    oracle.adfm     oracle.adfm     11.1.1.4.37.59.23     Loaded
    oracle.adfm.contextual     oracle.adfm.contextual     11.1.1.4.37.59.23     Loaded
    oracle.dynamic-faces-dt     oracle.dynamic.faces     11.1.1.4.37.59.23     Loaded
    oracle.ide.dependency     oracle.ide.dependency     11.1.1.4.37.59.23     Loaded
    oracle.ide.filequery     oracle.ide.filequery     11.1.1.4.37.59.23     Loaded
    oracle.ide.indexing     oracle.ide.indexing     11.1.1.4.37.59.23     Loaded
    oracle.ide.usages-tracking     oracle.ide.usages-tracking     11.1.1.4.37.59.23     Loaded
    oracle.todo.tasks     oracle.todo.tasks     11.1.1.4.37.59.23     Loaded
    palette2     oracle.ide.palette2     11.1.1.4.37.59.23     Loaded
    papi     oracle.bpm.papi     11.1.1.4.0.5682     Loaded
    parser     oracle.bpm.parser     11.1.1.4.0.5682     Loaded
    placeholder-jsf-ui     oracle.placeholderjsf-ui     11.1.1.4.37.59.23     Loaded
    placeholderdc-dt     oracle.placeholderdc.dt     11.1.1.4.37.59.23     Loaded
    pml.service     oracle.bpm.pml.service     11.1.1.4.0.5682     Loaded
    project     oracle.bpm.project     11.1.1.4.0.5682     Loaded
    project.catalog     oracle.bpm.project.catalog     11.1.1.4.0.1     Loaded
    project.command     oracle.bpm.project.command     11.1.1.4.0.5682     Loaded
    project.compile     oracle.bpm.project.compile     11.1.1.4.0.5682     Loaded
    project.draw     oracle.bpm.project.draw     11.1.1.4.0.5682     Loaded
    project.importer     oracle.bpm.project.importer     11.1.1.4.0.5682     Loaded
    project.interface     oracle.bpm.project.interface     11.1.1.4.0.5682     Loaded
    project.io     oracle.bpm.project.io     11.1.1.4.0.5682     Loaded
    project.metadata     oracle.bpm.metadata     11.1.1.4.0.5682     Loaded
    project.model     oracle.bpm.project.model     11.1.1.4.0.5682     Loaded
    project.ui     oracle.bpm.project.ui     11.1.1.4.0.5682     Loaded
    project.view     oracle.bpm.project.view     11.1.1.4.0.5682     Loaded
    rcasadapter-dt     oracle.jdeveloper.asadapter.dt     11.1.1.4.37.59.23     Loaded
    rcasadapter-oc4j     oracle.jdeveloper.asadapter.oc4j     11.1.1.4.37.59.23     Loaded
    rcasadapter-rescat2     oracle.jdeveloper.asadapter.rescat2     11.1.1.4.37.59.23     Loaded
    rcasadapter-thirdparty     oracle.jdeveloper.asadapter.thirdparty     11.1.1.4.37.59.23     Loaded
    rcasadapter-weblogic     oracle.jdeveloper.asadapter.weblogic     11.1.1.4.37.59.23     Loaded
    rcasadapter-weblogic-api     oracle.jdeveloper.asadapter.weblogic.api     11.1.1.4.37.59.23     Loaded
    rescat2     oracle.jdevimpl.rescat2     11.1.1.4.37.59.23     Loaded
    resourcebundle-api-adfdeps     oracle.jdeveloper.resourcebundle.adfdeps     11.1.1.4.37.59.23     Loaded
    resourcebundle-api-xliff     oracle.resourcebundle.xliff     11.1.1.4.37.59.23     Loaded
    resourcebundle-customization     oracle.jdeveloper.resourcebundle.customization     11.1.1.4.37.59.23     Loaded
    rmi     oracle.bpm.rmi     11.1.1.4.0.5682     Loaded
    script     oracle.bpm.script     11.1.1.4.0.5682     Loaded
    searchbar-gallery     oracle.ide.searchbar.gallery     11.1.1.4.37.59.23     Loaded
    searchbar-help     oracle.ide.searchbar.help     11.1.1.4.37.59.23     Loaded
    searchbar-index     oracle.ide.searchbar.index     11.1.1.4.37.59.23     Loaded
    soa.humantask     oracle.bpm.soa.humantask     11.1.1.4.0.5682     Loaded
    status     oracle.ide.status     11.1.1.4.37.59.23     Loaded
    tests.core     oracle.bpm.tests.core     11.1.1.4.0.5682     Loaded
    ui     oracle.bpm.ui     11.1.1.4.0.5682     Loaded
    vfilesystem     oracle.bpm.vfilesystem     11.1.1.4.0.5682     Loaded
    web.execution     oracle.bpm.web.execution     11.1.1.4.0.5682     Loaded
    xml     oracle.bpm.xml     11.1.1.4.0.5682     Loaded
    xml-schema-dt     oracle.jdevimpl.xml.schema     11.1.1.4.37.59.23     Loaded
    xobject.devel     oracle.bpm.xobject.devel     11.1.1.4.0.5682     Loaded
    xobject.runtime     oracle.bpm.xobject.runtime     11.1.1.4.0.5682     Loaded
    xsl-dt     oracle.jdevimpl.xml.xsl     11.1.1.4.37.59.23     Loaded
    xsqldt-ide     oracle.xsqldt-ide     11.1.1.4.37.59.23     Loaded

    I think you are looking for jar $MW_Home\Oracle_SOA1\soa\modules\oracle.soa.worklist_11.1.1\adflibWorklistComponents.jar ( $JDev_Home\soa\modules\oracle.soa.worklist_11
    .1.1\adflibWorklistComponents.jar)
    ApprovalListEditorComp is an interface and ApprovalListUtil is a class.
    Regards,
    Anuj

  • In While step type

    how can i specify the condition in 'While' step value...?
    say i maintain a counter variable in workflow container and i increment each time in 'container operation' step type.....
    how shud i specify the value in comparison basis and comparison values in 'While' step type...?!?!
    i got it in 'loop until ' step type with same case....

    Hi Divya,
    If i understood your question correctly, you are interested to know how to define your condition for 'While' / 'Loop Until' Step.
    When we create a 'Loop Until' step, when you double click on 'Condition' creation area, you will go to 'Conditon Editor' where you can write your condition.
    In the condition editor, you will be able to access all workflow container elements. Your conditon can be in the following format
    &var1& &relational operator& &var2&
    you can also mention some constant value for var2. In general var1, var2 can be anything from workflow container elements.
    So, when your condition is met, loop will end and flow will follow to the next step after 'Loop Until' block. If your condition is not met, you will loop again.
    In general, may be you can have 'Total_No_of_Iterations' container element to store the value how many times the loop should run and 'Iterator' to refer to loop count. When your 'Iterator' value equals to 'Total_No_of_Iterations', may be you can come out.
    Hope this helps you to go ahead with Loop Until step in your workflow !!
    Thanks and Regards
    Krishna Mohan Dubbak
    PS: your terms 'Comparison Basis' 'Comparison Values' are more relevant to 'Mutliple Condition' type. Please note that using Loop Until you can have only 2 possibilities either loop end or loop continue, you can not have any other option.
    Reward points if this helps to solve your problem !!

  • Mac Compatible Emoticons

    Does anyone know of a link where I can download emoticons that are compatible with MAC email? From the Apple Site, however the software is only for iChat and I want it for my email. I did a 'google search' and although some sites indicate they are for Mac, my computer would not allow installation due to 'script editor' challenges.
    Many thx

    The reason they work in iChat and Safari is that the webkit engine is translating : ) to . This doesn't happen in a regular email message in Mail. I suppose if you compose an html message, they would get translated as webkit does the html rendering in mail

  • Challenges in Implementing Inter Organisation BPM

    Hi all,
    What are the Technical and Business challenges for implementing collaborative BPM across the value chain?
    What critical aspects need be considered for implementing Cross Organisational BPM?
    Thank you,
    Regards,
    Ganesh Sawant
    Edited by: ganesh sawant on Jul 16, 2011 8:57 PM

    PROS:
    Using the Webservices you can trigger the BPM Process and pass the values from the web dypro component which will available for the end user and pass it on to the BPM Proess.
    We can use EJB as a webservice, where the automated activity in the BPM can output the value based on the logic in the EJB Function. We can manage the automated activity which runs in the back ground of the process as per our logic and returns the value to the next task.
    CONS
    Using Webservices in the various activity with fewer data is not advisable as it takes longer time to deploy the process. And any change in the data in the webservices requires regularly re importing of the web services.

  • Were can i see synchronous send in the BPM editor

    were can i see synchronous send in the BPM editor
    i can see the send and receive ast the left top
    but could nt find out synchronous send

    Hi,
    When u select Send step, it is by default selected as Asynchronous. U may deselect it and select Synchronous there in the same step (Properties Window on right)
    Regards,
    Prateek

  • XI System hangs while designing BPM in correlaltion editor

    Hi,
    While designing BPM scenario in Integration repository, system gets hanged on pressing F4 while specifying condition in the correlation editor.
    Thanks and Regards
    Rahul Nawale

    Hi,
    try applying the latest path to your XI server
    I had the same with SP13 and SP14 and
    the latest path helped
    Regards,
    michal

Maybe you are looking for

  • SOS : Bean not found in 'findByName'

    Blank Hi Rob, thankx for the fast reply and the detailed explanations. it's gettings things cleared for me.. let me explain the way I have understood your explanation. I have an EJB (entity bean) called T_Exception. Suppose, this uses few classes in

  • Newbie question on Java Persistence API - Entity Beans

    Hi All, I am basically new to Entities and the Java Persistence API. My question is, when using a container managed EntityManager, do I have to manually tidy-up any resources? Say for example, do I have to explicitly close the database connection (if

  • Why can't I backup my catalog in PSE6?

    Every time I try to backup my catalog in PSE6 I get the message"The exception unknown software exception (0xc000000d) occurred in the application at location 0x78138aa0." And the programme shuts down. There was some suggestion that deleting preferenc

  • OO4O 9.2.0.4.8 production release is available

    OO4O 9.2.0.4.8 production release is available for download on OTN. New Features ============ New Features supported for the 32-bit In Process OLE Automation Server: With this release, OO4O provides four new objects that enable developers to access a

  • Graphic Converter jpegs increase in size when reduced?!

    I'm not being allowed to join the Graphic Converter forum because (evidently) the download was free, so I turn here. When I make a copy of a jpeg in Graphic Converter (Version 6.4) to edit, the file shows up in my System Drive as LARGER than the orig