Regarding bundle file

Dear all
can some one explain me what bundle file is.. and how is it helpful or related to resource type or item types and to dependent properties (to categorize the documents in the repository)
steps in detail would be more helpful
points will be rewarded for any help
with regards
swetha

Hi Swetha,
Go through the following links for a better understanding of bundle files:
<a href="http://help.sap.com/saphelp_nw04s/helpdata/en/42/ead6d6515a6a1fe10000000a114cbd/frameset.htm">Defining Bundle Files</a>
<a href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3e7221c0-0d01-0010-1f97-c28cf19fc90d">How To…translate CM properties</a>
<a href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/30deb229-d570-2910-4aaf-8858e0660f05">How To translate CM properties by using Resource Bundles</a>
<a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=432251">https://www.sdn.sap.com/irj/sdn/thread?threadID=432251</a>
Regards,
Ankit

Similar Messages

  • Where does the resources bundle files need to be

    Hi All,
    Does any of you knows where all the custom resources bundle files that will be used on BCC need to be?
    I have something like this:
    BCC module /src/com/mycompany/resources/WebAppResources.properties
    But when I try to use it
    This happens
    javax.servlet.jsp.JspException: An error occurred while evaluating custom action attribute "title" with value "${activity.description}": An error occurred while getting property "description" from an instance of class atg.bizui.activity.GenericActivity (java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key manageLoyaltyProgram.description)
    I am trying to use it on a activity that will be used in the ActivityManager:
    This is what I have
    <resource-bundle>com.mycompany.resources.WebAppResources</resource-bundle>
    Do you know if I am missing somehting or putting the files on a wrong location?
    Regards,
    Obed

    Hi Shaik,
    The title of for the source is added http://i.imgur.com/a6WVxsW.png but when I click on it it throws this exception:
    javax.servlet.jsp.JspException: An error occurred while evaluating custom action attribute "value" with value "${activity.displayName}": An error occurred while getting property "displayName" from an instance of class atg.bizui.activity.GenericActivity (java.util.MissingResourceException: Can't find resource for bundle j
    ava.util.PropertyResourceBundle, key emanageLoyaltyProgram.displayName)
    meaning that the properties file is on the classpath, but my genericActivities.xml file is not able to read the properties file.
    Any suggestion?
    Regards,
    Obed

  • UWL - Reference Bundle files

    Hi Guys,
    In UWL standard xml file, the attribute u201Creference bundleu201D of Action tag refers which file? Where those bundle files are stored?
    Thank You
    Regards,
    Devasarathy Pandi

    Hi,
    Please check out this link for the bundles info of the XML files -
    http://help.sap.com/saphelp_nw70/helpdata/EN/7d/00a024b1ea48f2894aba81e9c304fe/frameset.htm
    Please check the standard content provided by the SAP in the UWL content information.
    Regards
    Lekha

  • Where can I find Bundle files for ume country attribute

    Hi all,
    the ume attribute "country" in "Identity Management" is displayed with the real country label (e.g. instead of "DE" the label "Germany" is shown).
    I also want to display the country-attribute in the userDetails iView (in Who is Who search). So, I need the bundle files (if there are some), which are used in "Identity Management".
    Does anybody know how to get them or is this not possible?
    Best Regards
    Philipp Kölsch

    I used a property renderer with user information.

  • Error: cannot find bundle file or key for resource type

    Hello,
    Please help in finding out the cause & resolving the below errors.
    Logs from the default trace:
    Error Log Message:  cannot find bundle file or key for resource type http://sap.com/xmlns/ciphotocomp, use fallback
    Error Location: com.sapportals.wcm.service.resourceTypeRegistry.ResourceType.getDescription( Locale )
    Thanks & Regards
    Maha,

    << Do not post the same question across a number of forums >>

  • Changes to a bundle file

    Hi All,
    I want to make changes to
    BundleFile=com.sapportals.wcm.rendering.collection.AbstractCollectionRenderer,
    BundleKey = txt_HeaderLinkList.
    Where can I find this bundle file? Please provide me a solution to make changes to this bundle file.
    Regards,
    Madhvika Joshi

    Hi,
    This bundle file is a part of com.sap.km.cm.ui.flex
    You can download com.sap.km.cm.ui.flex.par through the System Administration  -> Support -> Portal Runtime -> Browse deployment, unpack it, make the necessary changes in properties, pack it and deploy it to the server.
    But pay attention that this is standart sap component and you changes can discard after the new stack installation.
    Another way is to create new km project in NWDS with bundle files (which will have the same content as AbstractCollectionRenderer.properties but with necessary changes) only, deploy it and change the reference from com.sapportals.wcm.rendering.collection.AbstractCollectionRenderer to your bundle file name. Then after new stack installation you have to worry only about correction of this reference in km configuration.
    Regards
    Pavel

  • Bundle File download for userDetail

    Hi,
    From where i can download bundle file for userDetail metadata extension.
    File name com.sap.ip.collaboration.coreui.api.people.flexibleui.PeopleBundle
    Regards
    Baby

    probably this exception is coming bez of not able to find the "far" file ext.
    Try this might  hlep you
    WDWebResourceType FILE_EXT = WDWebResourceType.DOC;
    thanks

  • Externalize JSF bundle files ?

    Hello,
    I would like to know if it's possible to externalize my JSF bundle files running on Weblogic 9.1 ?
    And if I modify them, will it be reloaded by server without start/stop ?
    Best regards,
    Arlo.

    Hello Arlo,
    you probably mean to store the properties file outside the war file. I do not have experience with Weblogic but it should be similar. I have asked about that here a week ago: http://forum.java.sun.com/thread.jspa?threadID=5171120&messageID=9657852#9657852.
    You can search for the file in the classpath as it is explained in the link. Or you can use a static absolute path like /home/xy/ - then you can load it directly of course - which is quite improbable.
    Another possibility is to have the file somewhere outside the classpath (like /home/xy/) without direct addressing. For such a case I would use two properties files: the main file at the place you choose and the additional file which will have just one entry - the absolute path to the main file. The latter file must be in a directory accessible by the webserver (see the link above).
    Jan

  • Java: Loading Resource Bundle File with UTF-8

    I have found out all my previous problems now, thank you all for your assitance with this...
    During the time we have worked so solve our problem with UTF-8 charset we have found new problem with this?
    I don't know if this is the right forum to put this up, if not please let us know where to go with this?
    I have prepared both Eclipse (JSP Files) and GlassFish to run all my files in charset UTF-8. Then i got my
    resource bundle files(property files) to use UTF-8 encoding. Everything looks fine in my text editor. Then
    when i upload these pages every character retrieved from my resource bundles look garbled. This is because
    Java loads property files using ISO 8859-1 character encoding.
    This is a problem from Sun i have read on the internet!
    Note: that in JDK 1.6, you can use PropertyResourceBundle constructor to take a Reader which uses UTF-8 encoding.
    please have a look at these links for more info:
    [http://www.kai-mai.com/node/128]
    [http://java.sun.com/javase/6/docs/api/java/util/PropertyResourceBundle.html]
    Note: PropertyResourceBundle can be constructed either from an InputStream or a Reader, which represents a property file.
    Constructing a PropertyResourceBundle instance from an InputStream requires that the input stream be encoded in ISO-8859-1.
    In that case, characters that cannot be represented in ISO-8859-1 encoding must be represented by Unicode Escapes,
    whereas the other constructor which takes a Reader does not have that limitation.
    What i have read and understand is that the real solution to the problem is: Get the fmt lib to use a Reader instead of an
    InputStream. Alternativly if it works get a ResourceBundle instead of creating one that is wrong all the time? I have to create
    my own ResourceBundle instead of using my own fmt lib wich i cannot trust in a way any more. Is this right or am i comletly wrong?
    My WebTexts files, en, sv and ry are my resource property bundles. To be able to read them i will use resource property bundle reader.
    Fmt lib gives me this but it seems that it inciates this in an InputStream (wich is looked to iso-8859-1) instead of a reader who can
    read UTF-8 without no problem. So can i get my fmt lib to change this or not, anybody have an idea about this???

    Torleif wrote:
    Ok, i know there are a few ways of doing this already. The problem is that i have no idea how to use these different problem solving issues. First we have the;
    1. native2ascii command line utility.
    2. use the XML properties format.
    3. other ways of converting from iso-8859-1 to utf-8.
    The last one i have tried already but i never get this to work. So after knowing of 2 standardized solutions you choose to implement your own non-standard soltion? That's usually not a good idea until you've verified that the standardized solution don't help.
    This is also not the best solution to the problem i have to say. This way i will have both properties files and source files to work with and that is to much i think. Either i will use the native2ascii command or use XML properties format like you say here. I need some more insight in how these two work only because i have no idea my self.Uhm .. read [the documentation|http://java.sun.com/javase/6/docs/api/java/util/Properties.html]? loadFromXML/storeToXML work pretty much exactly the same as load/store, except they handle XML. Try it, look at what it produces, learn.
    Could you please help and explain how to use either this native2ascii command line work or how this XML format properties would work for me. Please i need guidance here with this!!![native2ascii is documented as well|http://java.sun.com/javase/6/docs/technotes/tools/windows/native2ascii.html].
    If you have a specific question after reading those, feel free to ask here.
    You really have to work on your Google-fu, it seems to be too weak.

  • Argh! Message bundle file names are not allowed to have dots???

    It took me several hours to find the reason for this exception:
    java.util.MissingResourceException: Can't find bundle for base name properties\com.domain.prj.huj.MainApp.Messages, locale de_DE
         at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:804)
         at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:773)
         at java.util.ResourceBundle.getBundle(ResourceBundle.java:538)If the message bundle name contains dots (package separators), this exception is thrown! When I remove the dots, it works. But even the javadoc for ResourceBundle.getBundle() says that the baseName parameter is " the base name of the resource bundle, a fully qualified class name ".
    Is it not possible to have the message bundle file names containing dots (i.e. package declarations with class names)?

    Nope. Periods are used to delimit packages in the basename. So given:
    "com.domain.prj.huj.MainApp.Messages",
    ResourceBundle will look for "com/domain/prj/hui/MainApp/Message[_local][.class|.properties]" on the class path (ie, in jars etc).
    I've just had to implement an alternate RB factory to deal with legacy property files which contain periods. If you are starting from scratch, don't put in periods.

  • Regarding a file manager

    Although the Lumia series has provided so many new features to smart phones but still there are some very small things that they forget to provide. Ii have so many concerns. My first concern is regarding a file manager app, there is no such app where we can get all the photos, videos, sounds, documents, app setups etc. at a single place.. We cannot even get the details of a photo in the album, apart from these no cut- paste option is provided, we cannot change the folders here which can be done very easily in android phones, so please provide a proper file managing app.
    my second problem is about Bluetooth, in my Lumia 520, there is no option where I can receive multiple files by permitting just once, for every single transfer I have to tap the accept button, what kind of smart phone is this? Even cheaper phones have this feature..
    Another problem is regarding the app setups in SD card, why do we need an internet connection to install an app if we already have the setup in SD card ? Why have you made such simple things so complicated?
    Another problem I regarding the videos, I am using this phone for more than a year and still don't know how to transfer videos from pc to this phone, its a very complicated procedure, please help.. I believe there is someone sitting on the other side who will read my feedback and give a good response to it..
    Thank you!!

    wiseguy27 wrote:
    Although the Lumia series has provided so many new features to smart phones but still there are some very small things that they forget to provide. Ii have so many concerns. My first concern is regarding a file manager app, there is no such app where we can get all the photos, videos, sounds, documents, app setups etc. at a single place.. We cannot even get the details of a photo in the album, apart from these no cut- paste option is provided, we cannot change the folders here which can be done very easily in android phones, so please provide a proper file managing app.
    did you try installing the Files App?
    wiseguy27 wrote:
    Another problem I regarding the videos, I am using this phone for more than a year and still don't know how to transfer videos from pc to this phone, its a very complicated procedure, please help.. 
    1. Attach the phone to the PC using USB
    2. copy the video file using CTRL+C,
    3. in windows explorer, find Videos folder on the phone
    4. paste the file there (CTRL+V)
    or you can use drag& drop

  • Character encoding in resource bundle files

    I am developing a multilingual site, using resource bundle files. The problem I'm having is that, while the jsp file is save in UTF-8, and the contentType="text/html; charset=UTF-8", the foreign characters in the bundle files don't display properly unless I save them as "windows-1252". If I copy the text and paste it into the jsp file, it displays correctly.
    How can I make the text from the bundle files display the same as the text in the jsp document itself when both files are saved as UTF-8? I'm surprised it doesn't do this by default.

    Because resource bundles (the PropertyResoureceBundle class in particular) doesn't know anything about JSP or HTML page encodings. All that class knows is that it needs to load a properties file from the local (server-side) file system. (BTW, if you are using Struts MessageResources, it works the same way). Anyway, it doesn't read the file every time you call for a resource property String, it reads it 1 time, and 1 time only when you call new ResourceBundle().
    The API docs (in java.util.Properties) specified that properties files are read using the ISO8895-1 encoding, actually, not the Windows-1252 or whatever the OS defines. So if you store text that's using a different encoding then ISO8895-1, it's going to read the chars incorrectly.
    native2ascii converts things to ASCII using Unicode escapes, as I said. (Although, maybe it saves as ISO8895-1, I forget..., or maybe you should specify the output encoding.... you'd have to read the docs on that tool, cuz there's no command-line help.) This is sort-of an exception to the ISO8895-1 thing, in a sense, as all ASCII chars are the same as the first 127 chars of ISO8895-1, so it doesn't matter really.
    So in short, it doesn't assume it's in the default Windows encoding, it assumes it's in ISO8895-1. But since the API docs specifically say so, you should abide by those rules.
    As for "getting around the problem", yes, it does, actually. See, whatever it reads in that Unicode escaped ASCII text is converted properly to Strings in Java, which are 16-bit Unicode characters, which cover nearly every character set around (English, Chinese, Japanese, Arabic, Cyrillic, etc). When it's in that form, the chars are the Unicode chars and that's it. That's all they need to be. Encodings are only important when writing (and reading back) to files or other byte streams. You have to read in with the same encoding it was written under, otherwise the conversion is not going to be correct (with a few exceptions, but not many).
    So that creates a Unicode String in Java, and when you write that to a JSP page or servlet, the output writer used knows from the content type you specified in the page declaration (UTF-8 is typically recommended because it's an efficent way to deal with Unicode chars, particularly in HTML, where most of the HTML tag content is still ASCII text), so it encodes the strings in that encoding.
    Get it?

  • Using utf-8 in jsp with resource bundle files(Farsi Language) Help !

    Hi,
    I am using jdeveloper and struts and i have a resourcce bundle file that i am writing in Farsi in it.
    my jsp looks like this :
    <%@ page contentType="text/html;charset=UTF-8"%>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <html:form action="IndexAction.do" method="POST" enctype="UTF-8">
    <% request.setCharacterEncoding("UTF-8");%>
    <bean:message key="button.add" /><!-- i get the key from the bundle here-->
    i have saved the bundle file in utf-8 and i have tried native2ascii on it as well.
    i also have response.setContentType("text/html; charset=UTF-8"); in my action file.my browser setting is also utf-8.
    but still i get garbage chars in jsp.
    any idea ?
    thax
    reza

    hello
    i have problem whit write farsi in jsp.
    the charecter is destroy.
    please help me.
    thanks

  • .bundle files...can I change them?

    Hi, I have a file that is a .bundle file...I would like to change its contents...is this possible and how do I change it? Thank you in advance...

    OK. A quick google search reveals this: http://developer.apple.com/documentation/CoreFoundation/Conceptual/CFBundles/CFB undles.html. Hope that helps.

  • Extract audio from .fls (Flash Sound Bundle File)

    Greetings!
    I would like to ask if it's possible to unbundle a Flash
    Sound Bundle file? I've downloaded FlashLiteBundler.exe to check if
    it can also unbundle, but it could not. A client wants to reuse
    their audio files from a previous project, but alas, they could
    only give us files of .fls format.
    Any ideas on how I can go about this?
    Peace!

    Hi kglad!
    Thanks for the reply. :)
    1) The sad part is that Flash Lite 1.1 Sound Bundler only
    appears as a flat square with the words "Drop Sound Files Here." A
    few audio files are supported, such as .mid and you just drag the
    audio onto the square, until a window appears which says, "MIDI
    file __.mid added, size ___ KB" There are no other controls there
    except the Delete, Clear All and Save Bundle buttons.
    2) When I try dragging an existing .fls file (the one from
    the client), it says "Unknown sound format, file not added."
    3) When I try dragging an .fls file which I made myself using
    Flash Lite 1.1 Sound Bundler (FlashLiteBunder.exe), an "OK" message
    box appears, which says "1 device sound found. MIDI (___KB)". Other
    than that, I can't get the Sound Bundler to do anything else.
    I was wondering whether there's another way to unbundle using
    another Flash tool, or maybe the bundled file is in a known format
    which I can unbundle with something else? When opened in a text
    editor, the .fls files from the client begin with "FWS".
    Thanks.

Maybe you are looking for

  • Step by Step for FICO(GL,Assets and CO) Extraction

    Hi gurus, I am trying to see if i can get a step by step extraction process for FICO extraction cos am abt to start a project to extract and load GL,Asset and Controlling data into a BW system.I am thinking I shd be able to get a lot of the reports n

  • Problem in stock maintenance--% wise ---with variants-----urgent

    hi gurus, I have created material using t.code [MM01] Industry sector: steels and mining Material type: configurable material steels and mines Basic data 1: Item category group:  0002-configuration Classification: Class: IRON_GRADES Characteristics:

  • ATV can't pair iPhone remote

    Greetings all. My iPhone 3GS (4.0.2) used to work fine as a remote for my ATV, but since I was forced to restore my ATV to fix a iTunes sync problem, it doesn't. The remote App can see the ATV. When I enter the code into the remote screen on the ATV,

  • Had to reload cs3 to my laptop. now I can not open cr2 files from my canon d50

    I think I am thick. I have tried a number of ways but to no avail. I need a step by step tutorial.

  • Reg.No G/L Account found

    Dear Experts I am newly configure in IDES system,in which I create Inventory A/c,Consumption account,GR/IR a/c,Inv offsetting a/c,Inc/Dec a/c,Cash payable on purchase a/c ,Gain loss revaluation a/c and Loss in exchange rate a/c and configured in OBYC