Logging language in Jdeveloper 111102 ADF ADFv /ADFc

Greetings
I've noticed that - when running Jdeveloper on English (American) Windows XP SP2 on a Danish (as in Denmark) PC, setup to use Danish Locale / formatting etc, but use English in Menu's Dialogs etc. - then the logging Pane for Default Server in Jdeveloper runnning ADF / JSF development changes language when it comes to deployment.
See example below, where Jdev/WL starts up fine in American, and then when It deployes changes its logging language to Danish.
Where can I control this? I would like to have all my logging in English.
WARNING: A duplicate definition for the feature "AdfRichPivotTable" has been found at zip:C:/o/MW111102/jdeveloper/system/system11.1.1.0.31.52.05/DefaultDomain/servers/DefaultServer/tmp/_WL_user/LOVdemo/4q12mm/war/WEB-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 11. A feature with the same name was originally defined at zip:C:/o/MW111102/jdeveloper/dvt/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 11. This may indicate that multiple copies of the same jar file are present on the class path. Ignoring the new feature definition.
ADF Library non-OC4J post-deployment (millis): 62
Application Deployed Successfully.
Elapsed time for deployment: 59 seconds
---- Deployment finished. ---- Apr 15, 2009 10:52:10 AM
Run startup time: 61093 ms.
[Application LOVdemo deployed to Server Instance DefaultServer]
Target URL -- http://127.0.0.1:7101/LOVdemo/faces/McAccounts.jspx
+15-04-2009 10:52:23 oracle.adfinternal.controller.faces.lifecycle.JSFLifecycleImpl setLifecycleContextBuilder+
WARNING: ADFc: Udskifter implementeringen af ADF-sidelivscyklussen med 'oracle.adfinternal.controller.application.model.JSFDataBindingLifecycleContextBuilder'.*
+15-04-2009 10:52:23 oracle.adfinternal.controller.util.model.AdfmInterface initialize+
INFO: ADFc: BindingContext er til stede. Bruger ADFm-API'er til DataControlFrames.*
*+15-04-2009 10:52:23 oracle.adfinternal.controller.metadata.provider.MdsMetadataResourceProvider <init>+*
INFO: ADFc: Controller-caching af MDS-metadataressourcer er ENABLED.*
+15-04-2009 10:52:24 oracle.adf.controller.internal.metadata.MetadataService$Bootstrap add+
INFO: ADFc: Indlæser bootstrap-metadata fra '/WEB-INF/adfc-config.xml'.*

Does it help if you start JDeveloper with:
jdev.exe -J-Dide.user.dir=<Path>
and have the path point to a directory that has no spaces in the path?

Similar Messages

  • How to get the logged in userId value in adf task flow OIM11g R2

    Hi,
    I have created an adf task flow. Now I want to run some query in that based on the logged in userId.
    Could you please help me in knowing how to get the logged in userID value in adf TaskFlow so that I can run a parameterized query.
    Thanks

    3 different ways to retrieve the username (not sure what you mean by user ID) :
    http://mahmoudoracle.blogspot.be/2012/06/adf-get-current-logged-user-name.html#.USI_c-h8zIo
    Also provide your JDev version.
    Basicly, you should use the groovy expression in a view criteria (it's the fastest and easiest way) and call that view criteria whenever you need it.
    That's if you are using ADF BC of course.

  • HELP: include another page in with JDeveloper and ADF

    Hi all,
    I am trying to make a layout page with JDeveloper and ADF. But I just can't make things work. I have the pre-coded header and footer html pages and want to include them in a jspx somehow. I tried panelPage too, but the rendering style is away from our pre-coded header and footer.
    1. Use jsp:include.
    header works fine but footer is rendered before the page content, even if the footer is placed after the page content. Is there a way to customize the position?
    <f:facet name="footerFacet">
    <f:subview id="footerView"
    binding="#{backing_welcomePage.footerView}">
    <jsp:include page="/footer.jspf"/>
    </f:subview>
    </f:facet>
    2. Use frameBorderLayout.
    I followed the doc and use the document tag. But the frame page is rendered but none of included pages are rendered. So I got a blank page.
    <!-- frame page -->
    <f:view>
    <afh:html>
    <afh:head title="my frame page">
    <meta http-equiv="Content-Type"
    content="text/html; charset=windows-1252"/>
    </afh:head>
    <afh:body>
    <afh:frameBorderLayout height="100%" width="100%">
    <f:facet name="center">
    <afh:frame source="topPage.jspx" name="topPage3"/>
    </f:facet>
    <f:facet name="top">
    <afh:frame source="topPage.jspx" height="200" name="topPage2"/>
    </f:facet>
    <f:facet name="bottom">
    <afh:frame source="topPage.jspx" height="200" name="topPage1"/>
    </f:facet>
    </afh:frameBorderLayout>
    </afh:body>
    </afh:html>
    </f:view>
    <!-- top page -->
    <f:view>
    <af:document title="FrameBorderLayout Demo">
    <af:form>
    <af:panelGroup layout="vertical">
    <f:facet name="separator">
    <af:objectSeparator />
    </f:facet>
    <af:outputFormatted styleUsage="instruction" value="&lt;b>A frameBorderLayout&lt;/b>"/>
    </af:panelGroup>
    </af:form>
    </af:document>
    </f:view>

    for #1 have you tried throwing a verbatim tag around your includes like:
    <f:verbatim>
    <jsp:directive.include file="/includes/footer.jsp"/>
    </f:verbatim>
    it's how we got around intermixing html and jsf

  • JDeveloper and ADF 11g Release 2(11.1.2.0.x) compatible WebCenter Version

    We are looking to upgrade ADF to 11.1.2.0 and looking for WebCenter compatibility.
    Could you please let me know WebCenter compatible version for JDeveloper and ADF 11g Release 2 (11.1.2.0.x) ?
    Thanks
    JP

    Looking at 11.1.2.0.0 note on
    http://www.oracle.com/technetwork/developer-tools/jdev/downloads/index.html
    and seeing, "This version of JDeveloper doesn't include the SOA and WebCenter pieces - to use these components you'll need to download Oracle JDeveloper 11.1.1.5.0."
    Does that mean, 11.1.2.0.0 can't be used with WebCenter?

  • Possibility & Drawback  Using JDeveloper 11g ADF Faces with Oracle 10g DB

    We are new to ADF Faces, would like to use JDeveloper 11g ADF Faces with Oracle 10g database (Enterprise Edition). As we are new to JDeveloper 11g ADF BC, so we want to know about the Possibility & the Drawback.
    Edited by: eng.shahed on Apr 5, 2010 11:21 AM

    i dont think so any drawbacks using Jdeveloper with any database.....its a open product ... You can use it with Sybase, MySQL, Oracle etc etc..

  • Jdeveloper and ADF Help

    Hi All ,
    I have a field Airticket , so i need to allow the user Yes or No for that field
    so using redio button i placed , but how to display both side by side
    (Yes Rediobutton No Rediobutton) instead of diplying in 2 lines
    (Yes Rediobutton
    No Rediobutton)
    And how reduce field length of the database item in the JSP page.
    As i'm new to Jdeveloper and ADF need support and also please give any links which will be useful.
    Thanks
    RG

    Place the items in a group layout set to horizontal display to show them side by side.
    Set the width of attributes in the ADF BC-Entity Object-attribute-control hints-width

  • JDeveloper And ADF Learning

    Hi All,
    I am new to Webcenter. Just now started learning JDeveloper and ADF. Please share me the use full links to start ADF.
    Thanks,
    Venkat Sarvabatla

    A good starting point is the documentation available on the Jdev home page http://docs.oracle.com/cd/E37547_01/tutorials/toc.htm
    And http://www.oracle.com/technetwork/developer-tools/jdev/learnmore/index.html
    And would recommend to watch the videos http://www.oracle.com/technetwork/developer-tools/adf/learnmore/adfinsider-093342.html
    Timo

  • Jdeveloper and ADF training

    Can somebody suggest me any institutes in Hyderbad , India that offer Jdeveloper and ADF  courses along with JAVA ,J2EE.
    It would be of great help tor me if anyone can assist me in this regard. Thanks

    Post this Q in "Certification" forum. Also, contact oracle training.
    Oracle press book also available for jdev11g/adf.
    Oracle JDeveloper 11g Handbook: A Guide to Fusion Web Development

  • Solved: Upgrading JDeveloper/WebLogic/ADF - What are the steps?

    Before installing the new JDeveloper, are there any best practices on upgrading that include WebLogic and ADF?
    Thanks, Ken

    Shay,
    Okay, that wan't quite the answer I was looking for. After looking through the docs as you suggested (two paragraphs weren't enough help), I found the following that meets my needs:
    http://www.oracle.com/technology/products/middleware/upgrade/index.html
    http://download.oracle.com/docs/cd/E12839_01/upgrade.1111/e10127/upgrade_adf_env.htm#CCAGGHFIA version of Oracle JDeveloper 11g (11.1.1.0.x) was made available to Oracle customers before the release of Oracle Fusion Middleware 11g.
    If you have already installed and configured an Oracle WebLogic Server domain using the Oracle JDeveloper 11g (11.1.1.0.x), then you should be aware that Oracle Fusion Middleware 11g and the new Oracle JDeveloper 11g (11.1.1.1.0) provides a newer version of the Oracle ADF runtime software.
    To upgrade your existing Oracle WebLogic Server domain with the newer Oracle ADF 11g (11.1.1.1.0) runtime software:
    1. Open the uninstaller for of the Oracle WebLogic Server instance you want to upgrade.
    You can find the Oracle WebLogic Server uninstaller in the following location:
    On UNIX systems:
    WLS_HOME/wlserver_10.3/uninstall/uninstall.sh
    On Windows systems:
    WLS_HOME\wlserver_10.3\uninstall\uninstall.cmd
    Note that on a headless server (such as a Linux or UNIX-based system), you may have to set the DISPLAY variable to an X Server like VNC or Xming.
    2. Select JDeveloper 11g (11.1.1.0.x) Studio Edition 11.1.1.0.0.
    3. Deselect everything under WebLogic Server.
    4. Click Next to complete the uninstall. If you're interested you can click on the Details button to see what was uninstalled.
    5. Open the JDeveloper 11.1.1.1.0 installer.
    6. Select the Oracle WebLogic Server instance where you want to install the new version of the ADF runtime.
    7. Deselect everything, and then select only Application Development Framework Runtime.
    Note that this will also automatically select the JDeveloper and ADF folders.
    8. To avoid class loading issues, rebuild all your EAR files.

  • Timesten with JDeveloper and ADF

    Hello,
    I'm using Timesten with Jdeveloper and ADF and have noticed some problems which I allready posted in the JDevloper Forum:
    Re: ADF TimesTen
    These problems arise from using Identifiers with reserved words, which is not forbidden with Ora DB.
    The settings in Jdev are to generate SQL92 conform code. This is the only way it works.
    I'm wondering if there is a setting to make TT behave syntactical 1:1 like a Ora DB.
    I even tried to change the Type Mode to Oracle and restarting TT but this doesn't help eighter.
    Maybe someone of the TT pro's has a solution for this? TT is used as a cache in front of an Ora DB so it should understand the Ora Syntax ??
    Thanks
    Ognian

    for #1 have you tried throwing a verbatim tag around your includes like:
    <f:verbatim>
    <jsp:directive.include file="/includes/footer.jsp"/>
    </f:verbatim>
    it's how we got around intermixing html and jsf

  • JDeveloper without ADF???

    Hello to all!
    Sorry for my poor english but i need your help.
    I download Developer Suite 10g cause i need both oracle forms and report builder. Now, in my new project i want to use JDeveloper with ADF.
    JDeveloper also is in the package with forms, and report builder.
    But, when i start JDeveloper in Component Palette no ADF Faces appear!
    Why? I need to install something else?
    Thanks!

    JDev 10.1.2.1.0 doesn't has adf faces (neither the trinidad faces not the adf rich faces).
    Loading the current jdev 11g version will give you access to the adf rich faces, but as you need oracle forms and report builder, I guess you only can use a version compatible with your forms and report builder.
    So I would try to find out which versions are compatible and the load exactly that. I'm no expert in forms or report build, so I can't advise.
    Once you found out which version to use, you can just delete the the folder where you installedthe 10.1.2.1 version.
    Timo

  • Tooltip in log panel in JDeveloper

    This is just a cry from the heart...
    Please, PLEASE, P-L-E-A-S-E someone, anyone who can, remove the unfortunately eternaly recurring tooltip from the log panel in JDeveloper. It is absolutely USELESS (the equivalent in the status bar would be so much less aggressive) and UNBELIEVABLY A-N-N-O-Y-I-N-G. Move the mouse, reappears... move the mouse, reappears... just like an annoying fly when you are trying to eat in peace.
    Pretty, pretty please... anyone...
    Thank you. Feels good to talk about it.
    Mikey

    FWIW, I find it annoying too, but I believe it's present for accessibility.
    Thanks,
    Brian

  • About licensing the Jdeveloper and ADF

    Hello everybody :
    I have a little doubt about the "JDeveloper and ADF" license
    I am planning to start my project using it and I have read the license [http://www.oracle.com/technetwork/licenses/jdev-license-152012.html] and I understood that everything is free for single user except Web Logic server needs to be licensed .
    Is that what I have understood correct or not ?
    Can I use this tool for developing my small project for my small business enterprise but the only one thing that I am afraid of is in the future I might face some limitations with the Web Logic Server or with any tool of Jdeveloper and ADF , So Shall I start up my project or should I search for another different tool such as Netbeans .
    I would like to hear the answer before I put my self in trouble .
    Thanks a lot

    Well, this will cost you more money the buying a licence as you break the law. To find out what you have to pay you better call a sales person in your area (see home oracle page).
    Timo

  • How to see debug logging  message on jdeveloper Console?

    How to see debug logging  message on jdeveloper Console?

    The debug info is not even created unless debugging is switched on.
    Adam

  • Prerequisties for Jdeveloper and ADF !

    Hi All,
    I m a *11g Form/Report Developer* .
    Now, I want to use Jdeveloper and ADF, but I don't know JAVA.
    So, please guide me can I directly start with Jdeveloper/ADF or first start learning JAVA i.e. Basic Java,Core JAVA etc ?
    Is it necessary to have knowledge of JAVA before starting Jdeveloper/ADF ?
    Thanks.
    Dev.

    Hi Dev ,
    Well , though most of the things in ADF can be done through declarative implementation , there are few
    aspects where we have to write piece of java code to fulfill business requirement .
    As far my understanding following are the few things which are very essential .
    1 ) Core java concepts
    2 ) J2EE concepts ( Servlets , JSF , http methods )
    3 ) Intro to XML , html , css
    One of the best material available on internet to learn ADF : http://www.oracle.com/technetwork/developer-tools/adf/learnmore/adfinsider-093342.html
    --Keerthi                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Maybe you are looking for

  • Rebate Agreement Issue.

    Dear Gurus, My client's requirement is like this. Quantity and rebates are given below. Qty       Rs 100     10 200     20 300     30 400     40 This rebate agreement is on monthly basis. If the customer buys 100 tonnes then accrual is 100*10 Rs. Lik

  • Problem syncing stacked photos

    I have the latest iTunes and Photoshop Elements 4.0. I've created collections in Photoshop and I'm trying to sync the collections to my iPod. iTunes only sync's photos that are NOT stacked. Thus if I have a collection of 50 photos, but 40 of them are

  • Error in Service with Party and Service without party scenario

    Hi All, I  am configuring an external system to customer SAP system scenario. I have configured the external file system as Service with Party and the receiving SAP system as Service without party. All the configuration including the "Virtual receive

  • Bridge Plugin: Make comments and see layers in PSD and TIFF files

    I've been searching the interweb thin for Bridge plug-ins without luck. I work in a production company and we have a quite intense QA process meaning that we compare images against each other and return feedback to editors. So instead of cycling thro

  • String Issue

    Gurus, I have a table like Talbe t1 C1     C2 4     P(DW,QA,QB,QC) 5     P(QF,QG,QH,QN) 6     P(QP,QR,QS,QT)My SQL WITH  in_parts  AS   SELECT c1,          c2,          REGEXP_SUBSTR(REPLACE(c3,' '),'[^\(]*') AS outside_txt,          REGEXP_REPLACE(R