Enhance Req: Business Components Browser close data viewer

Hi JDev team
Regards the Business Components Browser in JDev 11g TP with an open data viewer. To close the data viewer you need to right click on the tab then select Close.
Can you raise an enhancement request please for a 1 click close facility, such as floating the mouse over the tab, an X button appearing in the right side of the tab, which with 1 click closes the tab.
Thanks,
CM.

Filed ER# 6121756
Thanks

Similar Messages

  • Integrating ADF Business Components from heterogenous data sources

    Hi all,
    has anybody experience in integrating ADF Business Components from heterogenous data sources like ViewObjects from a DB2 database as LOV in a ViewObject from a Oracle 11g?
    What is the best practice approach to integrate such different ADF Business Components in declarative and programmatic ways?
    Thank you!

    thank you for the answer! We already updated out BC according to http://www.oracle.com/technetwork/developer-tools/jdev/multidatabaseapp-085183.html
    The DB2 ViewObjects are exported as ADF Libraries and imported in the BC of the project with Oracle DB ViewObjects. In the root AM I created instances from the imported DB2-ViewObjects as well as from the Oracle-ViewObjects, but when I start AM test environment it takes the preconfigured Data Source of the root AM. So I probably will pesneed to create two AMs for the different ViewObject types and for the two connection types. My question is what will be best practices to use data from the DB2-VO of AM_DB2 in the OracleDB-VOs as part of AM_Oracle? Should it be done only programmatically or can it be done also declaratively and any suggestions how to proceed?
    Thank you!
    Edited by: nbo on Jun 3, 2012 2:53 AM

  • How to Test a View Object Using the Business Components Browser

    Hi,
    I have created an application in Jdeveloper. Now I want to test its module. I am unable to find Oracle Business Component Browser Window. Please help me from where I can find it?.
    Regards,
    Farooq

    check this pics.
    http://www.4shared.com/photo/nqsBsWR5/100_1_.html
    http://www.4shared.com/photo/tSdV1Sqc/101.html
    for more info check this
    http://st-curriculum.oracle.com/obe/jdev/obe11jdev/ps1/ria_application/developriaapplication_long.htm
    http://st-curriculum.oracle.com/obe/jdev/obe11jdev/ps1/adfbc_new_features/adfbc.html
    Edited by: subu123 on Aug 23, 2011 12:19 AM

  • Business components based on Oracle views

    I am trying to create business component objects in a master-detail relationship based on Oracle views rather than on the underlying tables. The wizard does not create associations or links since the views have no foreign keys. I created the associations and links myself, but I am unable to add them to the data model. I am using the beta v5.0, but I had the same problem in v3.23. Can anyone help?
    Thanx in advance
    null

    Here are the steps I just tried with JDevi 9i Beta:
    [list]
    [*]SQLPLUS SCOTT/TIGER
    [*]CREATE VIEW DEPT_VIEW AS SELECT * FROM DEPT;
    [*]CREATE VIEW EMP_VIEW AS SELECT * FROM EMP
    [*]On my workspace: Right-mouse / New / Empty Project
    [*]On my new project: Right-mouse / New Business Components...
    [*]Next, to the connection panel
    [*]Set the connection, and next
    [*]Pick a package name and next
    [*]Tick the [x] Views checkbox, and select EMP_VIEW and DEPT_VIEW
    [*]Uncheck the "View Objects and View Links" box, since we don't want these created automatically.
    [*]Click (Finish)
    [*]In navigator, select my "DeptView" entity and edit it (the view is called "DeptViewView").
    [*]Click on the "Attributes" tab
    [*]Select "Rowid" in the attribute list
    [*]Click the (Remove) button
    [*]Select the "Attribute Settings" tab, and select the "Deptno" attribute.
    [*]Check the [x] Primary Key checkbox for "Deptno"
    [*]Click (Ok).
    [*]Repeat steps above on "EmpView" entity to remove Rowid attribute and make "Empno" attribute the primary key. (NOTE: Since views don't have constraints, we couldn't detect the primary key constraint, so we default the ROWID to be the primary key in the wizard).
    [*]In navigator, select my "DeptView" entity, and right-mouse / New Association...
    [*]Using the wizard I create a association based on the "Deptno" attribute, and with a 1 to many cardinality.
    [*]I right-mouse on "DeptView" entity and select New Default View Object... to create the "DeptViewView" view object.
    [*]I right-mouse on "EmpView" entity and select New Default View Object... to create the "EmpViewView" view object.
    [*]I right-mouse on the DeptViewView view object and select New View Link...
    [*]I create a new view link between DeptViewView and EmpViewView
    [*]On the "Source Attributes" panel, I select the "Dept2Emp" association I created above, and click the ">" to shuttle it to the selected list.
    [*]Click next and notice that by selecting the association, it automatically picked the right attributes for both sides for the view link automatically.
    [*]click next, then (Finish)
    [*]I right-mouse on my package and select New Application Module...
    [*]On the datamodel panel, I see a tree view of "Available View Objects like this:
    + Project 3
    |
    +---[-] Package3
    |
    +---[SQL] DeptViewView
    | |
    | +--[SQL] EmpViewView via MyViewLink
    |
    +---[SQL] EmpViewView[*]I select DeptViewView in the available list and click ">" to shuttle it to the selected list in my data model
    [*]In the SELECTED list, I select the DeptViewView that I just added, to make it the current view in the selected list.
    [*]Back in the available list, I select the "EmpViewView via MyViewLink" and shuttled it to the selected list as a detail of the current view in the selected list.
    [*]I click finish
    [*]I right-mouse on my AppModule and select "Test..." to build and test my appmodule.
    [*]I click (Connect) on the tester start page
    [*]In the tester, I right mouse on "MyViewLink" and select "Show".
    [list]
    After these steps, I see data correctly.
    null

  • No Edit Command in Photo Browser or Date View

    I am seeking to edit the contact book. There is suppose to be and "Edit" choice in the Photo Browser / Date View. However, this choice does not exist for me. I'm thinking that this is suppose to be a drop down menu choice. And am wondering if the program didn't fully install. At the top all I have is the pse icon, the welcome screen icon, then it jumps to "Sign in" "Join Now", "Undo," "Display", and "Editor."

    The Organizers menu bar (File, Edit, etc.) wont show if your display is set in Windows to a DPI (dots per inch) larger than 96.
    You will have to change the DPI to 96.
    Refer to: http://kb.adobe.com/selfservice/viewContent.do?externalId=kb402728&sliceId=2

  • 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

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

  • 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 to use an existing data model using Business Components in OEPE

    I am a beginner in ADF. I am working on a project with an existing data model that uses Business Components (EO, VO and AM). I know that OEPE does not handle the creation of BC, so if I want to modify them, I will have to do that in JDev. That's fine.
    OEPE can create pages with drag and drop like in JDev. In my eclipse ADF projects, I would like to use the existing BC, to be able to use the bindings with ADF Faces. So far I have nothing in the Data Controls tab.
    How to import the BC into the Data Controls tab?
    JDev 11.1.1.6
    WLS 10.3.6
    Eclipse Kepler

    We currently don't support DataControls based on the ADF BC technology. We will consider such support if there is a strong interest in that use case.
    Independent of the IDE's you use, there are ways to expose services based on ADF BC that can then be consumed by the view layer. A Google search will point you to some of the approaches.
    HTH. Thanks for your interest in OEPE.

  • Enhancement of Business Partner (Relationships) using BDT -Bus Data Toolset

    Dear Experts,
    I have a requirement from my customer enhancing the Business Partner Relationships using BDT.
    I should add 2 fields namely salary, employer start date in the Business partner Relationships, it must be added in the characteristics of relationships as one employee can have multiple employers and vice versa.
    If I would like to add the fields in Business Relationships using BDT, are the steps same as adding fields in business partner? or do we need to perform any other steps? Did someone already did this type of modification, please provide your suggestions.
    After adding the fields is it possible to cusomize the fields for history of the changes? e.g. if salary field has been newly added and after creating a BP after some days I want to change the salary and for the changed salary I want to have a history.
    I would appreciate if you can help me with your suggestions.
    Many thanks and best regards,
    Afroz

    Solved the problem Using EEWB.

  • Business Components and Database Views - Trouble Creating

    I am trying to create a business component that contains a View that I created in my database. When I get to the fnnal step of creating the business component and it begins to generate the XML and Java code, it bombs out and says that the view object does not support ROWID. I just need to select only GridControl of this view.
    Any suggestions/help would be appreciated. I could not find any info in the JDeveloper help.
    null

    Some options:
    [list]
    [*]Create the entity using the Entity Wizard instead of reverse engineering it from a table. In the entity wizard you can specify the table/view name, then indicate which attribute should function as the primary key.
    [*]Don't bother creating an entity object for this view. You can just create a view object with an "expert mode" query that selects against your database view. It does not need an entity object. Note, however, that without an associated entity you won't get "uniquing" of entity level values, so if another view object being used by the same use changes the data that this grid is showing, the updates won't be automatically synchronized if you go this route.
    [list]

  • How to load data from XML DOM into tables using Business Components

    <p>
    Hi,
    </p>
    <p>
    I need to upload XML file (it&#39;s not a problem) an load data (DOM tree) from this file into relationan tables. This filelooks like this:
    </p>
    <p>
    <font face="courier new,courier" size="2">&lt;Departments&gt;
       &lt;Department&gt;
          &lt;DepartmentName&gt;OPERATIONS&lt;/DepartmentName&gt;
          &lt;Localization&gt;BOSTON&lt;/Localization&gt;
          &lt;Employees&gt;
             &lt;Employee&gt;
                &lt;LastName&gt;TURNER&lt;/LastName&gt;
                &lt;Job&gt;SALESMAN&lt;/Job&gt;
                &lt;Manager&gt;7698&lt;/Manager&gt;
                &lt;HireDate&gt;1981-09-08&lt;/HireDate&gt;
                &lt;Salary&gt;1500&lt;/Salary&gt;
                &lt;Commerce&gt;0&lt;/Commerce&gt;
             &lt;/Employee&gt;
          &lt;/Employees&gt;
       &lt;/Department&gt;
    &lt;/Departments&gt;</font>
    </p>
    <p>
    Is there any Business Components support to obtain this ? What about primary and foreign keys values (there is no in XML file). How to place this XML data in appropriate tables ?
    </p>
    <p>
    Kuba 
    </p>

    Pl post details of exact OS and database versions, along with a sample of the XML file and description of the tables. What have you tried so far ?
    http://docs.oracle.com/cd/E11882_01/server.112/e22490/ldr_control_file.htm#i1005614
    HTH
    Srini

  • Business Components Data Tags Library Concern

    I am in process of upgrading our application from 9.0.2 to 9.0.5. I noticed many notes in the documentation to use ADF UIX when designing new pages.
    Is the Business Components Data Tags Library still supported? Is it still available in 10.1.2? Are there plans to de-support or deprecate these tags.

    Check out this document http://www.oracle.com/technology/products/jdev/collateral/others/desupport10g.html
    You don't need to do JSP development with UIX though, in JDeveloper 10g we use expression language to bind the JSP to the BC4J (now called ADF BC) layer.
    Check out for example this online demo:
    http://www.oracle.com/technology/products/jdev/collateral/papers/10g/reviewer/viewlets/reviewer_jsp_viewlet_swf.html

  • Business Components Data Form

    I still seem to have a problem when using trying to use the Wizard to create a Dataform.
    Eg. I have a brand new project, goto "File" menu, select "New" and then select "Business Components Data Form" and i get this message:
    "No Business Component Application
    modules found in this JDeveloper workspace. There is not enough informaion to create a Business Components Data Form."
    Anyone know what im doing wrong ? Ive used the online help, but that didnt help me :)
    Im open to suggestions
    Cheers

    Try using -
    1- File/new .jws
    2-File/new project
    3- New project-application
    4- Application wizard-info bus data form
    5- select options-as you wish
    6- save and run
    Thanks
    Vinay
    null

Maybe you are looking for

  • Can I download two different itunes accts on the same computer

    Can I downloan two different Itunes accounts on the same computer under different users???  I have 3 Iphones and they don't want to share an itunes acct.

  • CProjects - Define new value in urgency field

    Hi All, I have a cProject & has few resources also. And now i need to fill the urgency field with some pre defined values. Right now i can see 4 values here under drop down list & i want to change these description with our own description. How can i

  • Can not get my URL to work in AS3 – plz help.

    I have 3 movie clips that each have a button nested within. I need to make this button an active URL link to a web page. I can't seem to get it to work. EXAMPLE: The first movie clip name is: myBalzacMC The button nested within this particular MC is:

  • Mail option is missing from share menu

    "Mail" is missing from the share menu. When I go to the Extensions preferences in the System Preferences it is checked buy also grayed out. On Apple.Com it clearly shows in the example that Mail is present in the Share dropdown menu. I verified that

  • Jumbo Frames support on G4 Powerbook 1.67Ghz??

    Hi - I have purchased a Thecus Nas and a gigabit switch, both support Jumbo frames. I want to use the NAS to stream video and hoped I could enable Jumbo Frames on all network devices. On my Powerbook internal NIC the Jumbo frames option is greyed out