How can I put non-English characters onto JMS queues?

Hi
I am posting XML documents onto a JMS queue configured in a WLS domain. The XML doc is UTF-8 but WebLogic does not seem able to handle the advanced characters and shows them as 2 chars each (such as umlauts). How can I configure WebLogic to handle such special characters?
Any help greatly appreciated,
Craig

In order to send an XML message we need to use Interface XMLMessage and send the message by setDocument(Document document) .
In the document set the content of the message to the DOM document. If we follow this procedure I guess there should not be any issue.
Regards,
hy

Similar Messages

  • How can I remove non-numeric characters from a cell?

    I have a file an rtf file that I can open in Numbers. It puts each line in a separate cell. Each cell contains non-numeric and numeric characters. I'd like to delete the non-numeric characters so that I can add the numbers together. Is there a way to do this easily in Numbers that doesn't require doing it manually?
    Thanks,
    David

    Ok, David,
    This solution will work for vlaues up to 99,000 and if there is a space in front of your amount. There are two parts for clarity but you could wrap them up into one formula if you wanted to.
    B2 =FIND(" ",A2,LEN(A2)−9)
    C2 =MID(A2,B2,10)
    If there is a return before your amount (certain cells in your screenshot got me wondering) then the formula in column B
    =FIND("
    ",A2,1)
    It looks funny because it is finding the return.
    Let me know if this works for you.
    quinn

  • How can i pass a XmlObject to a JMS Queue

              I have a Message Channel which will accept XML. and when i try to pass a Xmlobject
              , it says that Cannot send non-TextMessage to Queue which accepts only xml. how
              can i send a Xmlobjct from my application to a Jms Queue.
              Senthil kumar M R
              

    This is not a WL JMS issue - the message
              has been stopped even before JMS is called.
              I suggest posting to one of
              weblogic.developer.interest.webservices
              weblogic.developer.interest.workshop
              weblogic.integration.developer
              Senthil Kumar M Rangaswamy wrote:
              > I have a Message Channel which will accept XML. and when i try to pass a Xmlobject
              > , it says that Cannot send non-TextMessage to Queue which accepts only xml. how
              > can i send a Xmlobjct from my application to a Jms Queue.
              >
              > Senthil kumar M R
              

  • MISSING ITUNES SONGS AND HOW CAN YOU PUT SONGS FROM IPOD ONTO ITUNES?

    i opened my itunes one day and all 654 of my songs were GONE. the entire itunes was blank, as if it was newly installed. it wasn't.
    I have an ipod mini, and that still contains the songs since i did not attach my ipod to my computer when i saw that it was empty. my ipod still has 654 songs. But the problem is, that i wont be able to put new songs if my itunes is blank.
    How do you transfer songs from the ipod to the itunes? Usually when you connect the ipod, it automatically updates, so how will i be able to do that. I have new CDs and i want to put some of those songs on my ipod, but i wont be able to do that if my itunes makes my ipod blank. I called apple support but it costs 29 freaking dollars to help me.
    Can anyone help?
      Windows XP  

    okay, well it has been a long time since i have done this, but i will try to do it to the best of my memory.
    uninstall itunes.
    then reinstall it.
    plug your ipod in.
    a box will pop up that says something like would you like to connect your ipod to this library?
    click NO.
    then, on the sidebar there should be a boldfaced DEVICE sign.
    your ipod should show up.
    go to summary
    then check managely manage my music, and then update.
    this means that when you plug your ipod in, you will have to put the music in yourself. this is good because you can pick and choose, and you can delete songs off your ipod if you do not like it anymore. also, you have the ability to play the music on your computer when your ipod is plugged in. hope that helps..
    hp   Windows 98  

  • How can I put seperate score files onto one page in the Layout?

    I have written some exercises in different keys. They are small files. Each of them are saved individually and cover only part of a page each but I want to lay them out on one single page. I can't work out how. Each file is in a different key. As a short term solution I tried to combine them into one file and then could not work out how to change the key signature. When I insert the #'s and b's the following notes don't move to the right. So that does not work the way I do it. Does someone have a solution, please?
    Cheers,
    ansu

    Thank You, musicspirit, for your support. What you suggested I had done already, but it did not work always only sometimes. ( Like a disfunctional light switch). Maybe I missed some setting or whatever or tried too many things...or..Anyway quite a few things didn't work, I spare you the details. Meanwhile I did disk maintenance and tossed out the files and started again from scratch ( which I wanted to avoid) and everything worked out fine so far. No problems with clef change, etc.
    But to make it look as if I had three songs or three separate exercises on one page I need to create a bigger space between the 3rd and 4th staves and the 6th and 7th staves. I can do this only globally, which means I manage only to increase the space between all the staves. (I hope I am not asking the wrong thing again. Manuals are not always easy for the novice.)

  • HT2371 How can I put the Welsh language onto my daughter's iPod touch?

    I want my daughter to continue using the Welsh language while using her iPod and she has agreed to this also. I thought it might help her over the next few years as she is taking Welsh Full Course at GCSE level.

    maizytunwanted wrote:
    I want my daughter to continue using the Welsh language while using her iPod
    One way would be to use a wireless keyboard with the ipod.  There you can select the US Extended keyboard layout which lets you type the extra characters required, â, ê, î, ô, û, ŵ, ŷ and any other accents.
    Another way would be use the apps Unicode Map or UniKey to create a sort of custom keyboard layout with the extra characters that could be used for copy/paste operations.
    Another way would be to create keyboard shortcuts for the special characters in settings > general > keyboard > shortcuts.
    There is no way to add a Welsh version of the menus and dialogues for the device.

  • How can I put my daughters files onto my sons Ipod

    My daughter dropped her Ipod touch and the screen is now all white. I want to install her files onto another Ipod touch. How do I do this?

    Welcome to the Apple Community.
    What sort of files are we talking about.
    Is the iPod synced with a computer and if so, does it still sync.

  • Encoding non english characters with utf 8 on jsp (Critical!!)

    I am inserting hebrew characters from JSP into oracle db and everything is fine until this point. But when I try to retrieve the information from the database, the characters are not displayed properly (I get some garbage characters). I am sure that the data stored in the database is correct, but not sure why there is a problem in displaying the data in the JSP.
    I came across a thread on TSS
    http://www.theserverside.com/discussions/thread.tss?thread_id=28944
    and followed the suggestions given there like having
    <%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
    <META http-equiv="Content-Type" content="text/html; charset=UTF-8">and also this
    <%
    //Some JDBC and sql statement query UTF-8 data and then ...
    String str = rs.getString("utf8_data");
    str = new String(str.getBytes("ISO-8859-1"),"UTF-8");
    %>
    <%= str %>Now, the data getting displayed is partly correct, I mean to say, some characters are still coming as squares.
    Any ideas will be of great help.

    even i doubt the database charset for this issue. But what I dont understand is how only certain hebrew characters are getting stored properly and why others are corrupted?
    Also, can anyone let me know how i can view the Non-English characters present in the database directly, as TOAD is not able to display them

  • Removing non-English characters from data.

    Ours is global system with some data with non-English characters. We want to download file by removing this non-English characters.
    Any suggestions how we can remove these non-English characters from file..?

    The FM u said
         Replace non-standard characters with standard characters
       Functionality
         SCP_REPLACE_STRANGE_CHARS processes a text so that it only contains
         simple characters. Special characters and national characters are
         replaced in such a way that the text remains reasonably legible.
         The character set 1146 is used by default. In this case the following
         replacements are made, for example:
          Æ ==> AE        (AE)
          Â ==> A         (Acircumflex)
          Ä ==> Ae        (Adieresis)
          £ ==> L         (sterling)
         Note that the new text can be longer than the old.
    So i dont think it ll be useful for eliminating the sp. chars.
    U have to check each and every alphabet with std 26 alphabets
    Thanks & Regards
    vinsee

  • I have a new iPhone as my old one was stolen. How can I put my old contacts on to my new phone via iCloud???

    I have a new iPhone as my old one was stolen. How can I put my old contacts onto my new phone via iCloud? Thanks.

    http://support.apple.com/kb/HT4859

  • Display non-english characters

    Hi,
    How can i display Japanese, Chinese characters in a java application or applet? do i need some special tools?
    Thanks,
    eileen

    Since Java supports unicode you don't need special
    tools only a font which is able to display japanese or
    Chinese charaters. For Windows:
    http://www.hclrss.demon.co.uk/unicode/fonts.html
    You can display a unicode char with /uXXXX have a look
    at
    http://www.unicode.org/charts/
    Or you already got a file with unicode characters....
    have funThanks for your help.
    But how can i put something down by checking that Unicode table from time to time? That's almost impossible...
    suppose i've put some Japanese characters into a file, what type of file should i save it as? save it as a html file or something else?
    and if i want the context of a label to be "xxxxx"(in Chinese), what should i do? JLabel label = new JLabel("???") how can i put some chinese characters to replace "???" ?
    and how can i input Japanese/chinese characters under Mandrake?
    Thank you very much,
    eileen2

  • How do I put music from ipod onto new computer

    I had my Macbook fixed and replaced. When I got it back and tried to plug in my ipod touch, it said that "it's synced with another library, choose erase and install or cancel".
    How can I put my music back onto my macbook?

    Connect your iPod to your computer. When you get the message that it is linked to a different library and asking if you want to link to this one and replace all your songs etc, press "Cancel". Pressing "Erase and Sync" will irretrievably remove all the songs from your iPod. When your iPod appears in the iTunes source list change the update setting to manual, that will let you use our iPod without the risk of accidentally erasing it. Check the "manually manage music and videos" box in Summary then press the Apply button. Also when using most of the utilities listed below your iPod needs to be enabled for disc use, changing to manual update will do this by default: Managing content manually on iPod and iPhone
    Once you are safely connected there are a few things you can do to restore your iTunes from the iPod. There are a number of third party utilities that you can use to retrieve music files and playlists from your iPod. I use Senuti but have a look at the web pages and documentation for the others too, you'll find that they have varying degrees of functionality and some will transfer movies, videos, photos and games as well. This is just a small selection of what's available, you can read reviews and comparisons of some of them here:
    Wired News - Rescue Your Stranded Tunes
    Comparison of iPod managers
    Senuti Mac Only (Currently only the beta version is iPod Touch & iPhone compatible)
    PodView Mac Only
    PodWorks Mac Only
    iPodDisk PPC Mac Only (experimental version available for Intel Macs)
    TuneAid Mac only (iPhone and iPod Touch compatible)
    iPodRip Mac & Windows
    YamiPod Mac & Windows
    Music Rescue Mac & Windows
    iPod Music Liberator Mac & Windows
    iGadget Mac & Windows (iPhone and iPod Touch compatible)
    Floola Mac & Windows
    iRepo Mac & Windows (iPhone and iPod Touch compatible)
    iPod Access Mac & Windows (iPhone and iPod Touch compatible)
    TouchCopy Mac & Windows (iPhone and iPod Touch compatible)
    If you have any iTunes Music Store purchases the transfer of purchased content only from the iPod to authorised computers was introduced with iTunes 7. You'll find details in this article: Copying iTunes Store purchases from your iPod or iPhone to a computer
    There's also a manual method of copying songs from your iPod to a Mac or PC. The procedure is a bit involved and won't recover playlists but if you're interested it's available on page 2 at this link: Copying Content from your iPod to your Computer - The Definitive Guide
    Keep your iPod in manual mode until you have reloaded your iTunes and you are happy with your playlists etc then it will be safe to return it auto-sync. I would also advise that you get yourself an external hard drive and back your stuff up, relying on an iPod as your sole backup is not a good idea and external drives are comparatively inexpensive these days, you can get loads of storage for a reasonable outlay:
    Back up your iTunes library by copying to an external hard drive

  • How to add non English characters

    I install weblogic 10.3.3.0, SOA Suite 11.1.1.2, and SOA Suite 11.1.1.3 on Windows 2008 (English version). The Location of Regional and language option is set to local place. I also add non-Unicode.
    I can add new holiday rules using non English characters in the BPM workspace. Then, I shutdown my computer as normal. However, after I restart my computer and weblogic domain as well as SOA Suite 11g. The non English characters become ??????
    How to configure Weblogic domain and SOA Suite to show non English characters?

    is both English and Korean letters are in the same column without any space gab or any separator, ? Pl re check

  • How can i put songs from my itunes on my computer onto my iphone

    how can i put songs from my itunes on my computer onto my iphone?
    The newest version of itunes seems to be a little more difficult to do this than past versions. I plug in my iphone to my computer and it does not allow me to "drag" songs into my iphone option anymore. Help!
    The songs I am trying to get on my iphone are from CDs that I have purchased outside of the itunes store. Can I not put those on my iphone anymore?

    Welcome to the Apple Community.
    Select the phone in the device list in iTunes, navigate to the music tab, check the music you want iTunes to sync with your phone, click the apply/sync button.

  • TS1363 how can i put my old ipods music onto my new ipod?

    how can i put my old ipods music onto my new ipod?

    Sync your new ipod to the itunes account where your old ipod originally synced. Cheers!

Maybe you are looking for

  • Material consumption posting date before MIGO

    Hi, I have one issue related to Material Consumption.... If material received and posted on 25.12.2011 then how come system is allowing to consume ( Mtype 261) on 12.12.2011.  As material stock on 12.12.2011 is Zero.  We have not allowed Negative Sto

  • Jerky animation opening emails

    I've got my 3GS set up to access my gmail via IMAP and my Hotmail accs. More often than not, when opening emails, the animation of opening and displaying each email is somewhat jerky. Anyone else having this problem? Simon.

  • Meta tag info

    Is there a way to organize files by their meta tag, like for example itunes files. I have list of videos that I want in a particular order but if I don't have a 1 2 3 4 at the start of the file then they are ordered alphabetically, which I don't part

  • Why does the display look different in photoshop and lightroom

    I am using CS4 and LR2.1. When I open the same picture in both programs the picture in CS4 looks dull and washed out. My color space in both programs is srgb (I send all my pictures to Miller's for printing). Any Idea why and what setting I should ad

  • Quartz composer...mb vs mbpro

    i went to the apple store here in dallas to test the macbook vs macbookpro on this very topic. i have been learning quartz composer recently and decided to write my own patch that would allow me to test the gpu capabilities of each machine. i wrote a