Jdev 11.1.1.1.0 ResourceBundle.getBundle does not work with xliff files

Have anyone found a solution for this ?
You will get the error when you try to retrieve the resource bundle from your backend bean:
java.util.MissingResourceException: Can't find bundle for base name nls.readsoft, locale da
/jan
Edited by: jsteenberg on Aug 24, 2009 4:45 PM

its clearly says that your PeHome.properties file missing in classpath or in class folder.
Check your properties file in output location(means class folder) or in class_path.
If its missing put in output location, then i think you will not get this error.

Similar Messages

  • Steve Muenchs file upload sample (No. 69) does not work with JDev 10.1.3.1

    Hi,
    I installed and started Steves sample about uploading and storing OrdImage types (http://otn.oracle.com/products/jdev/tips/muench/jsfordimage/JSFOrdImageExample.zip).
    When I try to upload a file I get an exception:
    java.io.EOFException: Per-request disk space limits exceeded.
         at oracle.adfinternal.view.faces.webapp.UploadedFileImpl.loadFile(UploadedFileImpl.java:187)
         at oracle.adfinternal.view.faces.webapp.UploadedFileProcessorImpl.processFile(UploadedFileProcessorImpl.java:96)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doUploadFile(AdfFacesFilterImpl.java:247)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:163)
         at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:106)I have found other postings concerning uploading a file with JDev10.1.3.1 (af:inputFile bug JDev10131 production ignores Per-request disk space limit
    Is it a bug with JDev 10.1.3.1? Any workaround available?
    I'm using JDev 10.1.3.1 on WinXP.
    Thanks,
    Markus

    I managed to correct this problem.
    The situation is the following:
    A CRUD page (Example: userList.jsp and userForm.jsp).
    The first page there is a af:table with tableSelectOne and a Edit button. (theres also other components, like af:menuBar and af:form, html, body and head)
    On submit, the backing bean(requestScope) gets the selected object (table.getSelectedRowData()), copy the values to the form fields and send (redirect=false) to the form page.
    When i try to update, the fileupload does not work and ignores the valueChangeListener. All the other fields are updated correctly.
    The form page is used to do Inserts and the upload works correctly.
    The problem is, when you redirect (redirect=false) from userList.jsp (usesFileUpload="false")
    to the other page, that uses the upload, the form page does not get the enctype="multipart/form-data"
    To solve it, put usesUpload="true" in both page , and you will get enctype="multipart/form-data", and upload to work.
    Changing components, the af:menuBar has a similar problem.
    I got a menubar with 2 goMenuItem.
    On each page the corresponding goMenuItem has selected="true".
    On redirect, from list page to form page, the selected goMenuItem is the one on the ListaPage, and not the form page! It only changes if I click on the tab I want!

  • ClassSpy extension SDK sample does not work with JDev 11g

    I downloaded and unzipped JDev 11g.
    downloaded the ESDK samples via check updates.
    Installed samples and deployed them.
    When I UI debug classSpy sample , selecting jdev/bin/jdev.conf as a default run target , I get the following error.
    java.lang.IllegalStateException: Unable to create an InitialContext.
    The complete log of the UI debug window is as below.
    D:\Official\JDEV11G\jdk\bin\javaw.exe -client -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=2174 -Dhttp.proxyHost=emeacache.uk.oracle.com -Dhttp.proxyPort=80 -Dhttp.nonProxyHosts=null -Dhttps.proxyHost=emeacache.uk.oracle.com -Dhttps.proxyPort=80 -Dhttps.nonProxyHosts=null -Xmx512M -Xverify:none -XX:JavaPriority10_To_OSPriority=10 -XX:JavaPriority9_To_OSPriority=9 -XX:MaxPermSize=160M -Xbootclasspath/p:../lib/lwawt.jar -Dide.config_pathname=D:\Official\JDEV11G\jdev\bin\jdev.conf -Djava.class.path=..\..\ide\lib\ide-boot.jar;D:\Official\JDEV11G\jdev\lib\jdev-remote.jar -Dlaunched.from.jdev=true oracle.jdevimpl.runner.uidebug.debuggee.Debuggee -silent oracle.ide.boot.Launcher
    Listening for transport dt_socket at address: 2174
    Debugger connected to local process.
    Processing 276 classes that have already been prepared...
    Finished processing prepared classes.
    Exception breakpoint occurred at line 145 of EventDispatchThread.java.
    java.lang.IllegalStateException: Unable to create an InitialContext.

    You better try JDeveloper and OC4J 11g Technology Preview
    Timo

  • JCLoginDialog does not work correctly in JDev 10

    Have anyone got the JCLoginDialog to work with JDev 10g and JDBC?
    I have a JCLoginDialog generated by JDeveloper 10g, and have made the appropriate changes as described in the JDeveloper help. (Removing password and deployPassword entries in bc4j.xcfg and made the described changes in the getInfo method.)
    When I am starting the application, I am repeatedly getting prompted for username and password, although I enters the correct values).
    Below is some trace from my getInfo-method:
    Debugger connected to local process.
    getInfo --> user = xyz
    getInfo --> password = null
    getInfo <-- user = student
    getInfo <-- password = student
    getInfo --> user = xyz
    getInfo --> password = null
    getInfo <-- user = student
    getInfo <-- password = student
    getInfo --> user = student
    getInfo --> password = student
    getInfo <-- user = student
    getInfo <-- password = student
    getInfo --> user = xyz
    getInfo --> password = null
    getInfo <-- user = student
    getInfo <-- password = student
    student/student is the correct database username and password, and xyz is the value for username in bc4j.xcfg.
    Another interesting thing is that the runtime exception checked for in the beginning of the getInfo-method:
    RuntimeException exc = ((RuntimeException)((Hashtable)connEnvironment).get(DefaultConnectionStrategy.LAST_EXCEPTION));
    is always null, even if I tries to enter an incorrect password.
    I need a quick solution for this, since we must be able to use different database users in our application.
    Thanks in advance.

    Has anyone succeded in doing this?
    This is a very very basic functionality, and it does not work in JDev10g Production. Either it is a bug in ADF, or a bug in the documentation of how to implement this.
    Oracle Support, where are you? I have not got any answers for this, neither in this forum, nor in Metalink.

  • JSP PageType does not work in JDev 10.1.3 or 10.1.3.1

    Am attempting to create tags for use with JSP pages using the SimpleTagSupport class (am using JDev 10.1.3). Can create the desired class and it shows up in its tld file. However, when attempt to register the tag into the Component Pallet using the following directions, as per JDev Help,
    Adding Pages and JSP Tags to the Component Palette
    You can add pages to the Component Palette in JDeveloper to include the tags from a custom JSP tag library you created or one you have imported. You can create a new page for each tag library you want to include on the Palette; if the tag library is large, you may want to include several new pages on which to organize the additional tags.
    Tip: Follow the steps in Registering a Custom Tag Library in JDeveloper to register the library if you do not want to add the library and tags to the Palette.
    To add pages and JSP tags to the Component Palette:
    1.     Choose Tools Configure Palette to open the Configure Component Palette dialog.
    2.     Click Add under the Pages list to open the New Palette Page dialog.
    3.     Enter a Page Name and select JSP as the Page Type, then click OK.
    The only available Page Types are the following
    css
    java
    oxd_usc
    snippet
    JSP is NOT an available option?
    I am having the same issue with JDv 10.1.3.1. If I use JDev 10.1.2 - Adding Pages and JSP Tags to the Component Palette - there is no problem and the JSP Page Type does show up.
    How does the one create a JSP tag in JDev 10.1.3 using SimpleTagSupport?????
    Thanks - Ken

    Steff - the tutorial was really quite helpful - for a variety of reasons.
    However, even though it gave enough information to circumvent the JDev problem, it does not fix the problem of JDev in not being able to display JSP as a Page Type.
    Would really like to find out how to use the JSP Page Type which seems to be broken? I do not like telling a customer - well JDev has a problem with specifying a JSP Page Type and even though the Help says you can do it - you really cann't.
    Again - THANKS for the great reference - Casey

  • Jdev 9iRC: deployment of BC4J-UIX components to OC4J !2.0! does not work

    in different threads the problem of deployment of BC4J UIX components to OC4J 1.2.2.x is addressed (see http://forums.oracle.com/forums/message.jsp?id=679060 for example). contrary to the sayings of different members of the jdev-team i face the same problem with OC4J 2.0 (java lang nullpointer exception).
    i'm using jdev9iRC and 9iASWE v2 beta which comes with OC4J 2.0.
    i followed the recommendations of the thread mentioned above, no result. i followed the recommendations of steve muench in thread HELP! Loading Java Classes into Oracle ERROR result is the same error but now already when calling the main.uix. next try was also on recommendation of steve muench somewhere else: i installed the complete jdev 9iRC on my application server and tried to deploy to this "embedded" OC4J. result: uncomplete deployment because of denied access to the files server.xml and http-website-xml:
    Beginning to deploy to Oracle9i Application Server...
    Wrote WAR file to C:\Programme\oracle\jdeveloper\jdev\mywork\WF_Wettfamily\src\F1StammdatenUIX.war
    Wrote web EAR file to C:\Programme\oracle\jdeveloper\jdev\mywork\WF_Wettfamily\src\F1StammdatenUIX.ear
    Invoking Oracle9iAS admin tool...
    C:\Programme\oracle\jdeveloper\jdk1.3\jre\bin\javaw.exe -jar C:\Programme\oracle\jdeveloper\j2ee\home\admin.jar ormi://bajor.skypages.net admin **** -deploy -file C:\Programme\oracle\jdeveloper\jdev\mywork\WF_Wettfamily\src\F1StammdatenUIX.ear -deploymentName F1Administration-F1StammdatenUIX-app
    Auto-unpacking E:\ORACLE\jdev9iRC\j2ee\home\applications\_F1StammdatenUIX.ear... done.
    Auto-unpacking E:\ORACLE\jdev9iRC\j2ee\home\applications\_F1StammdatenUIX\F1StammdatenUIX.war... done.
    java.io.FileNotFoundException: E:\ORACLE\jdev9iRC\j2ee\home\config\server.xml (Access is denied)
    at java.io.FileOutputStream.open(Native Method)
    at java.io.FileOutputStream.<init>(Unknown Source)
    at java.io.FileOutputStream.<init>(Unknown Source)
    at java.io.FileOutputStream.<init>(Unknown Source)
    at com.evermind.xml.XMLConfig.storeToURL(XMLConfig.java:433)
    at com.evermind.xml.XMLConfig.store(XMLConfig.java:420)
    at com.evermind.server.ServerComponent.store(ServerComponent.java:756)
    at com.evermind.server.ServerComponent.store(ServerComponent.java:728)
    at com.evermind.server.administration.ServerApplicationInstallation.finish(ServerApplicationInstallation.java:466)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:79)
    at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:62)
    Exit status of Oracle9iAS admin tool (-deploy): 0
    C:\Programme\oracle\jdeveloper\jdk1.3\jre\bin\javaw.exe -jar C:\Programme\oracle\jdeveloper\j2ee\home\admin.jar ormi://bajor.skypages.net admin **** -bindWebApp F1Administration-F1StammdatenUIX-app F1StammdatenUIX http-web-site /F1Administration-F1StammdatenUIX-context-root
    Communication error: E:\ORACLE\jdev9iRC\j2ee\home\config\http-web-site.xml (Access is denied)
    Exit status of Oracle9iAS admin tool (-bindWebApp): 1
    ---- Deployment finished. ---- 12.02.2002 12:53:02
    what am i supposed to do? is there a solution?
    please help
    TIA, trevi

    Yes, I can create a new as3 file, but I can't "fill it with
    sensible content". Neither my As3-codes are recognized nor simple
    components are displayed to me in a proper way when testing the
    movieclip.
    Now, I have just reinstalled my CS4 on another computer and
    there it works with AS3. Really strange. Does CS4 need to
    communicate with some internet services while executing a simple
    fla-file or something like that?

  • JDev 10.1.2 - JUnit Extension Does not work

    When migrating from JDev 9.0.5.2 to 10.1.2 I get an error on startup the indicates that the JUnit extension is not working:
    Error: &lt;Line 2, Column 71&gt;: XML-24538: (Error) Can not find definition for element 'extensions'
    Converting JDeveloper 9.0.5 extension manifest to 10.1.2
    C:\Oracle\JDev\jdev\lib\ext\jalopy-jdeveloper-1.1.4.jar!\META-INF\jdev-ext.xml
    Error: &lt;Line 3, Column 21&gt;: XML-24534: (Error) Element 'feature' not expected.
    Error: &lt;Line 11, Column 14&gt;: XML-24521: (Error) Element not completed: 'extensions'
    C:\Oracle\JDev\jdev\lib\ext\bc4j_junit_addin.jar!\meta-inf\jdev-ext.xml
    Error: &lt;Line 3, Column 21&gt;: XML-24534: (Error) Element 'feature' not expected.
    Error: &lt;Line 22, Column 14&gt;: XML-24521: (Error) Element not completed: 'extensions'

    I am actually working with JDev10.1.2 and I recently created a new Extension. Since then, when I load jdev I get the error
    "C:\oracle10bis\jdev\lib\ext\DBExtension.jar!\meta-inf\jdev-ext.xml
    Error: <Line 2, Column 71>: XML-24538: (Error) Can not find definition for element 'extensions'
    Converting JDeveloper 9.0.5 extension manifest to 10.1.2"
    I followed your advice, downloaded and installed the JUnit component, but the error is still present. Moreover, if i try using the "Check for updates" functionality, I always get:
    "Unable to connect to OTN
    Details: Connection timeout: connect"
    Any ideas?
    Thanks in advance

  • JDev 10.1.2 - JWE Extension Does not work

    When using JDev 10.1.2 I get an error on startup the indicates that the JWE extension is not working:
    C:\jdeveloper\jdev\lib\ext\jwe.jar!\meta-inf\jdev-ext.xml
    Error: <Line 2, Column 71>: XML-24538: (Error) Can not find definition for element 'extensions'
    Converting JDeveloper 9.0.5 extension manifest to 10.1.2
    Help!
    Thanks, Oscar

    Thanks a lot.
    In the jdev-ext.xml file, i have replaced
    <extensions xmlns="http://xmlns.oracle.com/jdeveloper/905/extensions">
    with
    <extensions xmlns="http://xmlns.oracle.com/jdeveloper/1012/extensions">
    Oscar

  • Dvt:exportPivotTableData Does not work in JDev 12.1.2

    Hi All,
    I've been trying to get the export data from a Pivot Table to work using the dvt:exportPivotTableData tag. It does not. in my application I get a 404 error in a Google Chrome browser and an error dialog in IE10 when I press the button in the following source code snippet:
    [code]
    <af:button text="Export Pivot" id="b1">
         <dvt:exportPivotTableData filename="FeatureScores.xls" type="excelHTML"
              title="Feature Support Scores" exportedId="pt2"/>
    </af:button>
    <dvt:pivotTable id="pt2" value="#{bindings.ProductFeatureScoreROView1.pivotTableModel}"
                                                    var="cellData" varStatus="cellStatus" splitMode="enabled"
                                                    summary="#{viewcontrollerBundle.VENDOR_FEATURE_SCORES}" sizing="auto"
                                                    statusBarRendered="true" styleClass="AFStretchWidth">
    </dvt:pivotTable>
    [/code]
    I downloaded the ADF Rich Component WAR File (Version 12.1.1, or whatever the latest version is) and installed it in the JDev IDE to test the example sample. However, the dvt:exportPivotTableData doesn't work in the sample demo either. I don't get an error message from the sample, the page just refreshes and no data is exported.
    Any ideas?
    Best regards,
    Nigel

    Thank you, that solves the problem.
    Best regards,
    Nigel

  • JDev 12c ODL does not work ?

    Hi,
    Start playing with 12c and for some reason (bug?) after configuring the Oracle Diagnostics Logging to show debug info, the log window does not display any log lines.
    For example setting FINEST in the oracle.jbo has no effect in the log window.
    Have you got the same behavior in your JDev 12c environment or I have a problematic installation ?
    Yiannis

    Thanks Shay,
    Yes you are right the log info is displayed through the log analyzer.
    However, logging ODL messages and then showing the messages in the log window is very useful during development and eliminates the need of setting System.out statements in code.
    Having to “Analyze log” during developing and debugging application classes in every Step Over (F8) , extremely slowing the whole development and debug process.
    Is there any way to have the same behavior as in the 11g showing the logs in the log window also?

  • ClassSpy ESDK sample does not work in JDev 11g. Works fine in 10g.

    I downloaded and unzipped JDev 11g.
    downloaded the ESDK samples via check updates.
    Installed samples and deployed them.
    When I UI debug classSpy sample , selecting jdev/bin/jdev.conf as a default run target , I get the following error.
    java.lang.IllegalStateException: Unable to create an InitialContext.
    The complete log of the UI debug window is as below.
    D:\Official\JDEV11G\jdk\bin\javaw.exe -client -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=2174 -Dhttp.proxyHost=emeacache.uk.oracle.com -Dhttp.proxyPort=80 -Dhttp.nonProxyHosts=null -Dhttps.proxyHost=emeacache.uk.oracle.com -Dhttps.proxyPort=80 -Dhttps.nonProxyHosts=null -Xmx512M -Xverify:none -XX:JavaPriority10_To_OSPriority=10 -XX:JavaPriority9_To_OSPriority=9 -XX:MaxPermSize=160M -Xbootclasspath/p:../lib/lwawt.jar -Dide.config_pathname=D:\Official\JDEV11G\jdev\bin\jdev.conf -Djava.class.path=..\..\ide\lib\ide-boot.jar;D:\Official\JDEV11G\jdev\lib\jdev-remote.jar -Dlaunched.from.jdev=true oracle.jdevimpl.runner.uidebug.debuggee.Debuggee -silent oracle.ide.boot.Launcher
    Listening for transport dt_socket at address: 2174
    Debugger connected to local process.
    Processing 276 classes that have already been prepared...
    Finished processing prepared classes.
    Exception breakpoint occurred at line 145 of EventDispatchThread.java.
    java.lang.IllegalStateException: Unable to create an InitialContext.

    As this is a preview release, not all extension have been updated to support 11g.
    Regards,
    Ric

  • JSP Code completion DOES NOT WORK in JDev 9.0.3.1

    Does anyone know when the next release of JDev will be? We are seriously considering dropping the use of JDev due to the bugs it has. In particular, the code completion for JSP authoring simply FAILS! This is a very very VERY nasty bug, and we are pleading!!!
    Thanks,
    -Sean

    Works for me.
    What OS/JDK etc are you using?

  • Jdev 10.1.3 and JSF  "comandlink component" don't work with Data filter

    I´m working in JSF with Jdeveloper 10.1.3 and Oc4j .
    I have a problem.
    I have .jspx where display employees of the company.
    The field employeeid have "comandlink component" with action "control.editemployee"
    when I fetch all data comandlink work OK.
    But I filter data by field, example Employee name Command link not work
    Help me, please.

    thanks
    i'm a little bit confused by the fact that jsf in 10.1.3 preview use managed bean (instead of data control) to get/put data from the model layer.
    we are using entity bean and session facade. In 9.0.5.2 we are using dto and data control to generate our jsp.
    we are currently testing/discovering jsf and search the best way to efficiently generate our ui's
    what is right way for jsf
    a) managed bean (if it is possible with session bean)
    b) data control when/if available
    and why ?

  • JDev 10.1.2: UIX bound choice does not work?

    Hello everyone, I have the next code in a UIX page
         <choice model="${bindings.EmployeesView1Iterator}">
             <contents>
                  <option model="${uix.current.EmployeeName}"/>
             </contents>
          </choice>But the choice component doesn't show anything.
    EmployeesView1Iterator is the name of the iterator in the UI bindings. And EmployeeName is an attribute of the iterator also defined in the UI bindings.
    What is wrong with that code?
    Thanks.

    That should be
         <choice model="${bindings.EmployeeName}"/>with a corresponding entry in the UI model:
          <DCControl
             id="EmployeeName"
             SubType="DCListSingleSel"
             IterBinding=<target iterator>
             DTClass="oracle.adf.dt.objects.JUDTCtrlListLOV"
             ApplyValidation="false"
             isDynamic="false"
             ListOperMode="0"
             ListIter="EmployeesView1Iterator" >
             <AttrNames>
                <Item Value=<target attribute name> />
             </AttrNames>
             <ListAttrNames>
                <Item Value="EmployeeName" />
             </ListAttrNames>
             <ListDisplayAttrNames>
                <Item Value="EmployeeName" />
             </ListDisplayAttrNames>
          </DCControl>or like that.
    Sascha

  • ResourceBundle.getBundle()

    Hi,
    After hours of debugging I can't find the mistake I do try to load a ResourceBundle with the method
    ResourceBundle.getBundle( String baseName, Locale loc, ClassLoader cl );everytime I get a MissingResourceException ...
    The scenario :
    I got three classes who extends an abstract class who for itself extends from ListResourceBundle.
    The first class is the default class called "Resources".
    The second class is the language class one lets say "Resources_fr".
    The third class is the second language class lets say "Resources_se".
    So now i try this:
    ResourceBundle bundle = ResourceBundle.getBundle( "Resources", Locale.FRENCH, Resources.class.getClassLoader() );the last argument is not important. It does not work anyway...
    So what I doing wrong???
    I read the API of ResourceBundle several times and can't find the reason why this not work...
    I tryed to set the base name param as "Resources.class" - no effect
    I tryed to get the resource bundle only with the base name set - no effect
    All classes are stored in the same folder in package called res.
    Any ideas?
    regards,
    Olek

    I was able to load the resource bundle by doing the following:
    The package com.ani.resourceBundle contains all my resourceBundles: MyResource.java, MyResource_en.java etc...
    ResourceBundle myResources =
              ResourceBundle.getBundle("com.ani.resourceBundle.MyResource",Locale.ENGLISH);
    So it seems the key is to specify the fully-qualified class name, which is a bit strange since all these classes are on the classpath.

Maybe you are looking for

  • PC-to-Mac video calling issues

    Why is it that PC users can see me but I can't see them when using Skype? Is there something I need to download? I have an iMac OS X 10.6.2. Please somebody help me!!!

  • Can You Convert .avi files to go onto itunes.

    I was wondering if there is anyway to convert avi files to whatever file it needs to put on a ipod? Thanks!

  • Template Selection Bug

    In the Topic List POD, use CTRL+A to select all topics. Choose a template and apply it to all... using the 'Apply' button. Wait for this operation to finish. When control comes back... Press 'OK' and RH7.001.01 disassociates the template from every t

  • File creation from OHS

    Hi all, I'm trying to load data from DSO to OHS using Delta DTP, sometimes Delta brings 0 records. "No more Data available". in this case I want a empty file to be created by OHS. but it is not creating any file as of now. please do help me on this h

  • HELP!! How to recover something Emptied in the trash???

    I had a few important text files that I--while using an external drive that I THOUGHT I was deleting older versions from--accidentally and stupidly put in the trash, then emptied it. Immediately after, I realized what I'd done. WHAT can I do to try t