About forum - jdeveloper-adf  part

hi admin groups,
yesterday i h've been noticed strange behaviour in forum.
how can i say...?
yes start from here... the forums has some navigation part like previous 1 2 3 4 5 6 7 8 9 10 next
when i navigate to the 10 part. and find a thread there is no replies in other words Replies column is show's 0.
so pick that thread and make it a reply to questionarie. regarding his/her question.
obviously, thread pushed up that doesnt it matter.
thing is : after the thread bumped up, when i saw the thread before me, two peoples replied to that question. check that date and time it shows two days before itself they replied.
but at first time i didnt saw the replies and the replies also count 0.
so matter is :i dont want to duplicate the answer. (i.e) last person and mine answer moreover similiar..
Is forums has any refreshment problem.?
thanks&&regards
adf7.

Haven't seen anything like that, but it sounds like some forum replicant node is lazy - what part of the world are you in? When you have problems like this, check https://forums.oracle.com/ECVtest.html
I just got:
Oracle Forums is available
Your requests are being served by acmsmtv1026.oracle.com And for the last couple of hours, it's been terrible. I think that is the same node that was giving trouble a while ago.

Similar Messages

  • JDeveloper, ADF, lack of support and bleak future

    Hi,
    I'm a seasoned Java and .NET developer, used to many environments and frameworks. A happy user of Oracle databases.
    For a very Oracle oriented client I started with a team of developer a project using JDeveloper (no choice). After 4 months of using JDeveloper, ADF to build web sites, here are some thoughts I would like to share. This remarks only focus on that products, because I have a lot of respect for the Oracle databases and had a lot of success with them.
    I am starting to get depressed about the very few blogs (most from Oracle) talking about JDeveloper and ADF, the lack of books, and the Oracle forums.
    Moreover, most of the time you never get an answer to your problems, sometimes untested not working 'solutions', and a very very few times a working solution. Help is sparse, the community is missing.
    If Oracle wants to promote its framework, it has to boost the number of tutorials, examples and support.
    Googling about ADF is most of the time a non sense since you always land on the same 3 blogs and the Oracle forums.
    Proof of non use by the community ?
    If you try on www.indeed.com to find statistics about JDeveloper or ADF jobs you get another frightening proof.
    Sometimes you find a piece of code or a tutorial that may help, but you realize it works only on some specific release of JDeveloper.
    What makes me angry is when you ask why your code works on the x.x.x.x version but not the newest version, and the only answer you get is stay with x.x.x.x version (I won't bother to fix your 10 lines or code or even give you a direction to do it (maybe coz I don't understand myself were the breaking changes are)).
    JDeveloper is damn too slow ? You should have a dual-core and at least 2 Go of memory, you poor thing ! Is Java for rich people ?
    Debuging is a nightmare. Compared to Eclipse or others it is not practical at all.
    I'm happy when I can create a few pages drag and dropping controls. Business components are also a good thing. It speeds up my development. But since development is not just UI and generating business components, I lose a lot of time every time I want to write code, every time I do something "exotic" it becomes a pain in the ass.
    My problem here is that the architecture and JDeveloper constraint the developer a lot. I don't even talk about the fact that everything is only Oracle database oriented (openess ?). Even changing your page layout is a pain. Positioning controls is non trivial. As a whole, I would say that this whole thing imposes you to adapt to it, it doesn't adapt to you and your way of working.
    Most results I saw look like the Oracle websites.
    I could go on about the various bugs and problems that plague JDeveloper. Like the refactoring (when usable) that leave old and annoying stuff in your model XML, like the bugs in the diagrams, like problems related to auto-binding on the page and manually changing controls ID, various synchronization problems between pages and backing beans, adding upload is a mess, OrdDomain types are buggy, regions doesn't work well in the designer, and so on...
    My point is that I feel the whole thing is not mature. And Oracle seems to fix some issues with the release of JHeadStart. Sometimes you fix things by integrating JHeadStart stuff. JHeadStart is probably a great thing and a time saver if you don't do too much "exotic" screens and code, but does it means that JDeveloper+ADF and classic development becomes a second class citizen ?
    This is sad, since the ADF framework and JDeveloper look good and are worth of a more widespread usage. But marketing and support are way way far behind other commercial and open-source solutions. When I see what is planned for JDeveloper 11 and I compare it to others (Java or not). When I look at the developers needs and expectations, I feel we are losing the race.
    Maybe Oracle would like to hand over some of the framework to the community, but my feeling is that the community is already commited on other exciting and less constraining frameworks and tool, and this community may well work in a way that doesn't fit Oracle vision. Future will tell.
    Cheers.

    Hi,
    thanks for the detailed comment. I appreciate the time you spent writing this up as this helps to improve the product. Below is a first - quick and brief response to some of your statements.
    ... for documentation and tutorials
    http://www.oracle.com/technology/products/adf/learnadf.html
    Especially the ADF Developer Guide for 4 GL developers earns a lot of praise among J2EE developers.
    http://download.oracle.com/docs/html/B25947_01/toc.htm
    ... for books
    http://www.oracle.com/technology/tech/java/jsf.html
    Sometimes you find a piece of code or a tutorial that may help, but you realize it works only on some specific release of JDeveloper. What makes me angry is when you ask why your code works on the x.x.x.x version but not the newest version, and the only answer you get is stay with x.x.x.x version
    Of course samples need to be created to some point in time with a specific version. We have SRDemo as our main - maintained - reference demo I suggest you download this sample from OTN using help--> check for updates. Note that SRDemo contains code solutions for most developer cases and also is available in 10.1.3.1
    I'm happy when I can create a few pages drag and dropping controls. Business components are also a good thing. It speeds up my development. But since development is not just UI and generating business components, I lose a lot of time every time I want to write code, every time I do something "exotic" it becomes a pain in the ***.
    What is exotic, and what are the questions you didn't get an answer for ? I see that this is your first posting on OTN, so I am wondering under which account you posted the other questions that did not get an answer.
    Googling about ADF is most of the time a non sense since you always land on the same 3 blogs and the Oracle forums. Proof of non use by the community ?
    Isn't OTN a community ? I don't think that we need another discussion forum and looking at OTN it appears very active.
    I don't even talk about the fact that everything is only Oracle database oriented (openess ?).
    Not true. Please prove your claim.
    Even changing your page layout is a pain. Positioning controls is non trivial. As a whole, I would say that this whole thing imposes you to adapt to it, it doesn't adapt to you and your way of working. Most results I saw look like the Oracle websites.
    Now you are barking up the wrong tree, blaming ADF for what is JavaServer Faces layouting. You don't have to use JSF but can go for JSP /Struts and/or Swing development. What is the view layer technology of your choice that allows you to do better layouting ?
    I could go on about the various bugs and problems that plague JDeveloper
    Yes, please post them all
    ... regions doesn't work well in the designer, and so on...
    Of course, because regions are not officially supported. JDeveloper 11 - I know you don't want to hear future - will have full templating (going far beyound of what facelets do) and region support
    My point is that I feel the whole thing is not mature. And Oracle seems to fix some issues with the release of JHeadStart.
    JHeadstart is a consulting offering and not meant to fix the product.
    ... but does it means that JDeveloper+ADF and classic development becomes a second class citizen ?
    No comment for this statement as it is based on a wrong observation
    This is sad, since the ADF framework and JDeveloper look good and are worth of a more widespread usage. But marketing and support are way way far behind other commercial and open-source solutions. When I see what is planned for JDeveloper 11 and I compare it to others (Java or not).
    Note that only a fraction of new features in JDeveloper 11 leaked out so far or have been mentioned in the recent statement of direction. JDeveloper has many more features that we don't yet promote because the software isn't available.
    Please note that we give ADF to the community. Its just we are not giving it to the open soutce community but the J2EE community (JSR-227)
    Frank

  • JDeveloper ADF on other webserver

    Hello,
    In terms of Technical setup, I have the following questions
    Can JDeveloper + ADF work on other webserver than Weblogic? If yes, which?
    What does ADF add to JDeveloper?

    For ADF Essentials you use the same JDeveloper version.
    Note that if you'll search on the Web and this forum you'll also find people who managed to run ADF on Tomcat, and parts of ADF on JBoss and other servers.
    So the list that Timo provided is the "official" supported and tested servers.

  • How to implement hierarchical structure of managers and reportees using jdeveloper adf

    I want to display hierarchical structure(which can be expanded and compressed) with 3 columns(Employeeid, fist Name,lastname) of managers and his reportees on selecting a top level manager.
    In this i'm going to use programmatic view objects.
    I have employees table.
    Here is my detailed requirement:
    On selecting a user from drop down list, i want to display the list of users reporting to him.
    From the displayed list on selecting a manager, list of users reporting to him has to be displayed in a tree format with the correspoding just being listed below the current selected manager
    Example :
    Top Manger  has been selected from dropdown and clicked submit.
    Output(a table as mentioned below):
    Manager1
    Manager2
    NonManager1
    Manger 3
    On clicking manager1,
    output:
    Manger 1
      Manger11
      Manasger12
      Nonmanager11
    Manger 2
    NonManger1
    Manger3
    on clicking manager1 again, tree has to be compressed and the output has to be just the same as first output.
    Please help me on this by sharing information or any references on how can i achieve this implementation using Jdeveloper adf concepts.
    Will be waiting for the inputs.
    Thank You,
    Dev

    Obviously, you can only display one picture.  So then the question becomes which picture to show.  Therefore, you will have to create some sort of preference of one pattern over another.
    I would use a FOR loop so that you can loop through your available patters and their possible results.  Use the Conditional Terminal on the FOR loop so that you can stop the loop on the first match.  Then you just wire up the selected value for the ring outside of the loop.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Regarding Timo Hahn blog: Handling images/files in ADF (Part 2)

    Hello All, specially Timo Hahn :).
    I am using Jdeveloper 11.1.2.3.0, ADF BC, ADF Faces, Windows 7.
    And I am trying to Handle image/files (download,upload,view for images) from database as explained in Timo's post
    http://tompeez.wordpress.com/2011/11/26/jdev11-1-2-1-0-handling-imagesfiles-in-adf-part-2/
    I installed the commons-io-2.4-bin.zip file, but I don't know how to add it to my view controller project.
    Any help is appreciated.

    Thank you,
    But I have one question. I am not expert in Java, but from my understanding the Library is a collection of jar files. So the file I installed is considered a library because it has jar 5 files.
    suppose I want to add the entire library to my project, can we do this:
    By the way I tried to do this by:
    1- double click the view controller project, select library and class path, click the Add Library button.
    2- From the Add Library Window, i clicked the new button.
    3- from the create library window I enter a name and i class path I select the folder contacting these jars and then press OK
    But this did not work for me, and get these errors
    Error(30,29):  package org.apache.commons.io does not exist
    Error(125,13):  cannot find variable IOUtils
    Error(157,13):  cannot find variable IOUtilsBut when I add a single jar to my project it works fine.
    So, is it possible to add the entire library to my project?

  • Database Lite and JDeveloper / ADF

    Hello,
    I'm planning to create a small application which will run on mobile PC in an off-line mode, having synchronization with master DB once connected to the proper network.
    The main architecture on the target PC may be :
    - Oracle Lite
    - GlassFish
    - ADF application
    I downloaded JDeveloper 11.1.1.3.0 and the latest version of Oracle Lite (10.3.0.3).
    I'm looking the tutorials but none of them are talking about the JDeveloper 11g version, they all speak about BC4J/OC4J. Since I'm new to Oracle's product I don't know these "products" (framework ?) and in the 11g version this seems to have disappeared.
    Are those versions compatible with each other ?
    Will the tutorial work ?
    Regards
    PS: the same thread is present on the JDeveloper forum

    The main thread will be the one on JDeveloper section :)
    ==> Database Lite and JDeveloper / ADF

  • Develop discussion forum in ADF

    JDeveloper 11.1.1.6.0
    Is this forum built in ADF?
    Or, how should I develop a discussion forum in ADF?
    Which all components I should use?

    WebCenter Portal may be used for Discussions.
    http://docs.oracle.com/cd/E29542_01/doc.1111/e27603/servtool_discuss.htm
    http://docs.oracle.com/cd/E15586_01/webcenter.1111/e10148/jpsdg_jive.htm
    http://docs.oracle.com/cd/E28280_01/webcenter.1111/e10149/discussions.htm

  • Have Comments about Windows 7? (Part 4 - Do not post questions in this thread)

    To all forum users:
    Please use this thread to note any comments that you have about Windows 7. Do not use this thread for any specific question or issue that you are having - it is just for comments or feedback. For questions/issues that require an answer, create a new thread.
    PLEASE DO NOT USE THIS THREAD TO DISCUSS WINDOWS 7 BETA OR WINDOWS 7 RC.
    This thread is a continuation from Have Comments about Windows 7? (Part 3).Windows Client IT Pro Audience Manager for Web Forums

    Here are important Windows 7 missing/broken features which were working in XP and some were working even in the broken Vista OS. I have tried since 2006 to bring these to the attention of various Windows feature teams through their blogs,
    forums, newsgroups, Windows 7 Beta program on Connect, Windows Feedback Program, newly opened Windows 7 feedback website and even asked customer service for hotfixes but all of them have been largely ignored. How many more years, service packs and
    Windows releases is it going to take to fix XP to Vista issues?
    XP to Vista issues:
    - Shell/Explorer issue: Auto refresh / auto sorting is mandatory making it impossibly difficult to work with many files, especially when they are extracted from archives.
    - Shell/Explorer issue: Can't view size of folders in columns. Previously at least a shell extension called "Folder size" allow that but MS took away the core ability to be able to do that so the shell extension doesn't work any more
    - Shell/Explorer issue: Can't view the icons of 16-bit programs in 32-bit Windows 7 (I know 16-bit is stone age but if they can run, why not show the icons of those EXEs as well?). I can understand 64-bit Windows not showing icons for 16-bit EXEs but 32-bit
    Windows 7 should.
    - Shell/Explorer issue: No advanced file type association settings like Windows XP
    - Shell/Explorer issue: Access to network connection settings (IP address, DNS) status, details, repair, enable/disable is too many clicks away. Of course I can create a shortcut but if I have 2 wireless connections and 2 ethernet, I don't want to create 4
    shortcuts. Earlier XP allowed quick access to these settings depending on which connection was active.
    - Logon issue: I have set my system to auto logon but there are times when I want to log on to a different account, but there's no way in Windows 7 to stop the auto logon from happening. Previously in XP, holding down Shift prevented auto logon so you could
    switch to another user account. Or maybe Windows should have some timer at logon (like it has at startup) to wait for x number of seconds after which it should auto logon
    - Audio issue: I can't hear audio simultaneously from my headphones and from my speakers, or output to another set of speakers installed in the other room the same audio as I am listening to in my computer room
    - Audio issue: I am a big fan of MIDI songs and MIDI music in games so I want to be able to select a better sounding MIDI synthesizer than the ordinary sounding one that Windows 7 comes with by default but I can no longer do that. XP allowed that.
    - Servicing issue: Updates cannot be installed with the progess bar shown but unattended. It's either manual or completely silent without any indication that the MSU update completed or failed.
    - Servicing issue: Can't quickly and easily slipstream hotfixes like XP could using the /integrate switch
    - Shell/Explorer issue: WinSxS takes up too much disk space and Explorer doesn't let me view the correct size (nor any other utility that I know of since no size calculation utility can handle NTFS junction points points)
    - Driver installation issue: Whenever I want to install a custom driver for my hardware, the Plug and Play wizard now first installs its own Microsoft supplied driver or fails to install the driver if it doesn't have one out of the box. Then I have to open
    Device Manager with UAC prompts and start the "Update driver wizard" to install my own driver. In XP, the "Found new hardware" wizard itself had "Have disk" functionality where I could supply the path to my driver on CD.
    - System issue: No in place reinstall of OS to replace some corrupted files. With XP, I could reinstall the OS in-place so the OS would get repaired without my settings getting lost and programs having to be installed all over again
    - System issue: No hardware profiles so I can start my laptop with certain hardware disabled (like 2 NICs-1 wireless, 1 wired), 2 sound cards) depending on what hardware I want to use
    - IIS issue: SMTP and POP3 servers gone from IIS7
    - Management issue: Offline Files can't be automated from command line like one could in XP using CscCmd.exe
    - Power management issue:USB devices don't power off upon "safely removing". Data transfer stops but Windows 7 continues to supply power to USB devices
    - Power management issue: There is no progress bar when hibernating, the screen just turns black
    - Power management issue: Hardware power button can't be set to "Ask me what to do" every single time
    Vista to Windows 7 issues:
    - Shell/Explorer issue: Can't run 32-bit Explorer.exe in 64-bit Windows 7. Vista and XP x64 allowed that. Not all of my shell extensions are 64-bit.
    - Shell/Explorer issue: There used to be a sort bar with column headers for every view in Windows Explorer in Vista. In Windows 7, only details view has it.
    - Shell/Explorer issue: Windows Explorer doesn't remember toolbar positions so I can't unlock toolbars, rearrange them and lock them again. Every time I start Windows Explorer, each toolbar is forced on its own line.
    - Shell/Explorer issue: Auto arrange and Align to Grid in icon views is always on so I can't drag a few files away from a group if I want to work only with them.
    - Shell/Explorer issue: Old Vista style dialog boxes which use the ListView control still have the annoying full row selection in List view which makes it difficult to click in an empty area without making a file get selected. The new Windows 7 style dialogs
    and Windows Explorer doesn't have this annoying issue thankfully though
    - Shell/Explorer issue: If I select files then if I do an Edit menu -> Sort, they get deselected. I have to select them all over again.
    - Shell/Explorer issue: I can't set a background JPEG for folders any more
    - Taskbar issue: Clicking a grouped application's taskbar button or thumbnail when it is active (in the foreground) does not minimize it like it used to happen in XP. Only ungrouped application buttons minimize upon being clicked again. Another feature MS
    probably forgot with grouping.
    - Taskbar issue: Number of combined taskbar windows is not shown on the taskbar
    - Taskbar issue: I can't select taskbar buttons with Ctrl+click and then selectively group maximize or group close
    - Shell/Explorer issue: Advanced Query Syntax for searching has to be remembered. No advanced search GUI so search become easy like Vista
    - Shell/Explorer issue: Game Explorer doesn't allow customizing game shortcuts. Many times I have to add switches to game shortcuts for compatiblity or resolution, it's so annoying!
    - Taskbar issue: No network activity indicator.
    - Shell/Explorer issue: In Windows Explorer, when you group items by category, I can longer Ctrl click on group headers to select entire group. Could do that in Vista.
    - Power management issue: All three power plans (especially combination of Power Saver and High Performance) aren't shown from taskbar's power icons.
    - Missing tool: No equivalent to Meeting Space or NetMeeting which was very useful for screen sharing and conferencing over LAN without internet access
    It's no use whatsoever giving any kind of feedback or comments as I don't see the results of my feedback in service packs or hotfixes. Windows 7 is a wonderful but broken OS. Last non-broken with all functionality intact and working as intended was WinXP.
    Anonymuos

  • Please, does JDeveloper ADF justify the investment?

    Hi everyone, a license for IAS or 100U$ for runtime, seems too much, for a small business (less than 20 clients)
    Does JDeveloper ADFjustify the investment or is almost the same, than using Jdeveloper without ADF, which are the real advantages.
    Thank you in Advance :)

    Hi!!
    Im a new JDeveloper - ADF user!
    Im using JSF for a short time, but i tried many, many implementations, and i have to say that ADF is the best choice i found, if we mix it with Jdev it gets much more powerfull!
    About you question, i wonder if you can use it with tomcat. I know the power of OAS, but in your case, few number of clients, couldnt you use tomcat instead of OAS? JSF generates JSP in the background, doesnt it?
    Please forgive me if im saying something stupid!
    Best Regards!!!
    Tiago

  • Why isn't there a TechNet forum for ADFS yet? They have been forwarding questions to the "Project Geneva" forum for years now.

    Why isn't there a TechNet forum for ADFS yet? They have been forwarding questions to the "Project Geneva" forum for years now.
    It would be nice if there was IT Pro specific forum. The MSDN Geneva forum has people who have programming questions for WIF in addition to people trying to get ADFS and Web App Proxy setup.
    WHY?

    Given the growing importance of Office 365 and the role of ADFS in some of the larger deployments, that may happen. Someday.
    It is somewhat arbitrary.
    AD DS, AD CS, AD FS, and AD RMS are all considered components of Active Directory.
    I suppose that's what the AD stands for...
    Yet, most ADCS questions are posted and answered in the Technet Security forum.
    ADFS questions are often referred to Project Geneva.
    Directory Services has its own forum.
    Group Policy has its own forum.
    +++
    If you look in "related threads", someone asked a question precisely about ADCS:
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/f6abf662-7927-4f72-91db-433c95eddcc8/why-isnt-there-a-forum-dedicated-to-certificate-services?forum=winserversecurity
    Please mark as helpful if you find my contribution useful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you.

  • 'WHEN-NEW-FORM-INSTANCE-trigger' in JDeveloper/ADF/JHeadstart

    Hello,
    I'm new to JDeveloper/ADF with JHeadstart.
    I want to execute a PL/SQL-procedure when the application starts. I've added the method to execute the PL/SQL-procedure to the Application module class.
    How can we execute this method?
    Thanks in advance.
    Richard Teunissen

    Richard,
    When using security, it is easier to add a servlet filter to your application that only calls the PL/SQL procedure when user just logged in , which is start of new session.
    Without security, it is easier to do it each time you enter a new page.
    You can drag and drop the app module method on your page, then create an invokeAction in the executables section of your page definition that executes the method binding, and set the refreshCondition of the invokeAction to #{!adfFacesContext.postback}.
    See ADF Developers guide, sections 8.4, 17.3 and 10.5.5 for more info:
    http://download-west.oracle.com/docs/html/B25947_01/toc.htm
    Now, if you are new to ADF this might sounds a bit cryptic, I strongly recommend you take some class on ADF, for example the ADF/JHeadstart workshop:
    http://blogs.oracle.com/jheadstart/workshop
    JHeadstart is a great help when moving from Forms to ADF, but you still need to learn how ADF works, to be able to fully leverage the power of JHeadstart. It is like generating Forms using Designer, thevbetter you know Forms, the more advanced functionality you can generate using Designer. The JHeadstart generator is very flexbile, using custom templates you can generate almost anything you want, but it requires knowledge of ADF Faces, JSF, ADF bindings and ADF Business Components to create those templates.
    Steven Davelaar,
    JHeadstart team.

  • What about security in adf faces application ?

    It seem that the documentation has a little bit changed about security for adf faces application.
    SRDemo J2EE sample application only implemented the security at the web container and may be for the session beans (don't remember) by using security-role and security-constraint in web.xml configuration file.
    It seem that the documentation recommand now to implement adf security and didn't find anymore the reference to the standard j2ee security implementation.
    We found also that the security constraints checked by the web container was sometimes ignored and the container didn't ask us to login before displaying a page.
    Is ADF security a clear Oracle recommandation for ADF Faces application ?
    What about j2ee security for this type of application (why it is not recommended to use it) ?

    Hi,
    there is no single recommedation about security because security ideally is applied on several levels to implement security in depth. Container managed security with J2EE is a good option to secure page access and - if using EJB - to propagate the user identity for method level access control.
    Using ADF Security, which is security added to the binding layer based on JAAS, a second layer of the security onion becomes available that allows you to define which user is allowed to perform which operation on an iterator or attribute binding. This goes beyond of what container managed security can do for you.
    The thrid layer is business layer security and eventually database security.
    For Oracle Open World we will have a developmengt track and one of the presentation I am giving with Ric Smith from our team is about end-to-end application security for ADF Faces, ADF, ADF BCor TopLink/EJB and the Oracle database.
    The plan is to also write this up in a paper, but this would come late because of other priorities I have on my plate. So attending OOW probably is the best option for you to get the big picture
    Frank

  • Oracle JDeveloper ADF Problem

    hi to all,
    I encountered a problem while designing a web page using JDeveloper (ADF)...
    Firstly i would follow these steps
    1. Create DB Connection
    2. Create entity tables
    3. Create view objects
    4. Create face-config.xml
    5. Create relevant JSPX pages using ADF core drag and drop function from DataControlPalette
    All the steps work out just fine... However, if i try to repeat steps 2, 3, 5 again to add new functions, the JSPX pages created will not display a inputtext box field when being rendered on Internet Explorer (JSPX pages are created using ADF drag and drop function from DataControlPalette)
    Its seems that if i take away the bindings from the inputtext box, the inputtext box would be displayed, however it would not pass the values to next page nor add values into DB...
    Is there anyway i can keep the bindings approach and remove the error in inputtext??

    Hi Frank,
    I followed the same steps as in the tutorial of SRDemo to develop the application
    It always works on the first use case of the application. However, only if i try to add another new use case(entities, view object and jspx pages) will the inputtext not be rendered on IE...
    It seems that if i use a view object created through their sql (Select from DB...), i can obtain information and display it in a adf form where the inputtext box is displayed... However using the view object created programically, the inputtext box does not come out in adf form...

  • XML validator in Jdeveloper/ADF

    Hi,
    I have xml in String variable and want to validate again xsd. Any input on how we can do this in Jdeveloper/ADF
    Thanks in advance.

    This bug has been fixed for the Production Release. There is no manual fix I can give you for the Preview Release. When you say this is a compile-time error, do you mean that this is preventing you from compiling your project in some way? The error should just appear in the editor when you have the Ant buildfile open, and you should be able to safely ignore it.
    -Matt Hawkins
    Oracle JDeveloper

  • JDeveloper ADF OAS Aplication Migration to Glassfish, It´s possible?

    i want to do a migration from an JDeveloper ADF with OAS web app, to Glassfish server, this its posible?

    I doubt it, but I never tried.
    Timo

Maybe you are looking for

  • Why am I  being charged for a phone I owned outright?

    My fully paid for phone was stolen. I was advised that the Edge program was my best option for replacement & I  choose to go with that option. But why am I  charged $300.00 for my old phone in addition to the monthly charge for the new phone on the n

  • How to Get the desired Name in Distrubution Lists

    Hai all. In my scenario I come accross distrubution list. I created sucessfully Distrubution Lists and validated and run in Ofline Wizard and it run sucessfully. But here comes the issue is the name of the report is which created by distrubution list

  • Oracle.sysman.emsdk.util.jdk.EMException

    I had Oracle infrastructure and Application Server installed on a sun box. I tried to start the infrastructure and application servers. During the process of starting the infrastructure, I am successful with starting the listner, starting up the infr

  • Problems to find created VI s

    Hello, when I want to use the enveloppe.vi as teststand step which is discussed under: http://forums.ni.com/ni/board/message?board.id=170&message.id=153740&requireLogin=False  Then teststand asks for the follwing vi s "Fast Hilbert Transform.vi" "1D

  • Bug on EJB/JPA creation process

    Hi. Using JDK 1.5.0.10, KUbuntu Feisty, JDev 11.1.1.0.0. I run the "Entities From Table" wizard in order to create two entities. All table names begin with a trigram so at the "Specify Entity Details" step I rename the entities from, say, Den_Foo and