ViewLink wizard bug

Trying to create a view link based on a many-to-many association where the destination entity is also the destination in another association.
After selecting the association on the Source Attributes step, the Destination Attributes step does not automatically reflect the selected association. I have to explicitly select the association again. Now, on the View Link SQL step, the query does not include the Intersection Entity object, just a direct join between the source and destination entity objects.
When there is no ambigutiy on the Destination Attributes step, i.e. there is only one association to select (the one that was selected on the Source Attributes tab), the Link SQL step correctly reflects the Intersection Entity object in the Query Clause preview.
Is this a bug in version 9.0.2.8.2 (BC4J 9.0.2.7.99)
Also, are there BC4J patches that will be delivered separately from a new version of JDeveloper?
Thanks.

Trying to create a view link based on a many-to-many association where the destination entity is also the destination in another association.
After selecting the association on the Source Attributes step, the Destination Attributes step does not automatically reflect the selected association. I have to explicitly select the association again. Now, on the View Link SQL step, the query does not include the Intersection Entity object, just a direct join between the source and destination entity objects.
When there is no ambigutiy on the Destination Attributes step, i.e. there is only one association to select (the one that was selected on the Source Attributes tab), the Link SQL step correctly reflects the Intersection Entity object in the Query Clause preview.
Is this a bug in version 9.0.2.8.2 (BC4J 9.0.2.7.99)Sounds like it from your description. The wizard should automatically fill in the intersection info if you picked the many-to-many association end to pariticipate in the ViewLink.

Similar Messages

  • Bugreport: ViewLink-Wizard modifies Query without asking!

    Hi
    I think I've found a bug in JDeveloper 9.0.5.2:
    Please assume the following situation:
    Devices              - an Entity (Master)
    Components           - another Entity (Detail), one of the Attributes is "isActual"
    CompDevFkAssoc       - an Association between them
    DevicesView          - Master View
    ComponentsView       - Details View
    DevicesVL_actualOnly - a ViewLink based on "CompDevFkAssoc"Now perform the following steps:
    - open "DevicesVL_actualOnly" in the ViewLink wizard
    - select "View Link SQL"
    - modify the Query to look like this: ":1 = Components.DEV_ID AND Components.IS_ACTUAL = '1'"
    - close Wizard by pressing "OK"
    - open "DevicesVL_actualOnly" in the ViewLink wizard again
    - select "View Link SQL"
    => you see the modified query
    - select "View Objects"
    - select "View Link SQL"
    => the Query has been changed, the custom modification has been removed!
    This is a very dangerous bug, since the Query has been modified without any warning! This bug does not appear if you do not use association based ViewLinks. But note, that many-to-many ViewLinks cannot be generated without associations, so you cannot workaround this bug for many-to-many ViewsLinks!
    Can anyone from oracle have a look at this?
    Thanks
    Frank Brandstetter

    is this a known bug?

  • Wizard bug - conditional validation

    Hello,
    We require validation on a wizard to prevent the user from navigating from a particular page to the next page unless they have checked a checkbox. The underlying column is not mandatory because the user may not have to visit this particular page depending on the answers he gave on previous pages.
    The only place we have found to put the validation is the "nextActionListener" of the singleStepButtonBar. However, there seems to be a bug in the generator because we cannot override the WizardPageContent template at the ItemRegion level. We only want the validation to fire if the user is in this particular page, so modifying the template at the Group level is not appropriate. As a result we have to make a post-generation change. Can anyone suggest another way of achieving this?
    thanks,
    Michael

    Steven,
    Sorry to be still bugging you about this but I'm still having problems getting it working OK. The first problem was that the error message was being added to the page 4 times (presumably one for each step). I see in the checkFocusRowIndex method of the WizardProcessModel does a check to see if the page has changed so figured I may have to do something similar. As a work around I check the FacesContext to see if any error messages have been added already and don't add it again. That much worked but I now have the problem that the error message is being displayed on the second wizard page as well. Here is my getNextAction()
        public String getNextAction()
           String nextAction = super.getNextAction();
           FacesMessage.Severity sev =  FacesContext.getCurrentInstance().getMaximumSeverity();     
           if (JsfUtils.getFacesContext().getViewRoot().getViewId().equals("/pages/GHDScreeningStart.jspx")
               && nextAction.equals("WizardGHDScreeningSubjectDetails")) {
               // Getting ready to move to second page.  Need to check that on
               // the current page, both checkboxes are ticked
                boolean inclusionCriteria = ((Boolean)JsfUtils.getExpressionValue
                        ("#{bindings.GHDScreeningInclusionCriteriaMet.inputValue}"))
                        .booleanValue();                  
                boolean exclusionCriteria = ((Boolean)JsfUtils.getExpressionValue
                        ("#{bindings.GHDScreeningExclusionCrirteriaNotMet.inputValue}"))
                        .booleanValue();
                if (!(inclusionCriteria && exclusionCriteria)) {
                    if (sev == null) {
                      JsfUtils.getInstance().addError("SCREEN_WIZARD_CHECKBOX_FAILURE");
                    // Stay on same page
                    return null;
           return nextAction;
        }I'd really appreciate some more help/guidance here !
    Cheers,
    Brent

  • EJB WIzard Bugs

    There seem to be several bugs in the EJB wizard:
    1. If I change various fields to not be primary keys, sometimes this does not affect the generated PK class consistently (I have seen a couple of cases where the old or older versions of the constructor are present with fields that used to be primary keys still there).
    2. When I change method names, the "Create Sample Java Client" still uses the old names (or the field names, same thing) for accessors instead of the new method names.
    3. When using the "Create CMP from table" -- why does it ignore data types? Why not ask what are the primary keys?
    Finally, the documentation on running using the internal OC4j OAS should tell users to start the server first by doing a run on the ejb object before trying to run the generated test program (or any other client).
    Best,
    Joe McDaniel

    I've the SAME problems and no luck changing our regional settings
    We read it before, in that "French" case, but no luck to us
    Out regional setting is Spanish, nothing works better if we use English
    And why embedded OC4J doesn't create tables for entities in EJB3? It does if we use EJB2.1, but those wizards doesn't works

  • Fx Webservice Introspection wizard bug

    It seems the Fx Webservice Introspection is not interpreting
    the wsdl correctly. By using TCPMonitor I was able to capture my
    soap request from my java spring-ws junit test. The correct
    response is as follows:
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="
    http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
    <ns4:ProcessChucksPick3LotteryNumberRequest
    xmlns:ns2="
    http://www.chuckspick3.com/WebserviceClient"
    xmlns:ns3="
    http://www.chuckspick3.com/lotterysystem/common-schemas"
    xmlns:ns4="
    http://www.chuckspick3.com/lotterysystem/schemas">
    <ns2:webServiceClient>
    <ns2:id>0</ns2:id>
    <ns2:customerName>test</ns2:customerName>
    <ns2:customerUserName>test</ns2:customerUserName>
    <ns2:custoemrPw>test</ns2:custoemrPw>
    </ns2:webServiceClient>
    <ns3:chucksPick3LotteryNumber>
    <ns3:number>345</ns3:number>
    <ns3:requestDate>2008-10-29T20:32:37.171-05:00</ns3:requestDate>
    <ns3:drawingType>MidDay</ns3:drawingType>
    </ns3:chucksPick3LotteryNumber>
    </ns4:ProcessChucksPick3LotteryNumberRequest>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    Using the code generated from the Fx Webservice Introspection
    wizard I get the following invalid soap request:
    notice that there are no namespaces specified.
    <SOAP-ENV:Envelope>
    <SOAP-ENV:Body>
    <tns:webServiceClient>
    <tns:id>1</tns:id>
    <tns:customerName>test</tns:customerName>
    <tns:customerUserName>test</tns:customerUserName>
    <tns:custoemrPw>test</tns:custoemrPw>
    </tns:webServiceClient>
    <ns0:chucksPick3LotteryNumber>
    <ns0:number>234</ns0:number>
    <ns0:requestDate xsi:nil="true"/>
    <ns0:drawingType>Day</ns0:drawingType>
    <ns0:type>Customer Provided Winning Pick 3 Lottery
    Number</ns0:type>
    </ns0:chucksPick3LotteryNumber>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    I think there is a bug in the code generated from the Fx
    Webservice Introspection wizard. You can download or view my wsdl
    by clicking
    here.
    If this is not a bug, can some one please tell me what I am
    doing wrong.
    I hope someone will respond to this post as I really want to
    use flex for webservices; but have not been successful.
    Thanks!

    Hi Randy,
    This seems to be caused by a missing import in that class.
    Try adding this line on top of the file (next to the other import
    statements) and see if it solves the problem:
    import mx.utils.ObjectProxy;
    This should be fixed in the next release, but if you can file
    a bug and attach the wsdl file so we can reproduce the bug and
    confirm it does not happen anymore it would be very helpful.
    Thanks,
    Cristian

  • N73 Setting Wizard Bug

    i have the latest version of the software version (4.) on the N73 vanilla one.........
    have just notice that there is a bug in the Setting Wizard software when i choose Operator it will detect the operator then it will close down without creat the Access Point that's odd one but if i choose to Cinfigure E.mails in the Setting Wizard it will creat the Access Point but it doesn't have the the old list it has just the gmail i guess and other............. does anybody have the same poroblem too.
    Thanks.

    Hey even I've that exact same problem!
    the moment I installed new firmware in that process it already gave me all the required Settings for my SAUDI ARABIA mobile operator, mobily. And I deleted those settings and tried getting them from the Settings Wizard.. just closes without creating
    Anyways for now you can request the settings online and get it on your N73
    http://europe.nokia.com/link?cid=PLAIN_TEXT_228512
    Nokia 5800 XpressMusic (11) [Product ID: 0559416]
    V 21.0.025 (date: 02-04-2009)
    network: mobily (etihad etisalat)

  • URGENT:Report Wizard Bug or incomplete feature ?

    Hello,
    3.0.7.6.2 NT/SP6, 8.1.6.2 Aix
    I am at a loss to explain this bug, 'cause it is so stupid (excuse my language). Valid Report package, report worked well, with good performance i.e no problems. Made a change to the query (removed one join) and saved the report. Now, my template has reset to the defualt report template, the buttons on the parameter form have disappeared. Also, when I click on edit report link, the report wizard changes the name to the current date. I don't have the faintest idea why this happened. No error messages, nothing.
    I retrieved the previous version, checked the html code added in the adv. formatting. Still nothing.
    Any tips (apart from if it aint broke, don't fix it) ?
    Thanks
    Sanjay

    Sunil,
    it is in 3.0.7.6.2, SQL Report.It happens intemittently, which is why it is difficult to analyze the problem. Some other factors could be a large number of versions of the componenent, large blocks of pl/sql code and length of sql query is long (but below the limit for the textarea). However, I don't see why this would prevent the show_params from executing correctly. Will a null value for a bind variable name cause this behaviour ?
    Sanjay

  • Chart Wizard Bugs

    1. If I set ONE of the chart series data label to "none" or
    "value" sometimes it affects ALL chart series. It seems like it's
    an all or nothing deal.
    2. In the advanced mode in Query Builder, there is an option
    to set the "variable containing query object". This does not work.
    I have tried to set this several times and clicked Save, only to go
    back and its reset back to "CFReportDataQuery".
    3. Under the Lines and Markers tab in the chart wizard, there
    is an option to set the maximum Y axis value. Setting this has no
    effect. The chart still does what it wants.
    I find *very little* support for the chart wizard. I know
    this is a new thing and I'm hoping in the next update these issues
    will be fixed. But in the mean time, has anyone else found a way
    around this besides creating the chart manually?

    Hi Ingo,
    Pls. see my responses below.
    1) How can I achieve, that the chart only shows one key figure? I would like to choose either the first or the second one.
    Answer:In the properties of the chart you have a list of "Series" option, you can set the Series 1 or Series 2 as Hidden.Hence u can achieve to show only one key figure.
    2) What is the meaning in the chart wizard (Step 2) of "Select a Data Source". Then I can count up or down - what's the sense?
    Answer:I didnt get this.can you please elaborate this a bit more.
    hope it helps,
    regards,
    Parth.

  • Create JSP Wizard Bug

    JDeveloper 11g does not provide a Create JSP wizard, with a provision to add tag libraries to a JSP page, as JDeveloper 10g does. If tag libraries
    are required, the tag libraries have to be added after creating the jsp page and also the tag library JAR files have to be copied to the WEB-INF/lib directory.

    A project containing JSPs and servlets is a web project. But, the create application wizard does not have the provision to add tag libraries.
    Create application with File>New. Categories>Applications and Items>Generic Application. Specify Application Name in Create Generic Application and Next.
    In Name your Generic project select JSP and Servlets Project technologies. But, tag libraries are not provided.
    Even if the Web Project template is selected, the project does not include the tag library JAR files in the WEB-INF/lib directory. Also if a JSP is added to a Web Project,
    the JSP does not contain the tag library directives.
    The following features are requested to be added:
    1. When a project is created with the Web Project template the WEB-INF/lib directory should contain the tag library JAR files, which are required to run the web application in a server other than the integrated WebLogic server.
    2. When a JSP is added to a Web Project template project the JSP should contain the tag library directives for the tag libraries in the Web Project. Even if the Add Jsp Page option is selected while creating the Web Project, the tag library directives are not added to the JSP page.
    3. The tag libraries should also be available for other project technologies such as JSP and Servlets and JSP for Business Components that may include tag libraries.
    Edited by: dvohra on Nov 12, 2008 1:34 PM

  • JDeveloper 3.1 addin wizard bug

    We've written own WIZARD (ADDIN) to JDEVELOPER. So, in version 3.0 is everything OK, but in version 3.1 offer in menu for running WIZARD is not displayed. Where may be problem?
    Thanks

    There were some minor changes in the Addin API between 3.0 and 3.1.
    The most obvious changes was to context menu items.
    For details, see the updated samples which are part of the CustomAddins located on the JDeveloper page of OTN.
    See for example, file: DumpNode.java.
    In particular, the method contextMenuCreation needs to re-create the context menu item each time.
    Fragment pasted below.
    I hope this helps,
    -John
    public void contextMenuCreation(MenuCategory menuCategory, Context p1) {
    // Remove Menu item unconditionally
    menuMgr.removeMenuItem( ctxMenuItem );
    if ( menuCategory == navCtxMenuCat ) {
    ctxMenuItem = menuMgr.createMenuItem( getMenuLabel(),
    "Context" + getMenuLabel(),
    new DumpNodeHandler( this ));
    menuMgr.insertMenuItem(ctxMenuItem, menuCategory, 0);
    null

  • Adobe Customization Wizard X

    When I open the AcroRead.msi (v10) package with Customization Wizard 10, the installation option has "Remove previous version of Acrobat" enabled and (but not Remove Previous version of Reader), and the Shortcuts still refer to v9.
    How do I change the defaults to customize Reader X instead of Acrobat 10?

    Hi,
    I haven't had a chance to see if there are Wizard bugs for this feature, but here's a tip that will make it not matter: Because the trust framework has been evolving so rapidly, the feature in the latest version of Reader is more rich than the Wizard is able to configure. What I would do is configure an installed version of the product via the UI and then use the Wizard's Registry drag and drop feature to set up the installer the way you want. So:
    Go to Prefs > Security (Enhanced).
    Set all your privileged locations, enable enhanced security, decide whether to trust Win OS (IE) trust zones, etc. Note that most IT folks already manage site trust via IE, so one checkbox may get you what you need.
    Open the Wizard and go to the Registry feature.
    Drag the registry folder called cTrustManager to the target computer.
    Now you've copied your settings to the installer.
    BTW, 10.1.2 is going out in a few days and contains many improvements you may want. For example, trusting Win OS sites now only includes "Trusted Sites." With 10.1.2, it also includes "Local Intranet" zones. There are many other improvements as well.
    Next week new versions of these docs will go out:
    Preference Reference: A dictionary of 450 configurable preferences contained in the AIM AIR app.
    Application Security Guide: details about each security feature with a change history.
    Admin Guide.
    Get them all here (after Tuesday): http://www.adobe.com/go/acrobatitinfo.

  • BC4J: Master with multiple details

    Hi,
    I have a requirement to display a data form that consists of fields from 3 entities - one master and 2 details. I have view objects for each of the entities.
    I was wondering how best to model this:
    Should I have one Master VO pointing to 2 different view links (one to each detail VO)?
    Or can I have a single view link that models master-multiple-details (not sure how I can do this using the ViewLink wizard)?
    Any other approach I should consider?
    Thanks,
    Niranjan

    I don't believe you could create a Master with two details frame using wizard. you need to write/alter some code manually. I did this a lot in my application, but as i mentioned with some manually coding.
    here is the general idea:
    1- create the view links for master-detail1 and master-detail2 separately.
    2- Edit your application module using wizard.
    (right click on application module and select Edit Tab). if you did the first step successfully, You should see your master entity and details(as master's children) on left side of wizard frame. Then transfer them to the right side.
    3- Create a frame for master-detail1 using wizard.
    4- create another frame(dummy frame) for master-detail2 using wizard.
    5- copy all codes for detail2 from your dummy frame(step 4) to frame on step 3.
    6- Now you need to alter the code in frame on step 3, to locate the detail2 on that frame.
    7- Now the dummy frame on step 4 is useless, you can delete it.
    Hope this note be clear and help you.
    null

  • Bug in the copy cluster roles wizard - CSV reparse points cannot have names with spaces

    Hi All,
    I have identified a bug in the copy cluster roles wizard in 2012 R2, which is preventing me from migrating my clusters from 2008 R2 & 2012 to 2012 R2.
    The bug surfaces when you attempt to copy a VM role from a 2008 R2 or 2012 cluster that has a CSV reparse point name that contains spaces as follows:
    The role appears to copy across fine, but once you've migrated the CSV and brought it online followed by starting the VM, the VM configuration resource promptly fails along with the VM.
    The issue can be spotted inside the copy cluster roles wizard, where it presents itself by removing all text after the first space in the name to read "C:\ClusterStorage\CSV" rather than "C:\ClusterStorage\CSV
    Test Disk 3" as follows:
    The bug only appears for VMs on CSVs with a reparse point name containing spaces - all other scenarios succeed.
    After searching through the registry on the new cluster, you can clearly see that the VM role hasn't been correctly copied.
    It shows a value called SharedVolumeMappings with the data C:\ClusterStorage\CSV|<guid>|<integer>
    Whereas it should show the data C:\ClusterStorage\CSV Test Disk 3|<guid>|<integer>
    If you modify the data in the SharedVolumeMappings value in both
    0.Cluster\Resources\<VM guid> and Cluster\Resources\<VM guid> keys, the VM will start and work correctly.
    The problem for me is that I have many VMs on many different CSVs all with spaces in the names of the reparse point! Its not feasible for me to go through the registry for every copied VM on every node of the new cluster, as this would take a very long time
    and would be prone to errors that could cause further problems.
    Can anyone provide any help on this? A hotfix for the issue would be great, if anyone from Microsoft is reading :-)
    My deadline to get the VMs migrated to the new cluster is the 21st February, so I would really like to have a solution to the problem before then if at all possible.
    Many thanks in advance,
    Tom

    Hi Subhasish,
    Thanks for the reply, glad that its something that is reproducible!
    Do you have any idea of timescale? Or is it likely that I will have to modify the registry as above to get this working?
    If I am going to have to modify the registry, please can you let me know if the resolution I have tested above is safe and viable? Or are there other settings that I will need to change to make the cluster fully aware of the proper path to the CSVs for its
    VMs?
    Also, is there a known procedure for renaming the reparse point whilst VMs are running on it? This would allow me to negate the issue before copying the roles to the new cluster :-)
    Thanks again,
    Tom

  • Blog post : "Bug in Create/Edit View Criteria Wizard (JDeveloper 11g)"

    hi
    Using steps 1 to 13 from the blog post "Bug in Create/Edit View Criteria Wizard (JDeveloper 11g)" by Andrejus Baranovskis, I have been able to reproduce the issue he describes.
    see http://andrejusb.blogspot.com/2008/12/bug-in-createedit-view-criteria-wizard.html
    I the blog post comments he writes "... there was no time for me to fill bug in Metalink ...".
    Maybe someone from Oracle can pick it up from this forum post and file it as a bug if it is one (and if possible post the bug number here).
    many thanks
    Jan Vervecken

    The mechanism is to create a reproduceable test case, create a Service Request in metalink.oracle.com, post the test case, and convince the analyst to file it as a bug.
    It may be not efficient at some time, but this the way it is handled.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • 9.0.3 Bug Report:Attribute Wizard:Control Hints

    I've run into a major bug in 9.0.3 Preview.
    I was editing the display hints for an EO. I double-clicked on the last attribute in the list and nothing happened for a little while (2 seconds?). So I double-clicked the attribute again. When the Attribute Wizard came back up, it had an unexpected error dialog. Since I'm not on the computer that has the error (not connected to Internet), I'll give you a brief overview of the trace:
    java.lang.NullPointerException
    java.util.HashMap oracle.jbo.dt.jotx.JtJot.getMapFromMsgBundle(oracle.jdeveloper.jot.JotClass)
    JtJot.java:2254
    java.util.HashMap oracle.jbo.dt.jotx.JtJavaUtil.getMapFromMsgBundle(java.lang.Object)
    JtJavaUtil.java:889
    java.util.HashMap oracle.jbo.dt.objects.JboObject.readResourceStrings()
    JboObject.java:597
    java.lang.String oracle.jbo.dt.objects.JboObject.getResourceString(java.lang.String)
    JboObject.java:632
    void java.awt.EventDispatchThread.pumpEvents(java.awt.Conditional)
    EventDispatchThread.java:93
    void java.awt.EventDispatchThread.run()
    EventDispatchThread.java:85
    Since the Hints "tab" was pre-selected, I received this error for all further Attributes I tried to open via the Attribute Wizard.
    When I exited and re-started JDev 9.0.3, I was able to see other properties of all Attributes except the Hints properties (same error as before). Once the Hints "tab" is selected, moving to any other "tab" reports the error.
    If you need further information, please feel free to contact me via e-mail or telephone.
    Is there any workaround or fix for this, once it has happened?
    Thanks, George

    No upgrade. I started an entire new project from scratch in 9.0.3.
    Just checked an un-compromised Attribute in an un-compromised Entity. Same problem. Trace follows:
    java.lang.NullPointerException
         java.util.HashMap oracle.jbo.dt.jotx.JtJot.getMapFromMsgBundle(oracle.jdeveloper.jot.JotClass)
              JtJot.java:2254
         java.util.HashMap oracle.jbo.dt.jotx.JtJavaUtil.getMapFromMsgBundle(java.lang.Object)
              JtJavaUtil.java:889
         java.util.HashMap oracle.jbo.dt.objects.JboObject.readResourceStrings()
              JboObject.java:597
         java.lang.String oracle.jbo.dt.objects.JboObject.getResourceString(java.lang.String)
              JboObject.java:632
         java.lang.String oracle.jbo.dt.objects.JboAttribute.getAttributeResourceWithSuffix(java.lang.String)
              JboAttribute.java:1689
         void oracle.jbo.dt.ui.main.misc.ControlHintsPanel.processFormattingOnEnter()
              ControlHintsPanel.java:326
         void oracle.jbo.dt.ui.main.misc.ControlHintsPanel.initializeControlsFromContext()
              ControlHintsPanel.java:126
         void oracle.jbo.dt.ui.main.misc.ControlHintsPanel.enter(oracle.jbo.dt.objects.JboNamedObject)
              ControlHintsPanel.java:401
         void oracle.jbo.dt.ui.main.dlg.DtuWizard.selectPage(oracle.jbo.dt.ui.main.dlg.DtuWizardPanel)
              DtuWizard.java:567
         void oracle.jbo.dt.ui.main.dlg.DtuWizard.newMddPageSelected(oracle.jbo.dt.ui.main.dlg.DtuWizardPanel)
              DtuWizard.java:580
         void oracle.jbo.dt.ui.main.dlg.DtjMddTraversable.onEntry(oracle.ide.panels.TraversableContext)
              DtuWizard.java:1677
         void oracle.ide.panels.MDDPanel.enterTraversableImpl(oracle.ide.panels.Traversable, oracle.ide.panels.TraversableContext)
              MDDPanel.java:649
         void oracle.ide.panels.MDDPanel.enterTraversable(oracle.ide.panels.Traversable)
              MDDPanel.java:630
         void oracle.ide.panels.MDDPanel.access$7000571(oracle.ide.panels.MDDPanel, oracle.ide.panels.Traversable)
              MDDPanel.java:86
         void oracle.ide.panels.MDDPanel$Tsl.updateSelectedNavigable(javax.swing.JTree, javax.swing.tree.TreePath)
              MDDPanel.java:928
         void oracle.ide.panels.MDDPanel$Tsl.actionPerformed(java.awt.event.ActionEvent)
              MDDPanel.java:803
         void javax.swing.Timer.fireActionPerformed(java.awt.event.ActionEvent)
              Timer.java:150
         void javax.swing.Timer$DoPostEvent.run()
              Timer.java:108
         void java.awt.event.InvocationEvent.dispatch()
              InvocationEvent.java:154
         void java.awt.EventQueue.dispatchEvent(java.awt.AWTEvent)
              EventQueue.java:337
         boolean java.awt.EventDispatchThread.pumpOneEventForHierarchy(java.awt.Component)
              EventDispatchThread.java:131
         void java.awt.EventDispatchThread.pumpEventsForHierarchy(java.awt.Conditional, java.awt.Component)
              EventDispatchThread.java:98
         void java.awt.Dialog.show()
              Dialog.java:380
         void java.awt.Component.show(boolean)
              Component.java:946
         void java.awt.Component.setVisible(boolean)
              Component.java:903
         void oracle.jbo.dt.ui.main.dlg.DtjDialog.setVisible(boolean)
              DtjDialog.java:137
         void oracle.jbo.dt.ui.main.dlg.DtjMddWizardDialog.setVisible(boolean)
              DtuWizard.java:1774
         boolean oracle.bali.ewt.dialog.JEWTDialog.runDialog()
         boolean oracle.jbo.dt.ui.main.dlg.DtjDialog.showDialog()
              DtjDialog.java:115
         boolean oracle.jbo.dt.ui.main.dlg.DtjMddWizardDialog.showDialog()
              DtuWizard.java:1735
         void oracle.jbo.dt.ui.main.dlg.DtuWizard.createMddWizard()
              DtuWizard.java:386
         void oracle.jbo.dt.ui.main.dlg.DtuWizard.setVisible(boolean)
              DtuWizard.java:276
         boolean oracle.jbo.dt.ui.main.dlg.DtuWizard.showDialog()
              DtuWizard.java:254
         void oracle.jbo.dt.jdevx.ui.JdxMenuManager.invokeEOAttributeDialog(java.awt.Frame, oracle.jbo.dt.objects.JboApplication, oracle.jbo.dt.objects.JboAttribute)
              JdxMenuManager.java:798
         void oracle.jbo.dt.jdevx.ui.JdxMenuManager.invokeAttributeDialog(oracle.jbo.dt.objects.JboAttribute)
              JdxMenuManager.java:789
         void oracle.jbo.dt.ui.main.DtuMenuManager.doEditMenuAction(oracle.jbo.dt.objects.JboNamedObject)
              DtuMenuManager.java:1079
         void oracle.jbo.dt.ui.main.DtuMenuManager.doMenuAction(java.lang.String)
              DtuMenuManager.java:946
         void oracle.jbo.dt.jdevx.ui.JdxMenuManager.doMenuAction(java.lang.String)
              JdxMenuManager.java:533
         void oracle.jbo.dt.ui.main.DtuMenuManager.doAction(java.lang.String)
              DtuMenuManager.java:791
         void oracle.jbo.dt.ui.main.DtuMenuManager.doAction(oracle.jbo.dt.objects.JboApplication, java.lang.Object, java.lang.String)
              DtuMenuManager.java:776
         void oracle.jbo.dt.ui.main.bced.BceTreePanel.doMenuAction(java.lang.Object, java.lang.String)
              BceTreePanel.java:176
         void oracle.jbo.dt.ui.main.bced.BceTreePanel.mouseClicked(java.awt.event.MouseEvent)
              BceTreePanel.java:311
         void java.awt.AWTEventMulticaster.mouseClicked(java.awt.event.MouseEvent)
              AWTEventMulticaster.java:211
         void java.awt.Component.processMouseEvent(java.awt.event.MouseEvent)
              Component.java:3718
         void java.awt.Component.processEvent(java.awt.AWTEvent)
              Component.java:3544
         void java.awt.Container.processEvent(java.awt.AWTEvent)
              Container.java:1164
         void java.awt.Component.dispatchEventImpl(java.awt.AWTEvent)
              Component.java:2593
         void java.awt.Container.dispatchEventImpl(java.awt.AWTEvent)
              Container.java:1213
         void java.awt.Component.dispatchEvent(java.awt.AWTEvent)
              Component.java:2497
         void java.awt.LightweightDispatcher.retargetMouseEvent(java.awt.Component, int, java.awt.event.MouseEvent)
              Container.java:2451
         boolean java.awt.LightweightDispatcher.processMouseEvent(java.awt.event.MouseEvent)
              Container.java:2230
         boolean java.awt.LightweightDispatcher.dispatchEvent(java.awt.AWTEvent)
              Container.java:2125
         void java.awt.Container.dispatchEventImpl(java.awt.AWTEvent)
              Container.java:1200
         void java.awt.Window.dispatchEventImpl(java.awt.AWTEvent)
              Window.java:922
         void java.awt.Component.dispatchEvent(java.awt.AWTEvent)
              Component.java:2497
         void java.awt.EventQueue.dispatchEvent(java.awt.AWTEvent)
              EventQueue.java:339
         boolean java.awt.EventDispatchThread.pumpOneEventForHierarchy(java.awt.Component)
              EventDispatchThread.java:131
         void java.awt.EventDispatchThread.pumpEventsForHierarchy(java.awt.Conditional, java.awt.Component)
              EventDispatchThread.java:98
         void java.awt.EventDispatchThread.pumpEvents(java.awt.Conditional)
              EventDispatchThread.java:93
         void java.awt.EventDispatchThread.run()
              EventDispatchThread.java:85
    Since I can't use this, I won't be evaluating 9.0.3 until this is fixed.
    Sorry I can't continue to help find bugs.
    Thanks, George

Maybe you are looking for