Oracle Business Component Browser won't connect to a SQL Server db

I have a System DSN called Northwind on my machine that uses a new login id called NorthwindUser and its password to access Northwind db on my sql server instance.
I am trying to use the Oracle Business Components Browser to test the data thru my application module but it wont connect. ( I have created a connection in JDeveloper 9.0.3 that uses JDBC-ODBC bridge and I can view all the tables just fine through this connection. )
When I right click on the app module and select test, it brings up a uid/pwd box in which i enter my credentials. Once I enter the credentials and hit enter it shows me the browser. There is no indication whether I was connected or not at this point. It shows me the view objects in the left pane but when i double click on one of the views it throws a JBO-25200 application module not connected to the database error.
I have trying various uid/pwd combinations incl. admin. I am running everything locally on a Windows Server 2003 build 3790 release and the sql server instance uses mixed mode auth. I am logged in as the Administrator on my box.
Any ideas?
Thank you in advance.
Jitendra KHARE

Does this How-To helps in anyway?
http://otn.oracle.com/products/jdev/howtos/bc4j/bc_foreign_db_intro.html

Similar Messages

  • 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

  • Oracle Business Component Browser hanging

    I am trying to run a read-only view object in the Oracle Business Component Browser. The view object has bind variables. When I double click on the view object the browser comes up prompting me to enter the bind variables. After entering the values and clicking "OK" it lists the labels and fields for the return values, but the fields are blank. The query tests ok in the view object and when I run it in Toad, I get a return record, so I have confirmed that the data exists and the query runs correctly, but it does not work in the browser. In the log, the last line is: INFO: BC4J Tester started. It has been that way for about an hour now. It takes about 15 seconds to run in Toad.
    Thanks in advance for your help!
    Edited by: user9348710 on Apr 13, 2010 9:00 AM

    ok, after running it in debut mode, it does list the query with the bind variables, then states: Reusing defined prepared Statement. Then finishes with:
    Bind params for ViewObject: [the view object]
    [397] Binding param "BindFirstName": Pat
    [398] Binding param "BindMiddleName": X
    [399] Binding param "BindLastName": Bass
    [400] **** refreshControl() for BindingContainer :[the view object]_0PageDef
    [401] *** DCDataControl.sync() called from :DCBindingContainer.refresh
    Is this useful at all? Is it still trying to run it or are these normal ending log entries?

  • 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

  • Where dos "Oracle Business Component Browser" go in the next Version ?

    Hello "Oracle"
    I am asking you about the BC4J "test-browser", will this go further in the next versions ?
    If yes, can you tell in wath direction and in wath timeframe ?
    If you do not want to make this "public" please let me also know.
    Tanks
    Christian

    Hi Laura
    I am very interested at a "suffisticated" UI-Browser for the BC4J View-Objects.
    The idea is, that I not have to program a UI-Object the present the data to the User. Also that this UI-Browser dos support many presentation technologies (like Java-Application, JSP (Servlet), XML/XSL etc.).
    I will not define for each view-object a UI-object, I like to define one UI-Object for all view-objects in my project.
    What you think, will there be a effor, in your team, in that direction? Or do I have to program this UI-Browser by myself? Or do you know someone witch has allready designed a Browser like that?
    Christian
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by JDev Team (Laura):
    Christian,
    Our 3.2 release is due out in late November and there are some bugfixes for the tester included. The tester is basically a Java Application that uses the Data Aware Controls that we include with JDeveloper (InfoProducer and InfoSwing components on the Component Palette).
    In the 3.2 release, the source for this application is included so users can see how it is implemented and make changes if they like.
    The basic function of the tester is to provide users with a UI to try out their business logic code without having to generate their own UI.
    Is there a specific area of functionality you are interested in?
    Laura<HR></BLOCKQUOTE>
    null

  • 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?

  • 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..

  • 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.

  • 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 Browser Navigation Bar

    Is it necessary to extend the JUNavigationBar within 10.1.2 in order to get one that displays the page-scroll (that is visible within the Business Component Browser)?
    I understand that one would have to add a second iterator (for the page rowset a'la the Web-components used within the ADF chapters within the Programmers manual for 10.1.2), but one would expect that the BCB Navigation bar would be available to developers - somewhere....
    Oh well, enough already. I'm going for away for a weekend down the pub... lucky me!

    Sorry, I was killing time....
    In the JDeveloper 10g handbook - one of the teen-chapters I think - there is at least one example using ADF (maybe with UIX) where yoiu can drag-n-drop a rowset-iterator onto a form, but then add in a second iterator to move by a set number of rows. So if your first iterator navigates ten rows, your second iterator would return the next ten rows.
    As for the solution, I chose to do this...,
    [The project is open-source, or - more accurately - will be when released.]
    package MAGEMLexport;
    import java.awt.*;
    import java.awt.event.*;
    import java.net.*;
    import java.util.*;
    import javax.swing.*;
    import oracle.jbo.uicli.controls.*;
    * Specialized version of the JUNavigationBar for the MiMiR application.
    * @author Paul Jan Mehmet
    * @version 1.2.0.0 [Initial Release]
    public class MiMiRJUNavigationBar extends JUNavigationBar
    implements ActionListener
    private static ImageIcon pageIcons[] = new ImageIcon[2];
    private static String imageDir = "images/";
    private static String pageImages[] = {"prevpage.gif", "nextpage.gif"};
    static final int PAGE_FORWARD = 99;
    static final int PAGE_BACKWARDS = -99;
    // Load images only once...
    static
    Class me = MiMiRJUNavigationBar.class;
    for(int i = 0; i < pageImages.length; i++)
    URL icon = me.getResource(imageDir + pageImages);
    if(icon != null)
    pageIcons[i] = new ImageIcon(icon);
    private ArrayList listeners = new ArrayList();
    private int target;
    private MiMiRJButton pageButtons[] = new MiMiRJButton[2];
    private String pageTooltips[] = {"Page back", "Page forward"};
    private int scrollRange = 10;
    * Creates a new MiMiRJUNavigationBar object.
    public MiMiRJUNavigationBar()
    super();
    addPageButtons();
    try
    jbInit();
    catch(Exception e)
    e.printStackTrace();
    private void jbInit()
    throws Exception
    this.setSize(new Dimension(400, 30));
    * Adds to the MiMiRJUNavigationListeners Collection.
    * @param mjunl The Object implementing the MiMiRJUNavigationListener Interface.
    public synchronized void addMiMiRJUNavigationListener(
    MiMiRJUNavigationListener mjunl
    listeners.add(mjunl);
    * Removes from the MiMiRJUNavigationListeners Collection.
    * @param mjunl The Object implementing the MiMiRJUNavigationListener Interface.
    public synchronized void removeMiMiRJUNavigationListener(
    MiMiRJUNavigationListener mjunl
    listeners.add(mjunl);
    * The action to act when an ActionEvent is triggered.
    * @param e The ActionEvent triggered.
    public void actionPerformed(ActionEvent e)
    super.actionPerformed(e);
    Object source = e.getSource();
    if(source instanceof MiMiRJButton)
    int key = ((MiMiRJButton)source).getKey();
    switch(key)
    case PAGE_FORWARD :
    scrollPage(true);
    break;
    case PAGE_BACKWARDS :
    scrollPage(false);
    break;
    default :}
    _updateButtonStates();
    else // Normal JButton in JUNavigator
    for(int i = 0; i < JUNavigationBar.BUTTON_EXECUTE; i++)
    if(source == super.getButton(i))
    target = i;
    break;
    fireMiMiRJUNavigationEvent();
    private synchronized void fireMiMiRJUNavigationEvent()
    MiMiRJUNavigationEvent mjune = new MiMiRJUNavigationEvent(this, target);
    Iterator i = listeners.iterator();
    while(i.hasNext())
    ((MiMiRJUNavigationListener)i.next()).navigationEvent(mjune);
    protected void addPageButtons()
    String buttons[] = {"pageBack", "pageForward"};
    for(int i = 0; i < buttons.length; i++)
    int unary = (i == 1)
    ? PAGE_FORWARD : PAGE_BACKWARDS;
    if(MiMiRJUNavigationBar.pageIcons[i] != null)
    pageButtons[i] =
    new MiMiRJButton(MiMiRJUNavigationBar.pageIcons[i], unary);
    else
    pageButtons[i] =
    new MiMiRJButton(MiMiRJUNavigationBar.pageImages[i], unary);
    pageButtons[i].setBorderPainted(false);
    pageButtons[i].setFocusPainted(false);
    pageButtons[i].setMargin(new Insets(0, 0, 0, 0));
    pageButtons[i].setBorder(
    BorderFactory.createLineBorder(java.awt.Color.lightGray, 0)
    pageButtons[i].setEnabled(false);
    pageButtons[i].setToolTipText(pageTooltips[i]);
    this.add(pageButtons[i]);
    pageButtons[i].addActionListener(this);
    _updateButtonStates();
    protected void _updateButtonStates()
    super._updateButtonStates();
    pageButtons[0].setEnabled(
    getButton(BUTTON_PREV).isEnabled() &&
    (getModel().getCurrentRowIndexInRange() >= scrollRange)
    pageButtons[1].setEnabled(
    getButton(BUTTON_NEXT).isEnabled() &&
    ((getModel().getCurrentRowIndexInRange() + scrollRange) < getModel()
    .getAllRowsInRange().length)
    * Sets the size - in rows - that the MiMiRJUNavigationBar will scroll
    * when the page buttons are pressed.
    * @param scrollRange The int number of rows to scroll.
    public void setScrollRange(final int scrollRange)
    this.scrollRange = scrollRange;
    * Returns the size - in rows - that the MiMiRJUNavigationBar will scroll
    * when the page buttons are pressed.
    * @return int The number of rows to scroll.
    public int getScrollRange()
    return scrollRange;
    protected void scrollPage(boolean forward)
    int direction = forward
    ? 1 : (-1);
    getModel().setCurrentRowIndexInRange(
    getModel().getCurrentRowIndexInRange() + (direction * scrollRange)

  • 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.

  • JDeveloper business component browser is very slow

    Hi everyone,
    A view that runs very fast -- 2 seconds -- through SQL Developer takes an extremely long time -- several minutes -- when using the business component browser in JDeveloper. Any suggestions would be appreciated as I am a newbie with JDeveloper.
    Here is the WHERE clause:
    WHERE b_id = :pBId -- Integer
    AND o_id = :pOId -- Integer
    AND (((TO_CHAR(TO_TIMESTAMP(LinesVEO.ENDING_DATE), 'yyyy-mm-dd') = :pEndingDate))) -- String
    Thanks.
    James

    Hi Shay,
    Done...the query in the output looks like the query that I am running in SQL Developer (which runs very fast).
    WHERE b_id = :pBId -- Integer
    AND o_id = :pOId -- Integer
    AND (((TO_CHAR(TO_TIMESTAMP(LinesVEO.ENDING_DATE), 'yyyy-mm-dd') = :pEndingDate))) -- String
    AND LinesVEO.ENDING_DATE = :pEndingDate
    Changing the date condition significantly changed the performance -- a minute is much better than several minutes. But, I would like to get it to a few seconds if possible.
    What should I do next?

  • Business Component Browser in 11g

    Hi,
    Any one knows why the Business Component Browser disappeared in 11g preview.
    Thanks.
    Ivan

    Hi,
    I found that it should be clicking the Run.
    Ivan

  • Business Component Browser dies when using bind parameter

    Hi,
    I'm using JDeveloper 11.1.1.0.2 on Windows XP
    When I start the Business Component Browser and open a ViewObject using a bind parameter, causing to query more than one row, CPU goes to 100%
    Half the time I get an java.lang.OutOfMemoryError: Java heap space
    The table I use containts only 100 rows...
    Is this a bug perhaps?
    Greetings,
    HJH

    same here . . .
    any others?

Maybe you are looking for

  • Flash CS4 slow opening file

    The index page of my website contains an swf initially created in 2003 and modified many times since. Every version of Flash has opened this file immediately, within 5 seconds. CS4, however, takes seven minutes to open or save it. I have opened a cas

  • Exporting unicode characters to PDF using JRC not working.

    We have a requirement to support unicode characters (Russian) in our reports. We are using the JRC with the R2 release. When I view the report in the viewer, the characters are correct, but when I export to PDF, they show as ???'s. Is this a bug? Whe

  • Third party scenrio

    Hi Guru, I got the two requirements i am not able to fulfill both the requirement. Both the requirements which is related with third party 1. In case of "Third party scenario" Company can only bill to the customer if Invoice verification part is over

  • Whats happened to applescript runner app in 10.9

    My applescripts wont run under Mavericks because they are calling for Applescript Runner App which does not appear to exist in 10.9. How do you call a script from within a script without this ?

  • Servicegen for stateless session EJB

    I've run into some minor trouble when I tried to generate web services for some stateless session EJBs with the servicegen Ant method. Note that expandMethods has been set to True. It appears that the generated web-services.xml file contains methods