Loading deferred regions

Hello
In our application, we have a complex page, which has many parts (not dynamic). Each region has an associated bounded task flow. Whenever the page is loaded, we see that taskflows associated throughout the region is executed resulting in a performance problem. Is there a way to lazy load parts in the page? We want to display according to collapsed, and when the user clicks on we want to activiate that flow of work?

Can you please suggest a way to do this?

Thank you
Rama

Among the new features of controller of the ADF 11 g Release 1 Patch Set 1 (11.1.1.2.0) is the ability to delay the activation of a region. Discover the Fusion for Oracle ADF section 17.1.8 Developer's Guide how to configure Activation of a region of the ADF. Here's a bit of an excerpt:

**************************************************************************************************************************
In the property inspector, select a value from the drop-down next to the activation property, as described in the following list:

conditional: ADF region activates if the EL expression defined as a value for the active property task flow binding returns true.

deferred: Select this option if your application uses XHTML Facelets pages in the view layer and you want to enable the ADF region when a XHTML Facelets page asks first of all a viewID. If your application uses the JSP technology in the view layer, this option is equivalent to immediate selection (the ADF active region immediately). This option is recommended if your application uses XHTML Facelets pages. For more information on Facelets with ADF Faces, refer to the chapter "Getting started with ADF Faces" in the Oracle Fusion Middleware User Interface Guide for Oracle Application Development Framework Web Developer.

immediate: active region ADF immediately. This is the default value.

The value you select in the drop-down list determines when a region ADF switches from an inactive to an active state. An ADF area must have an active state before it can invoke a workflow.

If you selected conditional as value for the activation property, select Edit in the drop-down list next to the property to active to invoke the expression builder and write an EL expression that returns a Boolean value to the execution. If the EL expression returns true, the ADF area call the workflow.

Tags: Java

Similar Questions

  • Muse CC 2015 - slow loading times. How loading deferred?

    Slow website loading:

    Draco and the Zodiac - Musica - Discografia - Galeria

    I have on gzip, compress all the images on tinyjpg. But a lot of time to load images fixed

    I'm doing something wrong?

    Don t know if half of the part of the footer Web site can help you.

    I read on a lazy loading but muse of adobe, I don't know how to do it. Is there a manual way?

    A lot of content on your index page is noticed which is the size of the page without media size 5 MB.

    you need to optimize the page and content for quick loading page.

    Thank you

    Ankush

  • Addition of loading deferred for muse

    Does anyone know how to add the "Lazy Load Plugin for jQuery" http://www.appelsiini.net/projects/lazyload to Muse.

    Have tried all possible means. Inserted and added to the header as an html object element on various places on the actual page.

    No matter how I try it does not find the function.

    Even if I add on the exported HTML files it does not.

    Help, anyone?

    Hi, try another plugin - lazy-load-xt. See my page Musett.ru/Lazy

  • regions to hide on page load?

    I have a page on page load, some regions should be hidden. I created a dynamic action, which hides a couple regions (the loading of the page), but I see regions during a time where the page loads, then disappear. Is there a way to ensure that the regions are hidden when the page is rendered?

    I also tried to use javascript, but I have the same problem (the regions are visible for a while, then disappear).

    Thank you
    Steve

    Steve wrote:
    OK, so I think that I have, except for the part on the model.

    You say that in MyRegion > User Interface > model, it must refer to my unique region id? (i.e. "region1"). Currently, the model is set at "area reports. How can I change the template to include the region id?

    The column component shared on the right side of the page definition contains a link to the model of the "area reports. Open it and it will tell the definition of the model of the region , which must contain an element with the #REGION_STATIC_ID # substitution string, such as:

    ...
  • Loading differed in parts of stream multi task

    Hello.

    In my project regions will be rendered in a dashboard Panel with a solution multi-pre-task-flow, as in this example from oracle magazine Oracle ADF: extreme region: binding multi-pre-task-Flow,

    At the conclusion of the article, writes Frank: task flow in regions run sequentially. When you use the feature of link multi-pre-task-flow, reduce the number of flow added to a page. Each workflow is delivered with an air show that is determined by the data query and the initialization it performs.

    To check the question that I create in the MultiTaskFlowListBean a TaskFlow initializer with a Thread.Sleep (2000).

    When the user has selected made 5 regions departments then loading page 10 s rendered all parts at the same time.

    Loading deferred to the regions described in any other link: Oracle ADF - tips and Techniques: ADF UI - Performance Tip: lazy loading task flow for better performance

    My question is: is it a solution to use sequential activation of regions?

    jdev 12 c (12.1.2.0.0)

    Hello

    asynchronous task areas of loading flow is a feature we have on the radar for a major version later. The only option right now is to bring the regions into tabs. In this case the load the workflow takes over workflows when they are displayed (the user selects a tab)

    Frank

  • Dynamic region on the change from the drop-down list of values

    Hi Experts,

    Using the concept of dynamic region, I tried to use buttons as I have 4 buttons and clicking on each button, I am loading the particular taskflow. I used setPropertyListener and type = action to achieve this.

    I have a similar requirement, but I need to use the drop down list here...

    < af:selectOneChoice value = "#{mybean.value}" >

    < f: selectItem itemLabel = "First" Valeurelement = "FirstValue" / > "

    < f: selectItem itemLabel = "Second" Valeurelement = "SecondValue" / > "

    < f: selectItem itemLabel = "Third" Valeurelement = "ThirdValue" / > "

    < f: selectItem itemLabel = "fourth" Valeurelement = "FourthValue" / > "

    < / af:selectOneChoice >

    How can I dynamically load a region on the value selected by the user on top of the data. On the change of the value in the drop-down list, I need to load this particular dynamic region

    JDeveloper version 12.1.3

    Thanks in advance.

    You use a listener to change value of the duo down and detect the region according to the new value of the duo down.

    Timo

  • Load the process returns a null value but on refresh the values of loads? !!

    Hi all

    With the help of apex 4.1.1 oc4j 11g Linux

    I'm building a feature that allows you to register by e-mail.

    Page 1

    The user enters a name email address ,& the last statement name Insert is executed

    Select count (*) in c_email - if 0 then the person does not exist and is permitted

    of sor_notification_person

    where sor_notification_person. EMAIL_ADDRESS = P_S_EMAIL_ADDRESS;

    If c_email = 0 then

    -Package.procedure send email and fact the insert

    SOR_NOTIFICATIONS_PKG. signup_person (P_S_EMAIL_ADDRESS = > P_S_EMAIL_ADDRESS,)

    P_S_FIRST_NAME = > P_S_FIRST_NAME,

    P_S_LAST_NAME = > P_S_LAST_NAME,

    P_S_CONFIRMED_EMAIL = > P_S_CONFIRMED_EMAIL,

    P_S_SESSION = > P_S_SESSION,

    P_S_APP_ID = > P_S_APP_ID,

    P_B_SUCCESS = > P_B_SUCCESS);

    Page 2

    Clicking or copying pasting the URL received in e-mail. I have on the loading process that verifies the checksum value in DB and fills in the data.

    declare

    number of CT ;

    P31_checksum(Varchar2) 30).

    E-mail varchar2 (90);

    What varchar2 (40);

    L_Name varchar2 (40);

    P31_TEST(Varchar2) 40).

    Start

    : P31_TEST := null;

    SELECT count ()*) in ct

    OF SOR_NOTIFICATION_PERSON

    SOR_NOTIFICATION_PERSON. checksum =:C;

    DBMS_OUTPUT. put_line ()ct);

    if CT > 0

    then

    SELECT SOR_NOTIFICATION_PERSON. email_address SOR_NOTIFICATION_PERSON. name, SOR_NOTIFICATION_PERSON. last_name in l_name what Email

    OF SOR_NOTIFICATION_PERSON

    SOR_NOTIFICATION_PERSON. checksum =:C;

    : P31_TEST := 'Y ';

    : P31_EMAIL_ADDRESS:= Email;

    : P31_FIRST_NAME := what;

    : P31_LAST_NAME:= l_name;

    else : P31_TEST := 'n';

    (- dbms_output. put_line () P31_TEST);

    end if;

    end ;

    Problem when I view the item hidden, I can see the value of checksum, but the P31_test is always null in load. When I hit refresh page P31_test valid and displays the value.

    The two elements are the value only when the value in session state is null.

    What could be the reason because it does not load even the process is defined as load before region / once per page visit...

    Thanks for your help.

    Okay - not sure then. On a new blank page I can have processes assign a value to the session state from the element and the element will have this value when the page is rendered (at least with this type of source). Work of dynamic actions. As I expect. I don't know what happens next 'unfair '.

    I'll only come back tomorrow, but here are a few tips:

    • create a workspace on apex.oracle.com and upload your page there. Share of the developer credentials and the name of workspace with us. In this way may inspect and do not need to do the back and forth until we reached something special we both lost from view.
    • When the page is loaded and you hit the session in the developer toolbar, what is the State of P31_TEST? Is it worth?
    • try to run the page in debug and see if you can spot something happens with the session state from P31_TEST - maybe you'll come across something
  • How to set the initial value of the same value as the Page loading of SelectOneMenu

    Hello

    I noticed that in my value = "#{bean.selectedItem page}" of selectonemenu is always null when loading the page and because of that there is a difference in the initial value and the value sent as valuechangelistener is shot because of this difference, I don't want to happen. "

    I call the method to load the values into selectonemenu in the constructor of my bean.

    How can I make sure that the initial value is always the same as the value at the time of page load so that valuechangelistener would not fire unless the user changes the options in selectonemenu. Because of this problem I am facing a lot of issues like valuechangelistener is going to get fired.

    Any help is much appreciated.

    Thank you

    Yes, you will need to find a way to set the value before the creation of the part of the view. Generally, there are two ways. There are at least two ways, I tend to use:

    (1) loading deferred; you would get a Get accessor like this method:

    public String getValue(){
      if(value == null){
        // code here to get value from wherever
      }
    
      return value;
    }
    

    (2) initialize properties in a method annotated with @PostConstruct in your backing bean

    @PostConstruct
    public void initialize(){
      value = whatever;
    }
    

    Hope that helps you. If this isn't the case, so I totally misunderstood you and you try to explain more clearly what your problem is.

  • RAID 0, cannot enter raid bios menu-HP ENVY h8 - 1425a

    I'm setting up a RAID 0 on my HP desktop pc. I can not enter the raid
    controller configuration screen. I can't get into my bios to configure the storage disk in RAID mode,
    but after that I can't in the raid configuration screen, so I have to change the setting back
    on AHCI so that I can start the operating system. I tried pressing ctrl + I in splash screens, it
    doesn't seem to work. I tried to disable the secure boot and QuickStart. Also tried to
    boot legacy sources. None of this seemed to work. The current system is:

    Product number: H4G80AA #ABG

    : 8.1 Windows OS 64 bit
    Motherboard: IPMMB - FM (FORMOSA) UEFI Pegatron: FRIEND 8.09
    Processor: Intel i7-3770
    Memory: 2 x 4 GB DDR3, DDR3 2x8gb
    HARD drive: Sata 0: 840pro 128 GB samsung
    SATA 1: 840pro 128 GB samsung
    HDD SATA 2: 1 TB oem
    SATA 3: DVD burner
    SATA 4: vacuum
    SATA 5: crucial 128 GB-OS win 8.1
    Intel (r) 7 series/C216 Chipset Family SATA AHCI Controller

    I can't find all the information to say that the motherboard supports either one
    hardware raid installation or not. Any help would be appreciated. Thank you

    PS: I want to install the RAID on the 2 samsung ssd and put my OS
    there.

    Hello

    Did you create the external HP recovery media before you change your PC? If this isn't the case, then order the HP recovery media.

    Since you're already start your PC via an SSD, so you won't have to see that a large part of an increase in performance while SATA III is faster than SATA II.  Ports 0 and 1 are the only SATA III ports on the motherboard.

    Your PC boot in AHCI SATA mode with secure boot and off quick start?  I suggest that you download and install the latest version of the Intel IRST software from the Intel site.  Install the TSRI and reboot to make sure you're good to go.

    The following method via MSCONFIG will define the operating system to start in safe mode, which will allow Windows to load the appropriate drivers without modifying the registry. It worked for me on many motherboards with Windows.

    Now boot into the BIOS and change SATA RAID mode, disable the secure boot and quick start and maintain.  You PC start in safe mode?  If so, then go back into MSCONFIG and uncheck safe mode, save and reboot. You should be running in RAID mode. Now go to the OPROM Intel Control panel interface to create RAID 0 array.  You will have to wait a little Intel service is fully operational and it loads deferred.  At this point, turn off and unplug the HD and the SSD with the BONES, as well as the HP boot recovery media and see if you can load the RAID 0 array. You don't want the UEFI partitions to appear the other HD or SSD containing the operating system or eventually you multiple loaders to boot windows which lead to confusion.

  • Progressively display areas in Oracle Apex 5.0 (universal theme)

    Hello, what I am trying to achieve:
    https://apex.oracle.com/pls/apex/f?p=63709:1:2676260562286:

    So basically I have 3 region on page load all regions must be hidden, after that the user click on the button (Let's Say ADD_REGION) first region will appear on new clicks of the user on the same button second region indicated even for the third.

    in the link above I created a region called JavaScript_Working in HTML.
    I want something even for areas of oracle apex.

    Tried:

    (1) based on the ID of a region I created a DA who will hide the region during the loading of the page, but after clicking on the button it does not return.

    (2) Css: inline Css section of a page where I had called Display: none with region Id prefix.

    (3) javascript: get Null drop back so this idea.

    Any advice will be good enough.

    Always:

    Identification information: new_b/new_b/new_b

    App: Apex_Community

    ID: 63709

    page: 1

    Thank you.

    This function added

    function check_then_show(p_region) {
    
        if ($(p_region).css('display') === 'none') { // if  hidden
          $(p_region).show(); //  show
          return true;
        }
        return false; // keep looking for next region
    
    }
    

    and this at the click of a button

    if (check_then_show('#region1')) {}
    else if (check_then_show('#region2')) {}
    else if (check_then_show('#region3')) {}
    

    That will keep test in the order provided.

    Looks like you were something already to help the regions of catalog, you would like to combine? It was just the first idea that worked

  • Help with Apex 4.2 and 6.2 Anychart full version

    Help!

    I'm working on Apex version 4.25.00.08

    We bought and installed the full licensed version of Anychart 6.2.0

    I can resolve the path very well through the browser to the full version license (which is an alias of our DBA as ac6)

    http://server:port/AC6/SWF/AnyChart.swf

    The same with the standard oracle install (which for some reason we have a path #IMAGE_PREFIX # slightly different from the norm, but again this works very well, I see the SWF file)

    http://server:port/sma_images/Flashchart/anychart_6/SWF/OracleAnyChart.swf

    So I think I'm all set in this regard.

    But I fight to point my Apex regions full version and would be really grateful for the help.

    This day-

    I took the Anychart xml sample and used it to create a region before as an anonymous block PLSQL process called get_p19data

    Loading - before regions / once per visit (default) Page

    declare

    l_xml varchar2 (32767).

    Start

    l_xml: =.

    ' <? XML version = "1.0" encoding = "UTF-8"? >

    < anychart >

    < graphics >

    < graphic plot_type = "CategorizedHorizontal" >

    < data >

    < name of series = 'Year 2003' type = 'bar' >

    < point name = "Department stores" y = "637166" / >

    < point name = "Discounters" y = "721630" / >

    < point name = "stores specialized mens / Womens" y = "148662" / >

    < point name = 'Juvenile specialty stores' y = "78662" / >

    < point name = "all the other exits" y = "90000" / >

    < / series >

    < / data >

    < chart_settings >

    < title >

    < text > sales of ACME Corp. < / text >

    < /title >

    < axes >

    < y_axis >

    < title >

    sales < text > < / text >

    < /title >

    < / y_axis >

    < x_axis >

    < labels alignment = "External" / >

    < title >

    Retail Channel < text > < / text >

    < /title >

    < / x_axis >

    < / axis >

    < / chart_settings >

    < / chart >

    < / charts >

    < / anychart >

    ';

    : P19_DATA1: = l_xml;

    end;

    Then I created a Page called P19_DATA1 element

    his hidden, protected value NO, Source used only when the current value in session state is null, Expression of Source of Type PLSQL

    I then created a chart called TESTXML1 area, removed the series and changed to XML part custom, in the removed and replaced with - custom xml part

    & P19_DATA1.

    Presents all the works and the graph makes it absolutely perfect, so my page process seems ok and is spewing some valid XML for anychart to return.

    I saw this forum last post

    https://community.Oracle.com/thread/2468200

    I thought I could use the same process above to generate XML, but change the path of the region / swf via dynamic action.

    So I copied the Javascript code in the post on the forum and changed to suit my name of the item page etc. I tried pointing to both the standard Anychart for Apex path and the path for

    our full licensed

    So I created a second graphic region called

    TESTXML2

    and added a dynamic action called TESTSWF

    change event

    Region selection type

    No Condition on the status

    Action to execute JavaScript Code

    Fires when the outcome of the event is set to TRUE

    Fire on the loading of the page

    Code

    table = new AnyChart('#IMAGE_PREFIX#flashchart/anychart_6/swf/OracleAnyChart.swf','#IMAGE_PREFIX#/flashchart/anychart_6/swf/Preloader.swf ');

    Chart.Width = 800;

    Chart.Height = 500;

    chart.setXMLFile (' #OWNER #.) GET_DASHBOARD_XML_PRC? p_param1 = Full');

    chart.setData ($v ('P19_DATA1')); Chart.Write ('chartDiv');

    Selection Type region

    TESTXML2 region

    But nothing makes chartwise, with the normal path of the Oracle, or the full path to the license version.  I just get a blank space. There is a component in this space Anychart flash (I can right click on it etc), but no graphic is displayed.

    Any ideas what I am doing wrong?

    Alternatively, if you have another way to achieve and can point me to an example that would be great. Unfortunately I keep finding old messages that might help, but

    the examples cited to look like to no longer exist.

    Thank you very much

    Neil

    Kiran, FYI, finally got it working, using this position and another one of your very useful answers

    How do the db oracle procedure in Anychart setXMLFile?

    So, if its useful to someone else, here's what I did.

    (Keep in mind that our path to the full version of anychart is an ac6 alias that is... 6.2.0.anychart/binaries/)

    Create a blank page.

    In the attributes of the homepage in FILEUrls

    /AC6/js/AnyChart.js

    I took the Anychart xml sample and used it to create a region before as an anonymous block PLSQL process called get_p19data

    Loading - before regions / once per visit (default) Page

    declare

    l_xml varchar2 (32767).

    Start

    l_xml: =.

    '

    <p class="reply"> <p class="reply"><text>Sales of ACME Corp.</text></p> <p class="reply">

    <p class="reply"> <p class="reply"><text>Sales</text></p> <p class="reply">

    <p class="reply"> <p class="reply"><text>Retail channel</text></p> <p class="reply">

    ';

    : P19_DATA1: = l_xml;

    end;

    Then I created a Page called P19_DATA1 element

    its value hidden, protected YES, current Source used only when value in session state is null, Expression of Source of Type PLSQL

    Then I created an HTML region called TESTXML, with the source of the region of

    Adds a dynamic action in the area called TESTSWF

    change event

    Region selection type

    No Condition on the status

    Action to execute JavaScript Code

    Fires when the outcome of the event is set to TRUE

    Fire on the loading of the page

    Code

    Table = new AnyChart ('/ ac6/swf/AnyChart.swf ',' / ac6/swf/Preloader.swf');

    Chart.Width = 800;

    Chart.Height = 500;

    Chart.setData ($v ('P19_DATA1'));

    Chart.Write ('chartDiv');

    Selection Type region

    Region TESTXML

    and she's displayed a chart using our special custom path to the full version of AnyChart

    Thanks again for your help.

  • What I have to do something special for mobile?

    I try an animation and it is displayed correctly on office, but only a game symbol appears on Chrome on an iphone 6 http://zaksportfolio.com/podify

    Hi Zak,

    You don't need to recreate the entire project in AE, I don't know how your composItion of edge is put in place, but the video is very small and short duration. I import the video file into AE, export as image sequences. Import in flash and export images in the sequence as a "lively edge sprite sheet.

    Then just import the sprite sheet directly on board!

    Tips:

    Keep all sizes to a minimum to ensure that the sprite sheet is created properly (it can be a little buggy, trim video duration, and as much as possible, managers less and smaller dimensions the dimensions of the frames the better)

    When you import into flash you should be able to import a single frame and it detects that it is a sequence (if all managers are in a folder and you have not changed the numbering) the images appear in the pane on the right side and you can select them, right-click and create sprite sheet (you can do specifically for YEAR in FL (, it will create the necessary file of EAS) however I found is you actually save the file under a first re flash animation - open and select the images and create the sprite sheet as above it works much better.

    Don't forget to load the Regional service file that you import into Edge (on board, this indicates how it works)

    As I said, I found that it is a little buggy - and sometimes we have to rearrange the individual images a bit when he is on board - but that's the beauty, you have a lot of control over the timeline is on board, like any other symbol.

    You can also define a query to media at the edge and Exchange symbols (video or sprite sheet) based on mobile or same device width etc.

    Hope this helps, project looks great by the way.

    See you soon

  • JDeveloper SP6 does not apply the downloaded extensions

    Hello

    As I wrote in the subject. JDeveloper SP6 does not apply downloaded extensios (BPM, SOA, WebCenter). After the reboot, I can't create WebCenter and SOA Application
    Oracle JDeveloper 11g Release 1 11.1.1.7.0
    Studio Edition Version 11.1.1.7.0
    Build JDEVADF_11.1.1.7.0_GENERIC_130226.1400.6493
    IDE Version: 11.1.1.7.40.64.93
    Product Version: 11.1.1.7.40.64.93
    Extensions
    ----------
    
    Name     Identifier     Version     Status
    ====     ==========     =======     ======
    ADF Business Components     oracle.BC4J     11.1.1.7.40.64.93     Loaded
    ADF Business Components Annotations     oracle.adfbcdt.annotations     11.1.2     Loaded
    ADF Business Components Dependency     oracle.bc4j.dependency     11.1.1.7.40.64.93     Loaded
    ADF Business Components Deployment     oracle.bc4jdt.deploy     11.1.1.7.40.64.93     Loaded
    ADF Business Components Modeler     oracle.adfbcdt.modeler     11.1.1.7.40.64.93     Loaded
    ADF Business Components Syscat     oracle.bc4j.syscat     0     Loaded
    ADF Business Components Tester     oracle.bc4j.tester     11.1.1.7.40.64.93     Loaded
    ADF Common Audit     oracle.adf.common.audit     0     Loaded
    ADF Context Debugger     oracle.adf.share.debug     11.1.1.7.40.64.93     Loaded
    ADF Controller Configuration Design Time     oracle.adf.controller.config.dt     11.1.1.7.40.64.93     Loaded
    ADF DT at RT Regisrations     oracle.adf.dt.at.rt.ide.registration     11.1.1.7.40.64.93     Loaded
    ADF Data Visualizations Design Time Tests     oracle.dvt.dt     11.1.1.7.40.64.93     Loaded
    ADF Debugger     oracle.adf.debug     11.1.1.7.40.64.93     Loaded
    ADF Debugger Diagram Support     oracle.adf.debug.diagram     11.1.1.7.40.64.93     Loaded
    ADF Desktop Integration Design Time     oracle.adfdt.desktopintegration     11.1.1.7.40.64.93     Loaded
    ADF Faces Cache     oracle.webcache     11.1.1.7.40.64.93     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.7.40.64.93     Loaded
    ADF Faces Design Time     oracle.adf-faces-dt     11.1.1.7.40.64.93     Loaded
    ADF Faces Design Time Migration     oracle.adffacesdt.migration     11.1.1.7.40.64.93     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.7.40.64.93     Loaded
    ADF JMX Data Control Designtime     oracle.adf.jmxdc     11.1.1.7.40.64.93     Loaded
    ADF Java Server Faces Diagram     oracle.adf.jsf.diagram     11.1.1.7.40.64.93     Loaded
    ADF Library Design Time     oracle.jdeveloper.adflibrary     11.1.1.7.40.64.93     Loaded
    ADF Lifecycle Design Time     oracle.adf.lifecycle.dt     11.1.1.7.40.64.93     Loaded
    ADF Management Pages     oracle.adf.management     11.1.1.7.40.64.93     Loaded
    ADF Menu Model Design-Time     oracle.adfmenudt     11.1.1.7.40.64.93     Loaded
    ADF Page Flow Design Time     oracle.adf.pageflow.dt     11.1.1.7.40.64.93     Loaded
    ADF Page Flow Design Time Extras     oracle.adf.pageflow.dt.extras     11.1.1.7.40.64.93     Loaded
    ADF Page Template DT     oracle.adf-faces-templating-dt     11.1.1.7.40.64.93     Loaded
    ADF Region Design Time     oracle.adf-faces-region-dt     11.1.1.7.40.64.93     Loaded
    ADF Struts Page Flow Modeler     oracle.struts.adf     11.1.1.7.40.64.93     Loaded
    ADF Struts and Model One Databinding     oracle.adf.struts.and.model.one.databinding.dt     11.1.1.7.40.64.93     Loaded
    ADF Swing     oracle.adfdt.swingcore     11.1.1.7.40.64.93     Loaded
    ADF View Debugging Design Time     adf.view.debugging.dt     11.1.1.7.40.64.93     Loaded
    ADFv Common Databinding     oracle.adf-view-databinding-dt     11.1.1.7.40.64.93     Loaded
    Ant     oracle.ant     11.1.1.7.40.64.93     Loaded
    Application Server Manager     oracle.jdeveloper.asnav     11.1.1.7.40.64.93     Loaded
    Application State - Application Navigator     oracle.ideimpl.appstate.appnav     11.1.1.7.40.64.93     Loaded
    Application State - Editors     oracle.ide.appstate.editors     11.1.1.7.40.64.93     Loaded
    Application State Manager     oracle.ide.appstate     11.1.1.7.40.64.93     Loaded
    Archive Compare     oracle.jdeveloper.archive-compare     11.1.1.7.40.64.93     Loaded
    Audit Oracle Cloud Support     oracle.jdeveloper.audit.cloud     11.1.2     Loaded
    BI Beans Graph     oracle.bibeans     11.1.1.7.40.64.93     Loaded
    BM metamodel framework     oracle.bm.meta     11.1.1.7.40.64.93     Loaded
    Bug Reporter     oracle.jdeveloper.bugfiler     11.1.1.7.40.64.93     Loaded
    Business Modelers     oracle.bm     11.1.1.7.40.64.93     Loaded
    Call Hierarchy     oracle.ide.call-hierarchy     0     Loaded
    Call Hierarchy Java     oracle.ide.call-hierarchy-java     0     Loaded
    Check For Updates     oracle.ide.webupdate     11.1.1.7.40.64.93     Loaded
    Code Editor     oracle.ide.ceditor     11.1.1.7.40.64.93     Loaded
    Command Line Formatting Support     oracle.jdeveloper.ojformat     11.1.1.7.40.64.93     Loaded
    Command Line Make/Rebuild Support     oracle.jdevimpl.oj-compiler     11.1.1.7.40.64.93     Loaded
    Command Line SCA Compiler     oracle.jdevimpl.oj-sca     0     Loaded
    Common Controller Design-Time     oracle.controller.dt     11.1.1.7.40.64.93     Loaded
    Common Page Flow Design-Time     oracle.pageflow.dt     11.1.1.7.40.64.93     Loaded
    Component Palette     oracle.ide.palette1     11.1.1.7.40.64.93     Loaded
    Controller to ADF Bindings Bridge     oracle.controller.bindings.dt     11.1.1.7.40.64.93     Loaded
    Database Connection Support     oracle.jdeveloper.db.connection     11.1.1.7.40.64.93     Loaded
    Database Features (JDeveloper)     oracle.jdeveloper.db     11.1.1.7.40.64.93     Loaded
    Database Features (SQLDeveloper in JDeveloper)     oracle.jdeveloper.db.navigator     11.1.1.7.40.64.93     Loaded
    Database Modeler     oracle.dbmodeler     11.1.1.7.40.64.93     Loaded
    Database Modeler Migration     oracle.dbmodeler.migrate     11.1.1.7.40.64.93     Loaded
    Database Object Dependency API Support     oracle.jdeveloper.db.dependency     11.1.1.7.40.64.93     Loaded
    Database Object Explorers     oracle.ide.db.explorer     11.1.1.7.40.64.93     Loaded
    Database Object Transfer Framework     oracle.jdeveloper.db.transfer     11.1.1.7.40.64.93     Loaded
    Database UI     oracle.ide.db     11.1.1.7.40.64.93     Loaded
    Design Time Resource Bundle Variable Resolver     oracle.jdeveloper.resourcebundle.resolver.dt     11.1.1.7.40.64.93     Loaded
    Diagram Framework     oracle.diagram     11.1.1.7.40.64.93     Loaded
    Diagram Framework Toplink extensions     oracle.diagram.toplink     11.1.1.7.40.64.93     Loaded
    Diagram Javadoc Extension     oracle.diagram.javadoc     11.1.1.7.40.64.93     Loaded
    Diagram Thumbnail     oracle.diagram.thumbnail     11.1.1.7.40.64.93     Loaded
    Diagram to XMLEF Bridge     oracle.diagram.xmlef     11.1.1.7.40.64.93     Loaded
    Diff/Merge     oracle.ide.diffmerge     11.1.1.7.40.64.93     Loaded
    EJB     oracle.ejb     11.1.1.7.40.64.93     Loaded
    EJB Modeler     oracle.ejbmodeler     11.1.1.7.40.64.93     Loaded
    Editor Tint     oracle.ide.ceditor-tint     11.1.1.7.40.64.93     Loaded
    Editor Tint (Java)     oracle.jdeveloper.ceditor-tint-java     11.1.1.7.40.64.93     Loaded
    Extended IDE Platform     oracle.javacore     11.1.1.7.40.64.93     Loaded
    Extension Designtime Core     oracle.jdeveloper.extensiondt.core     11.1.1.7.40.64.93     Loaded
    Extension Designtime UI     oracle.jdeveloper.extensiondt.ui     11.1.1.7.40.64.93     Loaded
    External Tools     oracle.ide.externaltools     11.1.1.7.40.64.93     Loaded
    Feedback     oracle.ide.feedback     11.1.1.7.40.64.93     Loaded
    File Support     oracle.ide.files     11.1.1.7.40.64.93     Loaded
    Fusion Application Overview Definition     oracle.ide.appoverview.fusion.definition     11.1.1.7.40.64.93     Loaded
    Fusion Web Application (ADF) Template     oracle.adf.webapp.template     11.1.1.7.40.64.93     Loaded
    Go to File     oracle.ide.gotofile     11.1.1.7.40.64.93     Loaded
    Go to Java Type     oracle.jdeveloper.gotojava     11.1.1.7.40.64.93     Loaded
    HTML     oracle.html     11.1.1.7.40.64.93     Loaded
    Help System     oracle.ide.help     11.1.1.7.40.64.93     Loaded
    History Support     oracle.jdeveloper.history     11.1.1.7.40.64.93     Loaded
    IDE Reports Extension     oracle.ide.report     11.1.1.7.40.64.93     Loaded
    Import/Export Support     oracle.ide.importexport     11.1.1.7.40.64.93     Loaded
    Index Migrator support     oracle.ideimpl.indexing-migrator     11.1.1.7.40.64.93     Loaded
    J2EE     oracle.j2ee     11.1.1.7.40.64.93     Loaded
    J2EE     oracle.j2ee.webapp.ve     11.1.1.7.40.64.93     Loaded
    J2EE     oracle.j2ee.webapp.ve.facelets     11.1.1.7.40.64.93     Loaded
    J2EE CSS     oracle.css     11.1.1.7.40.64.93     Loaded
    J2EE Faces Config     oracle.j2ee.facesconfig     11.1.1.7.40.64.93     Loaded
    J2EE Web App     oracle.j2ee.webapp     11.1.1.7.40.64.93     Loaded
    J2EE-ADRS     oracle.j2ee.adrs     11.1.1.7.40.64.93     Loaded
    J2ee extension help     oracle.j2ee.help     11.1.1.0.0     Loaded
    JDeveloper     oracle.jdeveloper     11.1.1.7.40.64.93     Loaded
    JDeveloper Runner     oracle.jdeveloper.runner     11.1.1.7.40.64.93     Loaded
    JGoodies Forms     oracle.jdeveloper.jgoodies     11.1.1.7.40.64.93     Loaded
    JPublisher     oracle.jdeveloper.db.jpub     11.1.1.7.40.64.93     Loaded
    JSON Language support     oracle.jdeveloper.json     11.1.1.7.40.64.93     Loaded
    JViews Registration Addin     oracle.diagram.registration     11.1.1.7.40.64.93     Loaded
    Java Annotation Inspector     oracle.jdeveloper.annotation.inspector     11.1.1.7.40.64.93     Loaded
    Java Breadcrumbs     oracle.jdeveloper.ceditor-breadcrumbs-java     11.1.1.7.40.64.93     Loaded
    Java Class Modeler     oracle.javamodeler     11.1.1.7.40.64.93     Loaded
    Java Modeler Toplink extensions     oracle.javamodeler.toplink     11.1.1.7.40.64.93     Loaded
    Java Server Faces Page Flow Modeler     oracle.jsfmod     11.1.1.7.40.64.93     Loaded
    Java Structure Compare     oracle.jdeveloper.java-compare     11.1.1.7.40.64.93     Loaded
    Java Type Search     oracle.jdeveloper.searchbar.java     11.1.1.7.40.64.93     Loaded
    Java extension help     oracle.java.help     11.1.1.0.0     Loaded
    JavaBeans, Swing, and AWT     oracle.swingawt     11.1.1.7.40.64.93     Loaded
    JavaScript Language Support     oracle.ide.javascript     11.1.1.7.40.64.93     Loaded
    Jdeveloper UI Editor     oracle.jdeveloper.uieditor     11.1.1.7.40.64.93     Loaded
    Jdeveloper XML Extension     oracle.jdeveloper.xml     11.1.1.7.40.64.93     Loaded
    Legacy Controller Design-Time     oracle.controller.bm.dt     11.1.1.7.40.64.93     Loaded
    Legacy Preferences integration for BM     oracle.modeler.bm.prefs     11.1.1.7.40.64.93     Loaded
    Log Window     oracle.ide.log     11.1.1.7.40.64.93     Loaded
    MDS Extension     oracle.mds     11.1.1.7.40.64.93     Loaded
    MOF Ide Integration     oracle.mof.ide     11.1.1.7.40.64.93     Loaded
    MOF Modeler Integration     oracle.modeler.mof     11.1.1.7.40.64.93     Loaded
    Mac OS X Adapter     oracle.ideimpl.apple     11.1.1.7.40.64.93     Loaded
    Modeler Framework     oracle.modeler     11.1.1.7.40.64.93     Loaded
    Modeler Framework Common Layer     oracle.modeler.common     11.1.1.7.40.64.93     Loaded
    Modelling migration from BM     oracle.modeler.bm.migrate     11.1.1.7.40.64.93     Loaded
    Navigator     oracle.ide.navigator     11.1.1.7.40.64.93     Loaded
    Nightly Indexing support     oracle.ideimpl.indexing-rt     11.1.1.7.40.64.93     Loaded
    OAR/MAR/SAR Deployment Support Extension     oracle.deploy.orapp     11.1.1.7.40.64.93     Loaded
    OWSM Policy Manager Installer     oracle.jdeveloper.webservice.wsmpm.installer     11.1.1.7.40.64.93     Loaded
    Object Gallery     oracle.ide.gallery     11.1.1.7.40.64.93     Loaded
    Offline Database     oracle.jdeveloper.offlinedb     11.1.1.7.40.64.93     Loaded
    Offline Database Import/Generate     oracle.jdeveloper.offlinedb.transfer     11.1.1.7.40.64.93     Loaded
    Offline Database Reports Extension     oracle.jdeveloper.offlinedb.report     11.1.1.7.40.64.93     Loaded
    Offline Database SXML     oracle.jdeveloper.offlinedb.sxml     11.1.1.7.40.64.93     Loaded
    Offline Database User Properties     oracle.jdeveloper.offlinedb.userprops     11.1.1.7.40.64.93     Loaded
    Offline Database User Properties SXML     oracle.jdeveloper.offlinedb.userprops.sxml     11.1.1.7.40.64.93     Loaded
    Oracle Cloud     oracle.jdeveloper.cloud     11.1.1.0.0     Loaded
    Oracle Enterprise Repository Editor     oracle.jdeveloper.oereditor     11.1.1.7.40.64.93     Loaded
    Oracle IDE     oracle.ide     11.1.1.7.40.64.93     Loaded
    Oracle JDevloper Deployment Core Module     oracle.deploy.core     11.1.1.7.40.64.93     Loaded
    Oracle MDS Design time     oracle.mds.dt     11.1.1.7.40.64.93     Loaded
    Oracle Mobile ADF     oracle.wireless.dt     11.1.1.7.40.64.93     Loaded
    Oracle Page Templates     oracle.adf-page-template-samples     11.1.1.7.40.64.93     Loaded
    Oracle SQL Developer     oracle.sqldeveloper     11.2.0.10.04     Loaded
    Oracle SQL Developer - 3rd Party Database Browsers     oracle.sqldeveloper.thirdparty.browsers     11.2.0.10.04     Loaded
    Oracle SQL Developer - Database Cart     oracle.sqldeveloper.dbcart     11.2.0.10.04     Loaded
    Oracle SQL Developer - Object Viewer     oracle.sqldeveloper.oviewer     11.2.0.10.04     Loaded
    Oracle SQL Developer - Reports     oracle.sqldeveloper.report     11.2.0.10.04     Loaded
    Oracle SQL Developer - Snippet     oracle.sqldeveloper.snippet     11.2.0.10.04     Loaded
    Oracle SQL Developer - Worksheet v2     oracle.sqldeveloper.worksheet     11.2.0.10.04     Loaded
    Oracle SQL Developer - XML Schema     oracle.sqldeveloper.xmlschema     11.2.0.10.04     Loaded
    PL/SQL Debugger     oracle.jdeveloper.db.debug.plsql     11.1.1.7.40.64.93     Loaded
    PROBE Debugger     oracle.jdeveloper.db.debug.probe     11.1.1.7.40.64.93     Loaded
    Peek     oracle.ide.peek     11.1.1.7.40.64.93     Loaded
    Persistent Storage     oracle.ide.persistence     11.1.1.7.40.64.93     Loaded
    Profiler     oracle.jdeveloper.profiler     11.1.1.7.40.64.93     Loaded
    Properties File Support     oracle.jdeveloper.props     11.1.1.7.40.64.93     Loaded
    Property Inspector     oracle.ide.inspector     11.1.1.7.40.64.93     Loaded
    Quick Start Features for Web Applications     quickstart.webapp.dt     11.1.1.7.40.64.93     Loaded
    QuickDiff     oracle.ide.quickdiff     11.1.1.7.40.64.93     Loaded
    REST Web Services     oracle.jdeveloper.webservice.rest     11.1.1.7.40.64.93     Loaded
    Refactoring     oracle.jdeveloper.refactoring     11.1.1.7.40.64.93     Loaded
    Replace With     oracle.ide.replace     11.1.1.7.40.64.93     Loaded
    Reports Extension     oracle.javatools.report     11.1.1.7.40.64.93     Loaded
    Resource Bundle Support     oracle.ide.resourcebundle     11.1.1.7.40.64.93     Loaded
    Resource Bundle Support for Properties Files     oracle.jdeveloper.resourcebundle.props     11.1.1.7.40.64.93     Loaded
    Resource Catalog Application Server Adapter     oracle.jdeveloper.asadapter     11.1.1.7.40.64.93     Loaded
    Resource Catalog DB UI extension     oracle.jdeveloper.db.rcadapter.ui     11.1.1.7.40.64.93     Loaded
    Resource Catalog Database Adapter     oracle.jdeveloper.rcdbadapter     11.1.1.7.40.64.93     Loaded
    Resource Catalog WSIL Adapter     oracle.jdeveloper.rcwsiladapter     11.1.1.7.40.64.93     Loaded
    Resource Lookup     oracle.jdeveloper.rclookup     11.1.1.7.40.64.93     Loaded
    Runner     oracle.ide.runner     11.1.1.7.40.64.93     Loaded
    SQL*Plus Integration     oracle.jdeveloper.db.sqlplus     11.1.1.7.40.64.93     Loaded
    SQLJ     oracle.jdeveloper.sqlj     11.1.1.7.40.64.93     Loaded
    Search Bar     oracle.ide.searchbar     11.1.1.0.0     Loaded
    SearchBar Commands     oracle.ide.searchbar.commands     11.1.1.7.40.64.93     Loaded
    Searchbar Preferences     oracle.ide.searchbar.preferences     11.1.1.7.40.64.93     Loaded
    Struts Page Flow Modeler     oracle.struts     11.1.1.7.40.64.93     Loaded
    Studio     oracle.studio     11.1.1.7.40.64.93     Loaded
    Studio extension help     oracle.studio.help     11.1.1.0.0     Loaded
    Template     oracle.ide.ceditor-template     11.1.1.7.40.64.93     Loaded
    TopLink     oracle.toplink     11.1.1.7.40.64.93     Loaded
    Trinidad Databinding Design Time     oracle.trinidad-databinding-dt     11.1.1.7.40.64.93     Loaded
    Trinidad Design Time     oracle.trinidad-dt     11.1.1.7.40.64.93     Loaded
    UDDI Resource Catalogue Provider     oracle.jdevimpl.uddiadapter     11.1.1.7.40.64.93     Loaded
    UML XMI     oracle.uml.v2.xmi     11.1.1.7.40.64.93     Loaded
    UML v2     oracle.uml.v2     11.1.1.7.40.64.93     Loaded
    UML v2 Activity Modeler     oracle.uml.v2.activity     11.1.1.7.40.64.93     Loaded
    UML v2 Class Diagram     oracle.uml.v2.clazz     11.1.1.7.40.64.93     Loaded
    UML v2 Migration     oracle.uml.v2.migrate     11.1.1.7.40.64.93     Loaded
    UML v2 Sequence Diagram     oracle.uml.v2.sequence     11.1.1.7.40.64.93     Loaded
    UML v2 Transformation to Java     oracle.uml.v2.umljava     11.1.1.7.40.64.93     Loaded
    UML v2 Use Case Diagram     oracle.uml.v2.usecase     11.1.1.7.40.64.93     Loaded
    UML2 Modelers Common Classes     oracle.uml.v2.modeler     11.1.1.7.40.64.93     Loaded
    URL Connection Designtime     oracle.jdevimpl.urlconn     0     Loaded
    VHV     oracle.ide.vhv     11.1.1.7.40.64.93     Loaded
    Versioning Support     oracle.jdeveloper.vcs     11.1.1.7.40.64.93     Loaded
    Versioning Support for Subversion     oracle.jdeveloper.subversion     11.1.1.7.40.64.93     Loaded
    Virtual File System     oracle.ide.vfs     11.1.1.7.40.64.93     Loaded
    WSDL Chooser     oracle.jdeveloper.wsdllookup     11.1.1.0.0     Loaded
    WSDL web services extension     oracle.jdevimpl.wsdl     11.1.1.7.40.64.93     Loaded
    Web Browser and Proxy     oracle.ide.webbrowser     11.1.1.7.40.64.93     Loaded
    Web Services     oracle.jdeveloper.webservice     11.1.1.7.40.64.93     Loaded
    WebDAV Connection Support     oracle.jdeveloper.webdav2     11.1.1.7.40.64.93     Loaded
    WebStart     oracle.j2ee.webstart     11.1.1.0.0     Loaded
    XML Compare     oracle.jdeveloper.xml-compare     11.1.1.7.40.64.93     Loaded
    XML Editing Framework IDE Extension     oracle.ide.xmlef     11.1.1.7.40.64.93     Loaded
    XML Editing Framework Java Integration     oracle.jdeveloper.xmlef     11.1.1.7.40.64.93     Loaded
    adf-deploy-dt     oracle.adfdt.common.deploy     11.1.1.7.40.64.93     Loaded
    adf-deploy-dt-mds     oracle.adfdt.common.deploy.mds     11.1.1.7.40.64.93     Loaded
    adf-installer-ide     adf.installer.dt     11.1.1.7.40.64.93     Loaded
    adf-logging-dt     oracle.adf.logging.dt     11.1.1.7.40.64.93     Loaded
    adf-model-debugger-dt     oracle.adf-model-debugger-dt     11.1.1.7.40.64.93     Loaded
    adf-model-sqldc-ide     oracle.adfm.sqldc     11.1.1.7.40.64.93     Loaded
    adf-model-tools     oracle.adf.model.tools     11.1.1.7.40.64.93     Loaded
    adf-security-policy-dt     oracle.adfdtinternal.adf-security-policy-dt     11.1.1.7.40.64.93     Loaded
    adf-share-audit     oracle.adf-share-audit     11.1.1.7.40.64.93     Loaded
    adf-share-deploy-dt     oracle.adf.share.deploy.dt     11.1.1.7.40.64.93     Loaded
    adf-share-dt     oracle.adf.share.dt     11.1.1.7.40.64.93     Loaded
    adfm-business-editor-deploy     oracle.adf.businesseditor.deploy     11.1.1.7.40.64.93     Loaded
    adfm-business-editor-ide     oracle.adf.model.businesseditor     11.1.1.7.40.64.93     Loaded
    adfm-business-editor-settings-ide     oracle.adfm.businesseditor.settings     11.1.1.7.40.64.93     Loaded
    adfmcoredt-xdf     oracle.adfm.xdf     11.1.1.7.40.64.93     Loaded
    adfquerylovdt     oracle.adf-faces-query-and-lov-dt     11.1.1.7.40.64.93     Loaded
    appoverview     oracle.ide.appoverview     11.1.1.7.40.64.93     Loaded
    asnav-cloud     oracle.jdeveloper.asnav.cloud     11.1.1.7.40.64.93     Loaded
    asnav-weblogic     oracle.jdeveloper.asnav.weblogic     11.1.1.7.40.64.93     Loaded
    audit     oracle.ide.audit     11.1.1.7.40.64.93     Loaded
    audit-core     oracle.ide.audit.core     11.1.1.7.40.64.93     Loaded
    bi-jdbc     oracle.bi.jdbc     11.1.1.7.40.64.93     Loaded
    classpath: protocol handler extension     oracle.jdeveloper.classpath     11.1.1.0.0     Loaded
    db-audit     oracle.ide.db.audit     11.1.1.7.40.64.93     Loaded
    db-modeler-transform     oracle.dbmodeler.transform     11.1.1.7.40.64.93     Loaded
    dcadapters-ide     oracle.adfm.dc-adapters     11.1.1.7.40.64.93     Loaded
    dependency-java     oracle.jdeveloper.java.dependency     11.1.1.7.40.64.93     Loaded
    dependency-refactor     oracle.jdeveloper.refactoring.dependency     11.1.1.7.40.64.93     Loaded
    deploy-ant     oracle.deploy.ant     11.1.1.7.40.64.93     Loaded
    deploy-rt     oracle.jdevimpl.deploy-rt     11.1.1.7.40.64.93     Loaded
    feedback-client2     oracle.ideimpl.feedback2.client     11.1.1.7.40.64.93     Loaded
    ide-diagnostics     oracle.ide.diagnostics     11.1.1.0.0     Loaded
    j2ee-adrsimpl     oracle.j2ee.adrsimpl     11.1.1.0.0     Loaded
    j2ee-cloud     oracle.j2ee.cloud     11.1.1.7.40.64.93     Loaded
    j2ee-facelets     oracle.j2ee.facelets     11.1.1.7.40.64.93     Loaded
    j2ee-jpsconfig     oracle.j2ee.jpsconfig     11.1.1.7.40.64.93     Loaded
    j2ee-security     oracle.j2ee.security     11.1.1.7.40.64.93     Loaded
    j2ee-server     oracle.j2ee.server     11.1.1.0.0     Loaded
    j2ee-server-dt     oracle.j2ee.server.dt     11.1.1.7.40.64.93     Loaded
    j2ee-serverimpl     oracle.j2ee.serverimpl     11.1.1.7.40.64.93     Loaded
    j2ee-weblogic     oracle.j2ee.weblogic     11.1.1.7.40.64.93     Loaded
    j2ee-weblogic-editors     oracle.j2ee.weblogic.editors     11.1.1.7.40.64.93     Loaded
    jdukshare     oracle.bm.jdukshare     11.1.1.7.40.64.93     Loaded
    library-dconfig-infra     oracle.jdeveloper.library.dconfig.infra     11.1.1.7.40.64.93     Loaded
    library-jee-api     oracle.jdeveloper.library.jee.api     11.1.1.7.40.64.93     Loaded
    library-jmx     oracle.jdeveloper.library.jmx     11.1.1.7.40.64.93     Loaded
    library-jps     oracle.jdeveloper.library.jps     11.1.1.7.40.64.93     Loaded
    library-weblogic-api     oracle.jdeveloper.library.weblogic.api     11.1.1.7.40.64.93     Loaded
    library-weblogic-client     oracle.jdeveloper.library.weblogic.client     11.1.1.7.40.64.93     Loaded
    mof     oracle.mof     11.1.1.7.40.64.93     Loaded
    mof-index     oracle.mof.index     11.1.1.7.40.64.93     Loaded
    mof-xmi     oracle.mof.xmi     11.1.1.7.40.64.93     Loaded
    oracle.adfm     oracle.adfm     11.1.1.7.40.64.93     Loaded
    oracle.adfm.contextual     oracle.adfm.contextual     11.1.1.7.40.64.93     Loaded
    oracle.dynamic-faces-dt     oracle.dynamic.faces     11.1.1.7.40.64.93     Loaded
    oracle.ide.dependency     oracle.ide.dependency     11.1.1.7.40.64.93     Loaded
    oracle.ide.filequery     oracle.ide.filequery     11.1.1.7.40.64.93     Loaded
    oracle.ide.indexing     oracle.ide.indexing     11.1.1.7.40.64.93     Loaded
    oracle.ide.usages-tracking     oracle.ide.usages-tracking     11.1.1.7.40.64.93     Loaded
    oracle.todo.tasks     oracle.todo.tasks     11.1.1.7.40.64.93     Loaded
    palette2     oracle.ide.palette2     11.1.1.7.40.64.93     Loaded
    placeholder-jsf-ui     oracle.placeholderjsf-ui     11.1.1.7.40.64.93     Loaded
    placeholderdc-dt     oracle.placeholderdc.dt     11.1.1.7.40.64.93     Loaded
    rcasadapter-cloud     oracle.jdeveloper.asadapter.cloud     11.1.1.7.40.64.93     Loaded
    rcasadapter-cloud-api     oracle.jdeveloper.asadapter.cloud.api     11.1.1.7.40.64.93     Loaded
    rcasadapter-dt     oracle.jdeveloper.asadapter.dt     11.1.1.7.40.64.93     Loaded
    rcasadapter-oc4j     oracle.jdeveloper.asadapter.oc4j     11.1.1.7.40.64.93     Loaded
    rcasadapter-rescat2     oracle.jdeveloper.asadapter.rescat2     11.1.1.7.40.64.93     Loaded
    rcasadapter-thirdparty     oracle.jdeveloper.asadapter.thirdparty     11.1.1.7.40.64.93     Loaded
    rcasadapter-weblogic     oracle.jdeveloper.asadapter.weblogic     11.1.1.7.40.64.93     Loaded
    rcasadapter-weblogic-api     oracle.jdeveloper.asadapter.weblogic.api     11.1.1.7.40.64.93     Loaded
    rescat2     oracle.jdevimpl.rescat2     11.1.1.7.40.64.93     Loaded
    resourcebundle-api-adfdeps     oracle.jdeveloper.resourcebundle.adfdeps     11.1.1.7.40.64.93     Loaded
    resourcebundle-api-xliff     oracle.resourcebundle.xliff     11.1.1.7.40.64.93     Loaded
    resourcebundle-customization     oracle.jdeveloper.resourcebundle.customization     11.1.1.7.40.64.93     Loaded
    searchbar-gallery     oracle.ide.searchbar.gallery     11.1.1.7.40.64.93     Loaded
    searchbar-help     oracle.ide.searchbar.help     11.1.1.7.40.64.93     Loaded
    searchbar-index     oracle.ide.searchbar.index     11.1.1.7.40.64.93     Loaded
    status     oracle.ide.status     11.1.1.7.40.64.93     Loaded
    xml-schema-dt     oracle.jdevimpl.xml.schema     11.1.1.7.40.64.93     Loaded
    xsl-dt     oracle.jdevimpl.xml.xsl     11.1.1.7.40.64.93     Loaded
    xsqldt-ide     oracle.xsqldt-ide     11.1.1.7.40.64.93     Loaded
    Kuba

    It helps if you start JDeveloper with:
    jdev.exe - J - Dide.user.dir =
    and the path points to a directory that has no spaces in the path?

  • Java and EAS

    A user of my updates of its Java and when he clicks on launch on the service console Regional web Launcher, it gets the error message: do you want to save this file, or find a program online to open it. Name: EASConsole.jnlp.

    I walked down its java for v6.43 and it still does not work. V6.43 is what I'm running now. I uninstalled the v7 and it still does not work. I clicked on save the file and again, it gives the same message and does not load the Regional service console. He only received this message today, when he upgraded his java. Any suggestions please? It would be greatly appreciated.

    Have you checked in the control panel Java under the parameters of the JRE Java is enabled, otherwise you can download the jnlp and then right-click on the file, select 'Open with' and select Java web Launcher (if it does not exist to javaws.exe in the java installation directory) and enable ' always use the selected... ". »

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • How to enhance the use next 2 points

    I tried to use execute code plsql... does not work...
    I tried the set value, but in defined value, there is no requirement for adding 2 columns to check the status of 2columns
    I am using database 11 g apex 4.2


    If: p53_X is null and: p53_ad_issue1 is not null then
    : P53_XISSUE_TOTALAMT: = (: P53_XUNIT_TOT_AMT, 0) * 2;
    end if;

    It's a code in plsql who donot work...
    Some time will love set the value in case of change of the event itself
    I need to manage the conditon 2 1 if: p53_x is null and if: p53_ad_issue1 is not null,.
    : p53_ad_issue is the actual field... where relaxation is added

    Help with kindness,
    Don't know not dynamic weather action can support 2 condition of fields for the change event...
    Thank you

    You place this code in a process page that runs "on Submit'?
    The code snippet is NOT a condition of the APEX.

    You can define a process to run this:

    :P53_XISSUE_TOTALAMT := (:P53_XUNIT_TOT_AMT,0) * 2 ;
    

    And add a condition of PL/SQL Expression with:

    :p53_X is null and :p53_ad_issue1 is not null 
    

    It is not clear to me if you want to save the P53_XISSUE_TOTALAMT of the DB. Or if you need the display. That will also change when you run the process (or calculation).
    If you want it on the screen change the process 'Process Point' to 'On Load - before region', but make sure that the value of the sequence actually happen AFTER you have some values in your other objects (P53_XUNIT_TOT_AMT, p53_X and p53_ad_issue1)

    Makes sense?

    Thank you
    -Jorge

Maybe you are looking for