Jheadstart oes not generate NLS key in resource bundle for Static domains

Hello
according to jhsdevguide1013 on section 6.5.2 about "Translation of static domains" when I check "Generate NLS-enabled prompts and tabs" and run application generator , Jheadstart oes not generate NLS key in resource bundle for Static domains.
Does anybody can help us for this problem?

Thank you for reporting this, I have logged it as a bug.
As a workaround, you can customize the Generator Template default/item/staticDomainOptions.vm
See http://blogs.oracle.com/jheadstart/2006/11/30#a108 for an example how to let a template generate extra resource bundle keys.
Hope this helps,
Sandra Muller
JHeadstart Team
Oracle Consulting

Similar Messages

  • Resource Bundle for Detailed Navigation

    Hi All,
    I am trying to modify the text "Detailed Navigation".I was not able to find the Resource Bundle for that.can any one let me know the location for the resource Bundle for changing the Detailed navigation text.
    Thanks,
    sk

    Hi,
    Up until now, there was no resource bundle for admin properties in a portal component. Properties were defined as component properties in the portalapp.xml (in english). Once you created an iView, you could then translate the properties in the PCD (for example, with translation worklist).
    This will change with an upcoming version -- perhaps 2004s SP14.
    Hope this helps and I understood your situation correctly.
    Daniel

  • [svn:fx-trunk] 7795: fix locale names used in resource bundles for simplified Chinese and traditional Chinese  .

    Revision: 7795
    Author:   [email protected]
    Date:     2009-06-12 12:18:13 -0700 (Fri, 12 Jun 2009)
    Log Message:
    fix locale names used in resource bundles for simplified Chinese and traditional Chinese . zh_cn to zh_CN  and zh_tw to zh_TW
    bug: https://bugs.adobe.com/jira/browse/SDK-21174
    qa: localization team (yes)
    checkintests: pass
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21174
    Modified Paths:
        flex/sdk/trunk/modules/compiler/build.xml

    I'm more of a 1.3 chick myself, but the words are the same just in a different language.
    1. Is Tomcat running?
    2. Have you configured the ajp13 connector on 8009 in Tomcat? (Should it be ajp13 for Apache 2.0? - I really must upgrade)

  • Manage-bde command is not generating recovery key on network location

    Hi,
    I am trying to save the recovery key to the network share location and start up key in the USB drive while enabling bit locker.When the OS drive gets encrypted, the default folder for recovery password shows that it contains 1 file but not getting anything
    inside it when i checked the properties of the folder.
    i have already changed the group policy as "choose default folder for recovery password".
    I am using the command to enable the bit-locker as "manage-bde.exe -on C: -rk
    <network location to save recovery key> -sk <location of the USB drive>
    -rp to enable the bit-locker. It is generating the start up key in the USB but not the recovery key on network share.
    Can anyone suggest what i am missing or what else i should do to generate the recovery key on network share.
    Does manage-bde process be able to save the recovery key on network share or it hand over to some other process to perform this task.
    Thanks
    Gaurav Ranjan

    I got you Manoj, but I want to ask you one think that what if i lost the startup  key or my USB stick. I have my recovery key on the network share.  In order to log-in my machine I need the recovery password. From where i will get the recovery
    password(48 digit). Surely from the recovery key on the network share. So how can i get the recovery password if only we have the recovery key.
    I know both are different in context. Both are two different thing. I have lost my USB stick along with the recovery password and I have to log-in my machine. How can i do that i want to know that. Do there is any method to get recovery password from the
    recovery key on network share. I have retrieved the recovery password when the recovery key in AD. But this time it is on network share.
    Also one think which I need to solve is that the manage-bde -protectors -add command creates a new .bek file along with the older one. So the .bek file which get shown at the time of the start up of the machine is different from that stored in the network.
    So i am getting confused as which .bek file is for which machine and hard to retrieve the password.
    Is there any method to store recovery key on network without the -protectors -add command line so that both the .bek file should be matched and can easily be known for indiviual machine in an OU. As if both the .bek files will be different it would be difficult
    to to retrieve the recovery password for the machines.
    Please do inform if you need some more information about the scenario if i missed something.
    Thanks
    Gaurav Ranjan

  • How to enumerate keys in Resource Bundle?

    Is there any way to enumerate all the keys (but not the values) of resource bundle?

    If rb is a ResourceBundle, you can enumerate the keys and values in its 'content' property with the following code:
    for (var key:String in rb.content)
        var value:* = rb.content[key];
    Gordon Smith
    Adobe Flex SDK Team

  • After installation the new version 2.0.1.4120 Firefox does not run any more; does not accept any key, but is waiting for a confirmation!

    Laptop Dell D630
    Windows XP professional, Version 5.1 (Build 2600.xpsp_sp3_gdr.101209-16747: Service Pack 3)
    The older versions all worked perfectly! Only after installing the new version, program does not react!
    I can send a screen-shot if that helps.
    Can you make the older version available again?
    Best regards
    Paul Schneider

    On Sun, 27 Apr 2014 10:25:17 +0000, Luis Olias wrote:
    I get it. It is something related to my ISA Server firewall. Even though I allow all the traffic back and forth between my LAN and my DMZ , the issue remains.
    Why do I know it is a ISA Server issue?, because I moved this pc client from the DMZ to the LAN (where the CA is) and it got a certificate right away, without any issue. As soon as I put it back on the DMZ, the problem begins.
    I suppose I have to move this thread, therefore, to the ISA Server forum.
    You need to disable the Strict RPC policy on your ISA server:
    http://technet.microsoft.com/en-us/library/bb838943.aspx
    Paul Adare - FIM CM MVP
    cthread. cthread_fork(). Fork, thread, fork!
    So I read on my research, but nothing doing. I will do it again, and I will post back in a few minutes, thanks!
    Luis Olías Técnico/Admon Sistemas . Sevilla (España - Spain)

  • Resource bundle for this purpose? Is it ok?

    Hi all,
    I want to use ResourceBundle for some other situation which is not related to internationalization.
    We have a program in which we want need to externalize our strings but not for the sake of internationalization. To give a little example, let's say we have a Welcome screen on which we would like to say: Welcome to XYZ! and we want to customize it to also say Welcome to ABC depending on some program argument and loading a different properties file.
    Although ResourceBundles are specialized for internationalization, ResourceBundle seems to be a better choice than to create my own classes and handing them. But I don't know whether I can use it for this kind of a purpose. Any inputs?
    Thank you,
    Srikanth

    You can certainly use ResourceBundle for such things, but it's probably cleaner to use a Properties object since it's not going to go through all the locale detection stuff.
    You can just do:
    InputStream is = getClass().getResourceAsStream("my.properties");
    Properties props = new Properties();
    props.load(is);
    is.close();

  • AD target Recon-Change User Id event is not generating

    Hi All,
    I have configured my OIM 9.1 with AD for target recon. I am using MSFT AD 9.1.0.0 connector pack. I wanted to check if user id field is modified in AD directly, does it reflected in OIM on next recon. For that i have modified the user's user id in AD and then run the target recon (tried with full and increamental both), but it was not generating the event (under recon manager) for that user. In jboss logs it was showing "process user change: test390's data is not modified". I tried by changing container, last name and other attrs for particular attrs but OIM showed the same message every time. As i modified the user id to previous one in AD and then run the reconciliation, event getting generated and linked and all other changes reflected (ou, last name....) in OIM process form.
    Am i missing something? Any help would really be appreciated.

    I am expecting process match here...as per my understanding process match will utilize the key fields (which is obGuid in my case) not matching rule. My matching rule is " user login equals userid".

  • F-58, Check not generating automatically

    Dear all,
    I am posting document through F-58 and I am giving House bank and Check lot number(sequential check lot). System generating output and outgoing document, but check number not populating in forms. I checked check register, system not posting check information. It is clearing Vendor open item and check not generated. I done APP senting for house bank.
    Could you please tell me the possible causes for not generating check info.
    Thanks in advance
    Best Regards
    Raj

    Hi,
    Please check the APP config in FBZP.
    Have to maintained the bank determination section for ranking order?
    Please check and revert.
    Thanks,
    Srinu

  • Monitor model (Desktop Monitor) was not loaded in the client resource explorer | SCCM 2012

    Hi Everyone,
    We have SCCM 2012 installed and configured. More than 2000+ computers have been installed SCCM client and manageable by SCCM server.
    The inventory (Desktop Monitor) was not loaded in the client resource explorer (For some clients it got inventoried). Is there are possibilities that the Max file size might get exceeded the actual limit for the hardware inventory
    which has to be increased in the registry?
    Please provide us a solution.
    Thanks in advance,
    Iniyan G

    See dataldr.log on the site server. It would show .mif files that exceeded the file size. InventoryAgent.logon the client might also help.
    Torsten Meringer | http://www.mssccmfaq.de

  • Charge Account not generated for item in iProcurement

    Hi All,
    I'm stuck with an issue in iProcurement.
    While creating a requistion in iProcurement for a particular item, Charge account is not generated.
    This is happening only for the Canada Operating unit, where as from the US responsibility I'm able to get the charge account.
    Kindly let me know the root cause of this issue and the probable solution.
    Thanks
    Pradeep

    What I have seen for this is that the Charge Account usually has to be drawn from two areas, the natural account is generated from the category code which has to be defined in the expense account rule for each operating unit. The rest of the default coa is generally brought over from the HR record or Employee record, you would want to check both to make sure they are setup in that OU.

  • Material Master Change Pointer IDOCs not generated for Moving Avg Price GR

    No IDOC is created or distributed when the moving average price
    changes. Each time a Goods Receipt is performed, the material master
    moving average price (MBEW-VERPR) changes but the change is not
    distributed. No change pointer is created in the tables. Why?
    We need to send the moving average price each time it changes. In our
    case, each time a Inbound Delivery has been Post Goods Receipt this
    value changes for that material + plant combination and the value
    should be sent.
    The field MBEW-VERPR is included in BD52 as a field relevant for change
    pointers for the message type.
    Please advise.

    Hello,
      SAP will not generate change pointers (and no IDOCs) for Moving Average Price (MAP) changes. This is because MAP updates are not really Master Data changes and they are driven by transactions such as Goods Receipts, Revaluations etc. For these transactions, SAP will generate respective accouting documents for traceability.
    Thanks,
    Venu

  • ADF:  Translated XLIFF Resource Bundle not Selected at Runtime

    Issue: When I run my ADF app in a web browser where French is selected as the default language, the labels on the form are still populated with English text from the default resource bundle, even though an XLIFF resource bundle for French exists.
    Details: I have created a default XLIFF resource bundle containing the text for all labels on my form in English, called labels.xlf. I have also created two translated XLIFF bundles for French and German and named them labels_fr.xlf and labels_de.xlf, respectively.
    On my form, I have used value expressions to retrieve the text for each component's label, like label="#{res.language}. JDeveloper added '<c:set var="res" value="#{adfBundle['oracle.fosxliff.uitest.labels']}"/>' to the top of my page, so I could access the resource bundle text. Identifying the resource bundle in the faces-config.xml file does not work. However, I did define which locales are supported by my application in this config file.
    *NOTE:* When I access these sames resource bundles in a managed bean by utilizing the locale of the UIViewRoot, the correct XLIFF file is retrieved and the translated text is correctly assigned to my components on the form.
    Is there some other configuration that I am missing? I was expecting XLIFF files to work similarly to properties files, which do work correctly regardless of whether the text is accessed using value expressions or managed beans.

    Ok, I've found the answer.
    I've added translatable custom properties on the view implemention
    and access these in the code...

  • 11gR2 Connector not using resource bundle

    Hi All,
    Creating a custom connector based on DBAT.
    I made sure the values in the properties file were changed to match the names I used on the name parameter for the provider definitions. After the install the new provider names seemed to work
    but nothing else. so I ran the download resource script made a few changes and ran the upload resource script and now nothing is working.
    after running the upload the provider names in the drop down when creating the GTC are now the values from the name parameter and not the values in the resource bundle :(
    so how can I test these bundles without do re-installs?
    and how do you create an uninstall for the connector?
    Thanx in advance
    Fred

    TemplateEmailSender will render the JSP using the normal servlet pipeline i.e Thus, the template page is rendered simply as if it were a JSP page requested through a browser. In this case, the locale will be identified from the HTTP-HEADER (in an email case, the locale might be created using the Profile.locale property) and if it is null it will look for /atg/dynamo/servlet/RequestLocale.defaultRequestLocaleName.
    Check the Profile.locale and RequestLocale.defaultRequestLocaleName, you might be getting this issue because of the value is null here.
    Cheers
    R

  • YEXPORD error number not generated

    Hi gurus,
    When i save the sale order the following error appear.
    Number range YEXPORD error number not generated.
    Regards,
    T.Murugu

    Hi,
         Thanks for ur reply where we are give the sale  order number range(we are using several order type like export order,domestic order, sample order etc.,,, )
    Regards,
    T.Murugu

Maybe you are looking for

  • How do I connect my mid-2009 Macbook pro to my HDMI television and get sound?

    How do I connect my mid-2009 Macbook pro to my HDMI television and get sound?

  • Connect Mac Mini 2011 to iMac 2011 via Thunderbolt

    Is it possible to connect the new Mac mini 2011 to the new iMac 2011 via Thunderbolt to use the Display Target Mode of the iMac ?

  • Screen configs for DFP and TV

    Does anyone know how I can get Gnome to recognise my DFP as the primary screen and the TV out as the secondary? At the moment my login and mounted drives are showing up on my TV. Here is my xorg.conf. # File generated by xorgconfig. # Copyright 2004

  • Dynex 22" & Mac Mini

    I have my Mac Mini hooked up to my Dynex 22" LCD via miniDVI to DVI -> DVI to DVI port in TV and I'm not really pleased with the results. The text looks horrible, and too sharp even with font smoothing on, photos look edgy and doesnt blend in correct

  • How to supply input to a PreparedStatement using an IN(?) clause

    I am trying to execute a query within a PreparedStatement although I can't figure out how to supply the parameter to the PreparedStatement. The query looks like: DELETE FROM MyTable WHERE MyColumn IN (?); I am now looking for a way to supply a list o