Jdeveloper Data Controls Missing

I have installed jdevstudio11116install.exe ( Oracle jDevloper Release 1 ) in my windows machine
I have opened few of my existing workspaces from the Jdev. i could not see any of the data controls section . i have checked in the Am , there are some data models added to it .
why is this behaviour ?

My existing workspaces were created using jdevstudio11115install.exe. actually i found the same behaviour in that version also . so then i tried installing jdevstudio11116install.exe and opened workspaces created using jdevstudio11115install.exe.
Moreover i tried creating new workspaces with jdevstudio11116install.exe still the same behaviour.. sorry i do not know the version number for the previous jdev i used,so i am mentioning the exe name.

Similar Messages

  • Data Controls Missing From View Controller Tab

    Good Afternoon,
    I have researched for hours over the internet and this forum but have not found an answer. My problem is this:
    I am using JDeveloper Studio Edition Version 11.1.2.1.0. In my ViewController project no Data Controls are displayed in the Data Controls tab. No matter what I do they are not coming back. I have refreshed, closed, and re-deployed multiple times (As well as multiple other attempts!). I also checked the DataBindings.cpx file. I have been having this problem for DAYS.
    When I try to run my page I get the following exception:
    Error processing viewId: /home URI: /WEB-INF/pages/home.jspx actual-URI: /fragments/myTask/myTaskEdit.jsff.
    oracle.jbo.NoObjException: JBO-25003: Object TaskAMDataControl of type DataControl is not found.
    Does anyone know what to do to have the DataControls display in the Data Controls tab of the View Controller again?
    Kind Regards
    n0vice

    n0vice, is the model project holding the TaskAMDataControl part of the same workspace?
    If yes, open the viewControllers project properties and select the 'dependencies' node. There you should see the model jpr file in the 'dependend projects or archives' section. If not click the pencil and add it.
    Timo

  • [SOLVED] JDeveloper 11g Data Controls Accordion Missing

    Hello all, this is my first post in the forums. I am following the JDeveloper 11g tutorial found here:
    http://www.oracle.com/technology/obe/obe11jdev/11/rich_client/adfrichclient.htm
    However, once I get to the section "ADF Table Component and ADF Binding" step 2 tells me to open my Data Control Accordion in the Application Navigator, which I cannot find. In JDeveloper 10g you could easily open it via View | Data Control Palette (if I am not mistaken).
    Inside the Application Navigator the only accordions I see are, "Projects", "Application Resources", and "Recently Opened Files". Also note that I am using the "Default Role" schema.
    Message was edited by:
    kabronkline

    Shay I apologize for the mistake, I think your link is incorrect; however, I've found the correct forum at:
    JDeveloper and OC4J 11g Technology Preview
    You were right about this problem, I had initially started JDeveloper 11g in "Java EE" role. Eventually I changed it to "Default" role on my own via Tools | Preferences | Roles - this apparently is what caused my problem.
    Being on a *nix machine I followed your instructions and ran the following command:
    <jdev_home>/jdev/bin/jdev -su
    I was prompted for role selection and user migration and it gave me a fresh start. I can now see my Data Controls Accordion. Big thanks!

  • JDeveloper - ADF Mobile - Web Services Data Control

    Hello,
    I'm new to ADF mobile (newer than ADF mobile itself :) I watched Shay's excellent you tube videos which makes it look really easy to create a mobile projects. I was successfully able to create a simple project and deploy it on my iphone and ipad. The next step is to get data from a web service. I am trying to create web service data control from this wsdl: http://msrmaps.com/TerraService2.asmx?wsdl.
    However I keep getting an unusual error with a dialog of heading: "Invalid WSDL URL" and the dialog says: "oracle/adfinternal/model/adapter/webservice/utils/WSUtils$DefaultAuthPrompter" with an OK button. I tried quite a few things and other applications like Flex Builder and Soap UI and was able to successfully use this wsdl: http://msrmaps.com/TerraService2.asmx?wsdl.
    A few things about my environment:
    I am working on mac OS X 10.8.2
    I have JDeveloper Studio Edition Version 11.1.2.3.0 (Build JDEVADF_11.1.2.3.0_GENERIC_120914.0223.6276.1)
    Java version installed: 1.6.0_37
    I'm at a loss here and not sure what am I missing? I tried googling "DefaultAuthPrompter" and nothing shows up.
    Any help is much appreciated.
    thanks,
    Rahul

    Hi Arun,
    I'm not behind a firewall and access the wsdl directly. I can also use other applications to generate proxy classes from this wsdl url.
    I am starting to wonder if there is missing library on my mac installation of Jdeveloper?
    Rahul

  • JDeveloper - create csv data control adapter

    Oracle 10.1.3.4
    Following tutorial of creating data control adapter. I can see the csv file in my System Navigator but 1) can't right click to select Create Data Control AND 2) can't drag and drop csv to data control pallete. According to oracle's documentation a simple CSV data control adapter ships with JDeveloper. I can see the contents of the csv and view data in JDeveloper but can't right click on csv file to get menu 'Create data control adapter'. My goal in making the adapter will allow me to use the csv as data source to create search form and then make local table for other forms.
    Therefore, proceeded with following directions:
    1) created dapter-definition.xml, extension.xml then added library files to properties and followed instructions to copy files in specific directories after creating jar file containing specific files but can't locate directory oracle/adfinternal/model/adapter/sample... for several of the needed files. Attempted to make directories with needed classes so references are not blank, not working or something missing.
    In attempt to work around, located another oracle jar file that contains looks to be similiar CSV Handler$1.class, CSVHandler.class, CSVParser.class, but can't find SampleDataControl.class, SampleDCAdapter.class and SampleDCDef.class? As a result, copied code from tutorial and it's still not allowing me to right click on a this node type (CSV) and select Create Data Control.
    Please advise!!

    Thank you so much for your reply! =)
    To answer your question, I was trying to create a new adapter because I couldn't find how to use an exising one. Sure, I'll try using the existing one as it looks like this wizard will allow me to use my spreadsheet or it can be a xml file. But note this file is local, located on my hard drive. I suppose I could move it to the server if I have to. Is there a way to do this with a local file?
    Thanks again Frank

  • Using WebCenter Spaces Web Service API through JDeveloper's Data Control

    Hi,
    I'm trying to access WebCenter Spaces Web Service API (located at http://host:port/webcenter/SpacesWebService)
    using JDeveloper's Web Center Data Control.
    I created a data control in my portal project using JDeveloper's Web Service Data Control wizard.
    I also created and configured key stores (jps-config.xml) at both sides (spaces server and my portal client).
    How I created a data control:
    * First I entered the name and the URL (http://host:port/webcenter/SpacesWebService?WSDL)
    * Then I entered HTTP basic authentication details (user name and password)
    * After that I drag-and-drop the getGroupSpaces() method from the data control to a .jspx page as a ADF read-only table.
    * Then ran my portal project and navigated to this .jspx page and it worked. List of group spaces appeared well on that page.
    The problem is that I got only public group spaces and group spaces created by the user I entered on HTTP basic authentication details.
    I makes no sense to enter some static user details in a web service client (or a data control).
    So the question is; can I use identity propagation to get only group spaces created by the same user which I logged in my portal?
    Edited by: 832886 on Feb 18, 2011 3:09 AM

    Hi,
    You generally get NameError when you are executing the createCred/updateCred from a incorrect location. Are you using the wlst from oracle_common\common\bin?
    Also, In your steps I don't see what you did to populate the walllet at JDeveloper end after your updateCred failed. This is a required step. Use the wlst from the location emntioned above and you should be able to proceed.
    Thanks,
    Vishal

  • Problems to create data control in JDeveloper 11g

    Hi everybody , I´m having problems to use Data Control in Jdev 11 , I create an jpa , and with my entities I create the data control component , but when I try to create a JSF page I can´t use data control, where is data control component palette ?

    Please post JDev 11 questions on the JDev 11 forum
    JDeveloper and OC4J 11g Technology Preview
    Follow this tutorial to see the data control palette for EJB/JPA
    http://www.oracle.com/technology/obe/obe11jdev/11/ejb/ejb.html
    Here is how it will look like:
    http://www.oracle.com/technology/obe/obe11jdev/11/ejb/images/t50105.gif

  • Jdeveloper Data Source control and xml file

    Hi
    I was wundering if Jdeveloper can parse a xml file and and show the results in a grid for a xml file just like the webservice control.
    like here
    http://www.oracle.com/technology/obe/obe11jdev/11/wsdc/wsdc.htm
    regards

    If I'm understanding what you are aiming for then the URL Data Control can do this for XML files if you provide the XML Schema for them.
    See this sample:
    http://www.oracle.com/technology/products/jdev/howtos/urldatacontrol/urldatacontrol.html

  • Web Service Data Control option doesn't exist in JDeveloper

    I have tried to find similar question but have not;
    I am using JDeveloper 10.1.2.1 - after selecting Business Tier from a New Gallery dialog box, and then selecting Web Services, I am expecting to see the option "Web Service Data Control" but it doesn't exist. The only 2 options I see are "SOAP Server Connection" and "UDDI Registry Connection". Any ideas why I am not seeing this option. I tried installing the 11.1.2.1 JDeveloper but I see the same choices there too. Any guidance or ideas would be very much appreciated.

    Thanks for the quick response. That was way to easy - I just didn't see that option. Thank you very much for pointing it out.
    FYI - This worked on the 11.1.2.1 install but not on the ver10 install. As long as it works on one of them I am off and running. Thanks again.

  • Using the Edit definition feature for data controls in Jdeveloper 11g

    Hello,
    I am using Jdeveloper 11g 11.1.2.3.0.
    I have some data controls used in my application. Initially they were pointing to lab now it has been changed to development.
    I need to change the wsdl urls' for each data controls. I used edit definition feature in each data controls and copy pasted the new urls. But this does not seem to work.
    Is this the right way of doing it or is there any other way to accomplish this?
    Thanks in advance,
    Sal

    Hi,
    choose Application Resources (iAccordion in Application Navigator) --> ADF META-INF --> Open and Change connections.xml
    Frank

  • Data controls tab missing

    Hi all,
    In my IDE 11.1.1.2.0 data control tab is missing very often. I need to reinstall IDE or dig in preferences.xml files, what not always helps. Does anybody know any easy way to restore missing data controls tab and also to make it missing not so often?
    Thanks,
    SNikiforov

    I haven't encountered such a problem before - does this happen after some crash?
    One thing that might be simpler is to delete just the system11.1.1.2.36.55.36\o.ide sub directory instead of the whole system directory.

  • Create data control button missing from menu

    I'm using Jdeveloper 11.1.2
    1. I create a new Application
    2. create a new JavaClass under viewController
    3. right click the class
    and...
    I can't find the create data control button and create webservice button
    I do the same operation on another computer , it appears !
    why ?
    is ther any settings I need to turn ?

    If you do not bother about loosing your current IDE preferences then close/kill jdev and try deleting the jdev system directory. Start jdev again.
    Refer http://tompeez.wordpress.com/tag/system-folder/

  • Can't fnd Data Controls in jdeveloper studio

    Here is my problem. I can't find Data Controls Accordion in jDeveloper studio. I red some body's reply about this subject and was trying to do what he was telling me to. What he suggests to solve the proble is just to delete
    "oracle.security.jps.config     /C:/Users/Adam/AppData/Roaming/JDeveloper/system11.1.1.3.37.56.60/DefaultDomain/config/fmwconfig/jps-config-jse.xml" . But, first of all, I can't even find "AppData/Roaming/JDeveloper/system11.1.1.3.37.56.60/DefaultDomain/config/fmwconfig/jps-config-jse.xml" sub directory in my computer. May be it could be hidden for some reason.
    Can any body help me how to access this sub directory. By the way my operating system is windows Vista.

    I was having a problem where the Data Controls panel and the Recently Opened Files panel were not displayed in the Application navigation area. To fix the problem, I went to the Tools -> Preferences... area, selected Roles, and changed the Role from Default Role to Java EE Edition. Then I restarted JDeveloper. Still there were no Data Controls and Recently Opened Files panels. So, I went back to the Tools -> Preferences... area, selected Roles, and changed the Role from Java EE Edition back to Default Role. Then I restarted JDeveloper and the Data Controls and Recently Opened Files panels are now visible.
    This is JDeveloper11g Release 1 (11.1.1.3.0) running on Linux.
    Edited by: 796869 on Sep 23, 2010 9:20 AM

  • Missing Data Controls

    Hi,
    I've been following the OBE "Building a Web Application..." at this link http://www.oracle.com/technology/obe/obe11jdev/11/ejb/ejb.html
    I am up to creating a master-detail page and when browsing the Data Controls panel, I have nothing listed. Anyone know how to see the data controls ?
    Thanks,
    Ben

    Ben --
    Just to be sure... did you do this step? This is what should add your EJB to the Data Controls panel.
    12.      We are now going to expose the EJB as a data control for the Oracle ADF framework. This will simplify the way that we can bind user interfaces to the EJB. To learn more about the ADF Framework visit:
    http://oracle.com/technology/products/adf
    Right-click the HRFacadeBean node in the Application Navigator and select Create Data Controls from context.
    -- Brian

  • Web Service Data Control ADF

    Hi,
    I am trying to create an application using Web service Data control in Jdeveloper 11g TP4. This web servcie returns complex data type: that is an object.
    while creating data control using wizard : Web service Data control, I am able to get the data control having input patrameter and return object and on exapnding that in data control palette I am able to get all atrribute of that objects.
    Data control Palette:
    operation : viewRequest(String)
    Parameter
    REQID
    Return
    viewrequest_result
    ReqID
    Product Code
    Quantity
    Price
    I have created a simple JSF form by draging and droping the components fron Data control palette. There are two problems that I am facing while running the application:
    1. Getting NullPointerException for the input parameter stating that input parameter can not be null: Error while building SOAP request
    oracle.adfinternal.model.adapter.webservice.provider.soap.SOAPProvider setParameters
    Value for parameter 'USRID' cannot be null
    2. Setting that parameter with a default value I am able to call the web servcie and web service is successfully get invoked too and returns the response but the problem is that on Jdeveloper JSF screen it is not showing the output. I have created a read only form by dragging and dropping the return parameter from Data control palette. Even though the reponse is not getting dispalyed.
    Do i need to do anything more or I am missing any step. I have referrrd the link http://www.oracle.com/technology/products/jdev/howtos/1013/wsadf/adfcomplexwstypes.html : stating the complex return type handling in Jdeveloper 10.3. Do I need to create a Java Bean for the complex type even though data control is having all object attribute of complex data type.
    Thanks in advance.

    Please make sure that the service's return strcture follows the same strutre as described in the WSDL file. In almost all of the cases like this, I found that service returns doesn't exactly match the structure definition. In that case the WSDC fails to parse the output the way it's told to and the EL used in the pages will fetch nothing, hence a black page shows up.

Maybe you are looking for

  • HP printer 5514 and two sided printing.

    I have the HP photosmart 5514 printer and I think it will do two sided printing, but how do you get it to do that?? This question was solved. View Solution.

  • I am having a problem with the shutdown need help....

    When I shutdown my computer I get a message saying that I had to shut my computer down even though I was, here is the report, can anyone help me? I don't have the protection plan anymore it ended a year ago..... Interval Since Last Panic Report:  249

  • Can't see .swf files in CS3

    i've read quite a few postings on this topic but none of the fixes seem to work. after upgrading to CS3 from CS2, all of my embeded .swf files have disappeared from the web. to be clear, i have the .js files and folders all on the remote site, the .s

  • Hosting an IWeb site... and Other Q's

    Hey all! I'm about to start a small business in my town and i've played around with iweb before, and like many of the things you can do with it. I have a couple questions that i hope you guys can help me with... 1) * Biggest one - Does I web allow yo

  • Calling another systems WD application in NWBC

    Hi experts, here at the customer side we're using SAP SRM 7.02 with NWBC (no portal). We've got the requirement to perform sanctioned party list screenings, which is basically a SAP GTS application, but integrate that into SRM as much as possible. Th