Testing problem with Business Component Browser

I installed Jdeveloper3 and brought up the Bc4j sample (OrderEntry.jws). I went through the overview and then tried to test (right-click and select test) both the application module and the package. The browser comes up, but there are no views or any other objects. It is empty. I went through the tutorial on building Business Components using the emp and dept tables. Same problem when trying to test. The connection works because I created jsp pages using the views and all worked fine.

Hi,
Try resizing the tester window... there is a known issue with the tester wherein sometimes the window does not repaint. Resizing the window solves this problem.
Please let us know if this is not the issue.
Thanks,
Arun

Similar Messages

  • Problem with Business Component Browser

    I'm using JDeveloper 11g 11.1.1.0.2 on Windows XP. I'm trying to test a view object.
    I've created an application module, right click on the module and click on run. The "Select Business Components Configuration"
    dialog box pops up, I accept the default configuation name, and click "Connect".
    An external application called oracle.jbo.jbotester.MainFrame launches and then crashes with the message
    "oracle.jbo.ConfigException: JBO-33005: Configuration 121A74FE9D0 not found".
    The "121A74FE9D0" is a runtime argument to the jbotester.Mainframe application. Anyone know what this argument
    is and how to fix it ??
    Here are the application parameters:
    oracle.jbo.jbotester.MainFrame
    -X 121A74FE9D0
    -H "jar:file:/E:/Oracle/Middleware/jdeveloper/jdev/doc/studio_doc/ohj/bc4j_f1.jar!/bc4j_f1.hs"
    and here's the stack trace:
    oracle.jbo.jbotester.ErrorHandler$ExceptionWrapper: JBO-29000: Unexpected exception caught:
    oracle.jbo.ConfigException, msg=JBO-33005: Configuration 121A74FE9D0 not found
         at oracle.jbo.jbotester.ErrorHandler.displayError(ErrorHandler.java:90)
         at oracle.jbo.jbotester.ErrorHandler.displayError(ErrorHandler.java:83)
         at oracle.jbo.jbotester.MainFrame.main(MainFrame.java:447)
    Caused by: oracle.jbo.ConfigException: JBO-33005: Configuration 121A74FE9D0 not found
         at oracle.jbo.client.Configuration.getConfiguration(Configuration.java:571)
         at oracle.jbo.client.Configuration.getConfiguration(Configuration.java:499)
         at oracle.jbo.jbotester.MainFrame.processArgs(MainFrame.java:603)
         at oracle.jbo.jbotester.MainFrame.main(MainFrame.java:439)
    ## Detail 0 ##
    oracle.jbo.ConfigException: JBO-33005: Configuration 121A74FE9D0 not found
         at oracle.jbo.client.Configuration.getConfiguration(Configuration.java:571)
         at oracle.jbo.client.Configuration.getConfiguration(Configuration.java:499)
         at oracle.jbo.jbotester.MainFrame.processArgs(MainFrame.java:603)
         at oracle.jbo.jbotester.MainFrame.main(MainFrame.java:439)
    ----- Level 1: Detail 0 -----
    oracle.jbo.ConfigException: JBO-33005: Configuration 121A74FE9D0 not found
         at oracle.jbo.client.Configuration.getConfiguration(Configuration.java:571)
         at oracle.jbo.client.Configuration.getConfiguration(Configuration.java:499)
         at oracle.jbo.jbotester.MainFrame.processArgs(MainFrame.java:603)
         at oracle.jbo.jbotester.MainFrame.main(MainFrame.java:439)
    Thanks,
    Bob

    Right click on your app module
    Select Cofiguration, do you see any configuration Names at all, if yes what are they, it seems like you are trying to pass the cofiguration name that does not exist in your app module configuration,
    your DataBindings.cpx
    should have
    <dataControlUsages>
      <BC4JDataControl id="AppModuleDataControl" Package="MyProject.model"
                         FactoryClass="oracle.adf.model.bc4j.DataControlFactoryImpl"
                         SupportsTransactions="true" SupportsFindMode="true"
                         SupportsRangesize="true" SupportsResetState="true"
                         SupportsSortCollection="true"
                         Configuration="SimplyAdfModule" syncMode="Immediate"
                         xmlns="http://xmlns.oracle.com/adfm/datacontrol"/>
    </dataControlUsages>here SimplyAdfModule is the configuration name, that points to some JDBC DataSource

  • Problem with Business Component when joining multiple tables

    I have a table that contains foreign keys from 4 other tables. When I view the table in the Business Component Browser it only returns one record. But when i run the same query in toad it returns the correct number of records. I'm I missing something or is there a bug in the application module?

    Could you be more specific?
    Supply the query and tables' definitions.
    Is it right that you have created a compound view from all of the five tables?
    Base Table
    -> FK_Table1
    -> FK_Table2
    If so, check, whether the wizard correctly generated the associations info in this VO's XML file.
    Actually, you recognize this as soon as he generates the query : the where clause should show appropriate fields being connected.
    Another question is if you want to use inner or outer joins to the referencing FK tables.
    You may also be interested in seeing my earlier post:
    "BC4J; VO Wizard & References for multiple usage of one table".
    Petr
    null

  • Problem with Business Component creation

    Hi,
    I create a very simple table using
    <code>
    -- Create
    create table TACCOUNT (
    PRIMARY KEY (userid),
    userid NUMBER NOT NULL,
    pwd VARCHAR2(48),
    email VARCHAR2(48),
    address VARCHAR2(48)
    </code>
    <problem>
    I am trying to use JDeveloper to generate an entity object
    using New business component package/Next/Entity Object mapped to Schema Objects/Next/Select Table/Next/Finish
    The fields generated for the object are as follows:
    NoName
    NoName1
    Userid
    Pwd
    </problem>
    Any idea?

    Turns out I was misinformed and the DB is 8.1.5. The problem sems to be either the JDBC is not correctly interperting the DB or the metadata is formatted differently. Is it possible that there is a JDBC version mismatch? How do I find out the JBDC version type on the DB? This is preventing me from creating entity objects.
    Regards,
    Bill

  • Business Component Browser cant find the Database Connection

    Hi all,
    I created a project with JdevTP3, created a database connection, the entities from the tables and the view objects. I'm trying to test it with Business Component Browser and it always give me the message :
    (oracle.jbo.ConfigException) JBO-33003: Connection name <conn_name> not defined
    I'm using a JDBC URL connection with a XE database. I've also tried with a IDE connection, copying it to the project. The same error.
    I reinstalled the jdev and nothing. It seems to be a easy one but I'm new with JDeveloper.
    Tks.

    Hi,
    yes, i have everything installed without spaces (C:\jdev11gtp3). I right-clicked the app module, it shows me the "select business components configuration" dialog where the JDBC URL connectio is and when i click connect it shows me the message :
    (oracle.jbo.ConfigException) JBO-33003: Connection name ORACLE_RSC not defined
    If I click <stack> in the error windows it shows me :
    oracle.jbo.jbotester.ErrorHandler$ExceptionWrapper: JBO-29000: Unexpected exception caught: oracle.jbo.ConfigException, msg=JBO-33003: Connection name ORACLE_RSC not defined
         at oracle.jbo.jbotester.ErrorHandler.displayError(ErrorHandler.java:90)
         at oracle.jbo.jbotester.ErrorHandler.displayError(ErrorHandler.java:83)
         at oracle.jbo.jbotester.MainFrame.main(MainFrame.java:434)
    ## Detail 0 ##
    oracle.jbo.ConfigException: JBO-33003: Connection name ORACLE_RSC not defined
         at oracle.jbo.client.Configuration.initializeFromConnectionName(Configuration.java:1082)
         at oracle.jbo.client.Configuration.getConfiguration(Configuration.java:596)
         at oracle.jbo.client.Configuration.getConfiguration(Configuration.java:499)
         at oracle.jbo.jbotester.MainFrame.processArgs(MainFrame.java:580)
         at oracle.jbo.jbotester.MainFrame.main(MainFrame.java:428)
    ----- Level 1: Detail 0 -----
    oracle.jbo.ConfigException: JBO-33003: Connection name ORACLE_RSC not defined
         at oracle.jbo.client.Configuration.initializeFromConnectionName(Configuration.java:1082)
         at oracle.jbo.client.Configuration.getConfiguration(Configuration.java:596)
         at oracle.jbo.client.Configuration.getConfiguration(Configuration.java:499)
         at oracle.jbo.jbotester.MainFrame.processArgs(MainFrame.java:580)
         at oracle.jbo.jbotester.MainFrame.main(MainFrame.java:428)
    But there is a ORACLE_RSC JDBD URL connection that i used to fetch the tables to create to entities...
    any ideas???
    Tks..

  • JBO-25200 in Business Component Browser in JDeveloper 9.3.3

    I create Application Module for ODBC bridge database (Access). It works fine in JDeveloper 9.3.2. But in JDeveloper 9.3.3 I receive JBO-25200 error when I try test it in Business Component Browser.
    Why?

    Are you able to run the query directly in Database:
    SELECT Customers.CUSTOMER_ID, Customers.CUST_FIRST_NAME, Customers.CUST_LAST_NAME, Customers.CUST_ADDRESS, Customers.PHONE_NUMBERS, Customers.NLS_LANGUAGE, Customers.NLS_TERRITORY, Customers.CREDIT_LIMIT, Customers.CUST_EMAIL, Customers.ACCOUNT_MGR_ID, Customers.CUST_GEO_LOCATION, Employees.FIRST_NAME, Employees.ROWID, Employees.LAST_NAME FROM CUSTOMERS Customers, EMPLOYEES Employees WHERE Customers.ACCOUNT_MGR_ID = Employees.MANAGER_ID ORDER BY Customers.CUSTOMER_ID
    Thanks,
    Navaneeth

  • Abf bc / business component browser (tester)

    I have seen that sometimes (didn't identify the cause until yet) the business component browser is loaded (displayed after launching with run or debug menu item on the application module) on the back of the jdev main window.

    I suspect the mouse ... that get the focus to show some tool tip and the focus on the tester is setted too early and is loosed when displaying. I suspect the message log that is the cause ... it is showing a path and i was pointing it during the launch but it has to be done in an exact timing to cause the test to be displayed in the back of jdev window.

  • 10g Preview: Wheel scrolling in Business Component Browser

    This problem is found in the Business Component Browser, when a view object with many attributes is opened. The right-hand pane shows input fields for the view attributes.
    When I scroll with the mouse wheel in this pane, each "tick" of the wheel scrolls only a few pixels, rendering the wheel essentially useless for scrolling. Since other parts of the IDE behave more normally with regard to scrolling, I'm inclined to believe this is a problem with this panel in the Business Component Browser rather than a setting on my system.

    Not many -- the main requirement is that the number of attributes causes the pane to scroll vertically. This can be accomplished by sizing the main tester window small enough to make the pane scroll even with just a few attributes. Then the problem can be reproduced.

  • Bug: JDev 10.1.3.1 Oracle Business Component Browser NullPointerException

    During the test of the Application Module using Business Components Browser (right click on TechnicianService -> Test):
    Oracle Business Component Browser: If you try to double click on ViewLink1 node as explained in JDeveloper Manual and set the TechName variable then you’ll get a NullPointer Exception.
    The workaround is to double click on Technicians Node and then set the TechName variable but it would be nice to have it patched.

    Hi,
    this is what I crated as a test based on teh HR schema
    1. DepartmentsView
    2. EmployeesView with a bind parameter for QBE
    3. DepartmentsView and EmployeesView linked via auto generated VL
    When I test this and double click the link then I see two scenarios
    - Departments and Employees are shown if the bind parameter has a default value
    - Departments with no Employees are shown if there is no default value set
    Double clicking the EmployeesView brings up the QBE dialog
    Can you confirm that his usecase works for you as well? In this case the problem shows to be within you project
    Frank

  • How do I insert/Delete/Update a row to the DB Table from Business Component Browser

    I am using the wizard and created a project containing Business component which contain some table.
    When I run the project I could see "Oracle Business Component Browser(local)" and when I select some table from "View Object Member" I get a window displaying all the field of that table and I could browse all the info.
    My Problem is when I try to insert a new record/Delete the existing record or update some record it never gets reflected to the DataBase.
    When I try to insert a new row I did save and there was a dialog box displayed saying "Transaction ID is 1". But finally It's not reflected in the Database.
    Can some one guide me how can I do insert/delete/update operation from Oracle Component Business Browser so that the changes reflect to the Original DataBase.
    Thanks in advance
    Jitendra

    Jitendra,
    This may be a problem of caching. If you do an update,insert, or delete, and do not receive an error, then the transaction should indeed be posted.
    I assume you are hitting the Save icon after your changes if you are getting a transaction ID. Are you checking for the updates through another session (i.e. SQL*Plus), or do you then requery the View Object in the tester? Do you exit the tester and come back in and not see the changes?

  • Issue Connecting from Oracle Business Component Browser - adf-config.xml

    There are similar posts in the forum to this, but I wasn't able to glean from them what I should do.
    Essentially, I tried Connecting by:
    right clicking on a node under a Model project, and selected TEST.
    When the Oracle Business Component Browser - Connect Dialog window opened, I clicked CONNECT.The Oracle Business Component Browser (Local) seems to have opened fine, but in the message log I see this:
    "jar:file:/C:/JDeveloper/jdev/doc/studio_doc/ohj/bc4j_f1.jar!/bc4j_f1.hs"
    Feb 10, 2007 10:16:30 AM oracle.adf.share.config.ADFConfigFactory findOrCreateADFConfig
    INFO: oracle.adf.share.config.ADFConfigFactory No META-INF/adf-config.xml found
    I'm not experienced enough to know whether this is significant or not, nor if so what I need to do about this.
    Thank you to anyone who can help a newer person out with this.
    Matt
    Studio Edition Version 10.1.3.1.0.3984
    Build JDEVADF_10.1.3.1.0_NT_061009.1404.3984
    ADF Business     Components 10.1.3.39.84
    BPEL Designer     10.1.3.1.0 (Build 061009.0802)
    Java™ Platform     1.5.0_06
    CVS Version     Internal to Oracle JDeveloper (client-only)
    I found this release note, which mentions both adf-client.xml and JClient; I'm still too new to know whether this helps with this or not, but I'm hoping it does for someone out there.
    Thanks again.
    ON: http://www.oracle.com/technology/products/jdev/htdocs/10.1.3.0.3/readme.html
    JClient Security Still Requires AM Property Setting (4889913)
    JClient applications should continue to use application module configuration property jbo.security.enforce for enabling authentication and authorization.
    The authorizationEnforce property in adf-config.xml new in 10.1.3 is not yet supported for JClient
    Message was edited by: Matt
    matt.tech

    Hi,
    the adf-config.xaml file is not created by default and not needed by default. you need this to define custom skins or ADF Security.
    For an example of adfs-config.xml doe skins see SRDemo sample app
    Frank

  • 11g ADF Business Component Browser + ADF BC security

    Hi gang
    I was hoping somebody could help me out with the ADF BC security features as outlined section 28.4.3 of the Fusion Developer's Guide for JDev 11g.
    1) I note once you've defined a Policy Store via the ADF Security wizard, each time you run the ADF Business Component Browser a login dialog then shows requiring a user to be authenticated. Is there anyway to turn this off for the ADF BC model project for testing purposes without removing the whole Policy Store set of files?
    2) The EO + EO attributes allow the role "unauthenticated-role" as a permission, documented online as:
    "Select when you want to grant access privileges to unauthenticated users. All users, including unauthenticated users, for example, those *not*required* to log on to the application, are automatically considered by Oracle Platform Security to be a member of the anonymous-role."
    (Note my emphasis in the quote)
    Given this, once the ADF Security is enabled, the login dialog always appear for the ADF Business Component Browser. How do you login in an unauthenticated fashion to test an unauthenticated user's privileges against an authenticated privileges?
    Hope you can help with thanks,
    CM.

    Chris,
    you should be able to switch it on/off by setting
    authorizationEnforce="false"
    authenticationRequire="false"/>
    in the .adf\META-INF\adf-config.xml file
    you can edit this file from within JDeveloper
    Frank

  • Business component browsing may be unavaliable

    Hey there guys,
    Learning the basics of ADF here. Tried running my application module so I could take a look at my VOs and no data was showing up... I'm seeing "Business Object Browsing may be unavailable" and am struggling to figure out why... my google-fu is weak.
    Possible compatibility issue? I'm running WLS 10.3.5, Oracle XE 11g release 2, jDev 11.1.1.6.0.
    Jan 21, 2013 10:55:25 AM oracle.adf.share.ADFContext getCurrent
    WARNING: Automatically initializing a DefaultContext for getCurrent.
    Caller should ensure that a DefaultContext is proper for this use.
    Memory leaks and/or unexpected behaviour may occur if the automatic initialization is performed improperly.
    This message may be avoided by performing initADFContext before using getCurrent().
    For more information please enable logging for oracle.adf.share.ADFContext at FINEST level.
    Jan 21, 2013 10:55:26 AM oracle.mds
    NOTIFICATION: PManager instance is created without multitenancy support as JVM flag "oracle.multitenant.enabled" is not set to enable multitenancy support.
    Diagnostics: (Properties (re)loaded) Routing diagnostics to standard output (use -Djbo.debugoutput=silent to remove)
    [00] Diagnostic Properties: Timing:false Functions:false Linecount:true Threshold:6
    [01] Loading from individual XML files
    [02] Loading the Containees for the Package 'oracle.fod.storefront.StorefrontModel'.
    [03] Connected to Oracle JBO Server - Version: 11.1.1.61.92
    [04] No XML file /oracle/fod/storefront/test/test.xml for metaobject oracle.fod.storefront.test.test
    [05] MDS error (MetadataNotFoundException): MDS-00013: no metadata found for metadata object "/oracle/fod/storefront/test/test.xml"
    [06] Cannot Load parent Package : oracle.fod.storefront.test.test
    [07] Business Object Browsing may be unavailable
    [08] No XML file /oracle/fod/storefront/uiview/uiview.xml for metaobject oracle.fod.storefront.uiview.uiview
    [09] MDS error (MetadataNotFoundException): MDS-00013: no metadata found for metadata object "/oracle/fod/storefront/uiview/uiview.xml"
    [10] Cannot Load parent Package : oracle.fod.storefront.uiview.uiview
    [11] Business Object Browsing may be unavailable
    [12] No XML file /oracle/fod/storefront/entity/entity.xml for metaobject oracle.fod.storefront.entity.entity
    [13] MDS error (MetadataNotFoundException): MDS-00013: no metadata found for metadata object "/oracle/fod/storefront/entity/entity.xml"
    [14] Cannot Load parent Package : oracle.fod.storefront.entity.entity
    [15] Business Object Browsing may be unavailable
    [16] Loading Typemap entries from oracle.jbo.common.OracleTypeMapEntries
    [17] StringManager initialized and added to appscopeoracle.adf.share.HashMapScopeAdapter@1b979c0
    [18] Stringmanager using default locale: 'en_US'
    [19] CSMessageBundle (language base) being initialized
    [20] OracleSQLBuilder reached getInterface
    [21] * * * Use jdbc with no defineColumnType calls * * *
    [22] Oracle SQL Builder Version 3.2.0.0.0
    [23] ViewRowSetImpl's jbo.viewlink.consistent = default (2)
    [24] Using DatabaseTransactionFactory implementation oracle.jbo.server.DatabaseTransactionFactory
    [25] DBTransactionImpl.mDefaultValidationThreshold is 10
    [26] mPCollUsePMgr is false
    [27] ViewObjectImpl.mDefaultMaxRowsPerNode is 70
    [28] ViewObjectImpl.mDefaultMaxActiveNodes is 30
    [29] DBTransactionImpl Max Cursors is 50
    [30] Default locking mode changed to: optimistic
    [31] Created root application module: 'oracle.fod.storefront.test.TestAM'
    [32] Locale is: 'en_US'
    [33] ApplicationPoolImpl.resourceStateChanged wasn't release related. No notify invoked.
    [34] Oracle SQLBuilder: Registered driver: oracle.jdbc.OracleDriver
    [35] Creating a new pool resource
    [36] Trying connection/2: url='jdbc:oracle:thin:@localhost:1521:XE' ...
    [37] **** DBTransactionImpl establishNewConnection
    [38] Successfully logged in
    [39] JDBCDriverVersion: 11.2.0.3.0
    [40] DatabaseProductName: Oracle
    [41] DatabaseProductVersion: Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production
    [42] DBTransactionImpl initTransaction

    Thanks for the reply Frank,
    Unfortunately I have run my app module as you've said, but that's where I became concerned. The Business Component Browser pops up at that point which correctly displays all of the EOs and VOs on the lefthand side but as I look through them none of my data is being queried. The textboxes for my colums are blank and greyed out as I look through the objects, I cannot browse my data with the left/right arrows. This is why I started looking for suspect exceptions/warnings.

  • BUG: ClassCastException in Business Component Browser

    I am consistently getting a ClassCastException when I use the Business Component Browser in JDev 9.0.3.1.
    Details: This bug was encountered in one of the hands-on practices given in the Oracle Press book Oracle 9i JDeveloper Handbook.
    I have an entity object with an Email attribute based on a user-defined domain, EmailDomain, which in turn is based on the String type. The validate() method in the EmailDomain.java class implements a simple check on email addresses. When I use the Business Component Browser to view records in the corresponding view object, I have no problem changing values for the email address so long as they adhere to the validation rule. However, when I input an invalid value and attempt to change the focus to another field, the ClassCastException occurs with the following stack trace:
    Exception occurred during event dispatching:
    java.lang.ClassCastException: javax.swing.JViewport
         boolean oracle.jbo.jbotester.JBOFieldHelper.setDataValue(java.lang.Object)
              JBOFieldHelper.java:115
         boolean oracle.jbo.jbotester.JBOFieldHelper.applyEdit()
              JBOFieldHelper.java:149
         void oracle.jbo.jbotester.JBOFieldHelper$DefaultJBOFocusListener.focusLost(java.awt.event.FocusEvent)
              JBOFieldHelper.java:194
         void java.awt.AWTEventMulticaster.focusLost(java.awt.event.FocusEvent)
              AWTEventMulticaster.java:171
         void java.awt.Component.processFocusEvent(java.awt.event.FocusEvent)
              Component.java:3642
         void javax.swing.JComponent.processFocusEvent(java.awt.event.FocusEvent)
              JComponent.java:1980
         void java.awt.Component.processEvent(java.awt.AWTEvent)
              Component.java:3535
         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
         boolean java.awt.LightweightDispatcher.setFocusRequest(java.awt.Component)
              Container.java:2076
         void java.awt.Container.proxyRequestFocus(java.awt.Component)
              Container.java:1335
         void java.awt.Container.proxyRequestFocus(java.awt.Component)
              Container.java:1330
         void java.awt.Container.proxyRequestFocus(java.awt.Component)
              Container.java:1330
         void java.awt.Container.proxyRequestFocus(java.awt.Component)
              Container.java:1330
         void java.awt.Container.proxyRequestFocus(java.awt.Component)
              Container.java:1330
         void java.awt.Container.proxyRequestFocus(java.awt.Component)
              Container.java:1330
         void java.awt.Container.proxyRequestFocus(java.awt.Component)
              Container.java:1330
         void java.awt.Container.proxyRequestFocus(java.awt.Component)
              Container.java:1330
         void java.awt.Container.proxyRequestFocus(java.awt.Component)
              Container.java:1330
         void java.awt.Container.proxyRequestFocus(java.awt.Component)
              Container.java:1330
         void java.awt.Component.requestFocus()
              Component.java:4174
         void javax.swing.JComponent.grabFocus()
              JComponent.java:915
         void javax.swing.JComponent.requestFocus()
              JComponent.java:897
         void javax.swing.text.DefaultCaret.mousePressed(java.awt.event.MouseEvent)
              DefaultCaret.java:315
         void java.awt.AWTEventMulticaster.mousePressed(java.awt.event.MouseEvent)
              AWTEventMulticaster.java:221
         void java.awt.AWTEventMulticaster.mousePressed(java.awt.event.MouseEvent)
              AWTEventMulticaster.java:220
         void java.awt.Component.processMouseEvent(java.awt.event.MouseEvent)
              Component.java:3712
         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:2210
         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
    The Business Component Browser then stops responding correctly to focus and input events, and has to be terminated and restarted to start working correctly again.

    Hi Alan,
    This is Bug 2710133 (I first noticed it in release 9.0.4, but it seems that it was introduced in 9.0.3.1). You're correct; the Business Component Browser is not correctly dealing with exceptions thrown by validateEntity(). We're working to re-fix this bug.
    (Note that this is just a problem with the Browser, not the BC4J framework itself. The code should still work in an actual application.)
    Best,
    Avrom

  • Warning shows in business component browser

    am using jdev 11.1.1.4.0
    Sep 9, 2011 10:10:42 AM oracle.adf.share.ADFContext getCurrent
    WARNING: Automatically initializing a DefaultContext for getCurrent.
    Caller should ensure that a DefaultContext is proper for this use.
    Memory leaks and/or unexpected behaviour may occur if the automatic initialization is performed improperly.
    This message may be avoided by performing initADFContext before using getCurrent().
    To see the stack trace for thread that is initializing this, set the logging level of oracle.adf.share.ADFContext to FINEST
    this warning shows in my both business component browser and while any jspx file. this log also again appears.
    i want to fix this warning.
    is there any way?

    thanks vino for reply.
    but i need a info liitle bit. when i watch around the both of threads. they only discuss. there is no implementation.
    first thread. they discuss
    migrating
    AppPolicyHandler
    service request
    anonymous role
    "No user found matching the criteria"
    WARN_NO_USERS_PATTERN
    second thread
    WARNING: Automatically initializing a DefaultContext for getCurrent. this is my problem.
    with
    SEVERE: MDSConfigurationException encountered in parseADFConfiguration
    but in the second thread solution for mds. which i found out.

Maybe you are looking for

  • Syncing to computer not computer to iPad.

    I want to update to IOS 5 but when I connect my ipad2 it tells me purchased items are not backup up. I have 2 iPhones and an iPad. How do I back up my iPad but not having those other apps, music and pictures put on my iPad?

  • How do I get my NX6600GT-TD128E (PCIE) video card installed on a K8N NEO4-F Mb ?

    I have received two new NX6600GT-TD128E (MS-8983) vdeo cards to install on my new K8N NEO4-F (MS-7125) motherboard flashed with BIOS ver 1.B. First video card turned out to be bad.  The replacement card allows view of bios screens and post screen, bu

  • Need helpcreating a script to read the name of a folder and adding that name into the permissions of that folder

    Need help creating a script to read the name of a folder (which is the AD Username) and adding that name into the permissions of that folder. I have over 100 folders which I need to add the AD user to read and write to their own folder Hope you guys

  • Log file in WD

    Hi experts, how can I create simple text file as a log file and then show save dialog as a popup window to the user? I think about presentation server. Any ideas how do it? Thank you in advance. BR Paul

  • Postscript file from InDesign

    I'm trying to generate a postscript file from an ID file to then convert to PDF using Distiller. According to the instructions I have from an online POD service, I need to choose Adobe PDF as the PPD in the PS settings. All I have is Device Independe