Clarification for the parser to be used in wls6.1

Hi,
Let me confirm whether my underdstanding is correct becuase it was misleading
on reading the FAQ of xml.Weblogic6.1 has two parsers xerces1.3.1 and weblogic
fast parser and one cannot use any other version of xerces and xalan and can use
any other parser by configuring in the xml registry and entering the DocumentBuilderFactory,SAXParserfactory
and TransformerFactory .Is this right? please endorse it.
sri

I have found that all the Oracle SQL functions do work inside the SDO_RDF_MATCH procedure. I have used some of them as part of the filter parameter of the said procedure.
Thanks
Bhaskar

Similar Messages

  • "Message Rejection Handler" for the file/ftp adapter using fault policy

    Hi guys,
    We are trying to implement "Message Rejection Handler" for the file/ftp adapter using following fault policy configuration.
    Fault Policy:
    `````````````
    <?xml version='1.0' encoding='UTF-8'?>
    <faultPolicies xmlns="http://schemas.oracle.com/bpel/faultpolicy">
    <faultPolicy version="2.0.1" id="ProcessNameGenericPolicy"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns="http://schemas.oracle.com/bpel/faultpolicy"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Conditions>
    <faultName xmlns:bpelx="http://schemas.oracle.com/bpel/extension"
    name="bpelx:remoteFault">
    <condition>
    <action ref="ora-retry"/>
    </condition>
    </faultName>
    <faultName xmlns:bpelx="http://schemas.oracle.com/bpel/extension"
    name="bpelx:bindingFault">
    <condition>
    <action ref="ora-rethrow-fault"/>
    </condition>
    </faultName>
    </Conditions>
    <Actions>
    <Action id="ora-retry">
    <retry>
    <retryCount>3</retryCount>
    <retryInterval>1</retryInterval>
    <retryFailureAction ref="ora-rethrow-fault"/>
    </retry>
    </Action>
    <Action id="ora-rethrow-fault">
    <rethrowFault/>
    </Action>
    <Action id="ora-human-intervention">
    <humanIntervention/>
    </Action>
    <Action id="ora-terminate">
    <abort/>
    </Action>
    </Actions>
    </faultPolicy>
    <faultPolicy version="2.0.1" id="ProcessNameHumanInterventionPolicy"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns="http://schemas.oracle.com/bpel/faultpolicy"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Conditions>
    <faultName xmlns:medns="http://schemas.oracle.com/mediator/faults"
    name="medns:mediatorFault">
    <condition>
    <test>contains($fault.mediatorErrorCode, "TYPE_TRANSIENT")</test>
    <action ref="ora-retry-with-intervention"/>
    </condition>
    </faultName>
    <faultName xmlns:bpelx="http://schemas.oracle.com/bpel/extension"
    name="bpelx:remoteFault">
    <condition>
    <action ref="ora-retry-with-intervention"/>
    </condition>
    </faultName>
    <faultName xmlns:bpelx="http://schemas.oracle.com/bpel/extension"
    name="bpelx:bindingFault">
    <condition>
    <action ref="ora-rethrow-fault"/>
    <!--<action ref="ora-retry-with-intervention"/>-->
    </condition>
    </faultName>
    </Conditions>
    <Actions>
    <Action id="ora-retry-with-intervention">
    <retry>
    <retryCount>3</retryCount>
    <retryInterval>1</retryInterval>
    <retryFailureAction ref="ora-human-intervention"/>
    </retry>
    </Action>
    <Action id="ora-retry">
    <retry>
    <retryCount>3</retryCount>
    <retryInterval>1</retryInterval>
    <retryFailureAction ref="ora-rethrow-fault"/>
    </retry>
    </Action>
    <Action id="ora-rethrow-fault">
    <rethrowFault/>
    </Action>
    <Action id="ora-human-intervention">
    <humanIntervention/>
    </Action>
    <Action id="ora-terminate">
    <abort/>
    </Action>
    </Actions>
    </faultPolicy>
    <faultPolicy version="2.0.1" id="RejectedMessages">
    <Conditions> <!-- All the fault conditions are defined here -->
    <faultName xmlns:rjm="http://schemas.oracle.com/sca/rejectedmessages" name="rjm:PartnerLinkName">
    <!-- local part of fault name should be the service name-->
    <condition>
    <action ref="writeToFile"/> <!-- action to be taken, refer to Actions section for the details of the action -->
    </condition>
    </faultName>
    </Conditions>
    <Actions> <!-- All the actions are defined here -->
    <Action id="writeToFile">
    <fileAction>
    <location>Server/Loc/path</location>
    <fileName>Rejected_AJBFile_%ID%_%TIMESTAMP%.xml</fileName>
    </fileAction>
    </Action>
    </Actions>
    </faultPolicy>
    </faultPolicies>
    Fault Binding:
    ``````````````
    <?xml version='1.0' encoding='UTF-8'?>
    <faultPolicyBindings version="2.0.1"
    xmlns="http://schemas.oracle.com/bpel/faultpolicy"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <composite faultPolicy="ProcessNameGenericPolicy"/>
    <service faultPolicy="RejectedMessages">
    <name>PartnerLinkName</name>
    </service>
    <reference faultPolicy="RejectedMessages">
    <name>PartnerLinkName</name>
    </reference>
    </faultPolicyBindings>
    We have SyncFileRead partner link.
    The expectation is: when the message read by SyncFileRead partner link is rejected,
    that rejected message should come to particular directory in the server.
    Could you please help us fixing this.
    TIA.

    HI..
    Have a look at this blog :
    3) Error: HTTP_RESP_STATUS_CODE_NOT_OK 401 Unauthorized
    Description: The request requires user authentication
    Possible Tips:
    u2022 Check XIAPPLUSER is having this Role -SAP_XI_APPL_SERV_USER
    u2022 If the error is in XI Adapter, then your port entry should J2EE port 5<System no>
    u2022 If the error is in Adapter Engine
    u2013then have a look into SAP note- 821026, Delete the Adapter Engine cache in transaction SXI_CACHE Goto --> Cache.
    u2022 May be wrong password for user XIISUSER
    u2022 May be wrong password for user XIAFUSER
    u2013 for this Check the Exchange Profile and transaction SU01, try to reset the password -Restart the J2EE Engine to activate changes in the Exchange Profile After doing this, you can restart the message
    Http* Errors in XI
    Thanks,
    Pooja

  • HT201363 I forgot I made an apple id years ago. I dont know the password nor can I remember the password for the email address I used years ago. Can anyone help me authorize my music I bought with my super old id?

    I dont know the password nor can I remember the password for the email address I used years ago. Can anyone help me authorize my music I bought with my super old id?

    See this -> Find My iPhone Activation Lock: Removing a device from a previous owner’s account
    i just asked if someone knows the support mail, i don`t know how to someone from apple support
    -> AppleID Support - Contact Support
    Condolences to you and your family.

  • You want to know the amount of space the transaction log for the Customer database is using. Which T-SQL command would you use?

    You want to know the amount of space the transaction log for the Customer database is using. Which T-SQL command would you use?

    Forced me to do a little research.
    DBCC SQLPERF(logspace)
    See also
    http://stackoverflow.com/questions/198343/how-can-i-get-the-size-of-the-transaction-log-in-sql-2005-programmatically
    For every expert, there is an equal and opposite expert. - Becker's Law
    My blog
    My TechNet articles

  • How to get the owner name for the file in ftp using abap ?

    Hi folks ,
    How to get the owner name for the file in ftp using abap ? please help me very ugernt . I tried with all standard FTP commands
    but doest work out me . Helping in this regard highly appreciated ...
    Thanks and regards,
    Swarupa Vanarchi

    Hi
    dont you  have used the os user while calling the FTP_CONNECT FM?
    Hope you are not talking about the user executing the FTP program.
    Else If you are talking about the FTP file creator then its not related to abap as you can handle it by maintaining the user in file name itself.
    May be i am going too far with if and elses here as your question possesses no  clarity.
    Plz elaborate your requirement  before anybody can help.
    Regards
    sateesh

  • How to burn a video produced in iMovie in iDVD: with gratitude for the advice received I used the "professional quality" setting in iDVD for a video which in iMovie is 1h 20min long.  however this also failled. where did I go wrong, please?

    how to burn a video produced in iMovie in iDVD: with gratitude for the advice received I used the "professional quality" setting in iDVD for a video which in iMovie is 1h 20min long.  however this also failled. where did I go wrong, please?
    the message sked me to alter the quality of the DVD as the content was too large for the quality sellected.
    PLEASE HELP again,
    THANK YOU VERY MUCH
    MIchael

    Check the Advanced ➙ Project Information menu option to make sure the playing time of the entire project, movie plus menu is below the 120 minute limit.
    OT

  • Where has the "recordings" options gone in imovie for the iphone? It used to be listed under the audio tab in the import icon.

    Where has the "recordings" options gone in imovie for the iphone? It used to be listed under the audio tab in the import icon. At one point you could add audio to a project from the Voice Memo app.

    there is NO "reload" button under "customize"!
    how do I get my toolbars set back to pre-firefox4?

  • Is there a patch planned for the increase in battery use after I upgraded yesterday?

    Is there a patch planned for the increase in battery use after I upgraded yesterday?  I've closed all the open apps, I'm not using wifi and my battery is going down really quickly. 

    Restore the phone as NEW.  There's no patch needed.

  • I've imported a giant cd collection for my work in wav format for the best quality audio using iTunes version 11.1.1.  I need to transfer this library to our Music workstation using iTunes 11.0.1.  That workstation version of iTunes can't be upgraded for

    I've imported a giant cd collection for my boss in wav format for the best quality audio using iTunes version 11.1.1.  I need to transfer this library to our Music workstation using iTunes 11.0.1.  That workstation version of iTunes can't be upgraded for compatability reasons with other software using iTunes.  When I try to transfer the library I lose all of the CD metadata and end up with only track names.  Is there a way to transfer everything along with the metadata?

    Not easily.  WAV format does not store tag information in the file.  Realize both AIFF (equivalent to WAV) and Apple Lossless (full quality but smaller files) do, so WAV was unfortunately the worst format to chose.
    If you have to go with what you have you will have to explore exporting the library as .xml, moving it and the files to the other computer, then rebuilding a lower version library with the two sets.  I am not sure if you can do it with the library.xml file that already exists or if it too differs according to version.  You may end up having to export the files as a playlist.  You will, of course, lose artwork too, though you can try fetching it from the iTunes Store later.
    Some of what you need to do is outlined in these articles though you have the added limitation that you are not building a library of the same version.  (It really is a piity you choose WAV, otherwise you could have simply added the ripped files and most of the data would have traveled with them.)
    https://discussions.apple.com/message/20401436 - turingtest2 11/2012 post on rebuilding empty/corrupt library after upgrade/crash from previous iTunes library file.
    iTunes: How to re-create your iTunes library and playlists - http://support.apple.com/kb/ht1451

  • "cwui"Error loading control. A newer version needed. The defaultsettings for the control will be used.

    各位先進:小弟最近在執行一個執行檔(.exe)時,跳出了"cwui"的視窗,上面寫著"Error loading control. A newer version needed. The defaultsettings for the control will be used."執行檔沒辦法動作,不知道是哪個地方出問題了...煩請各位解答我的苦惱之處!!感激不盡~

    請看看您的錯誤是否跟下面這個一樣
    http://digital.ni.com/public.nsf/allkb/627F8B1A99A72DBC862578770051FB9B
    若不是的話煩請提供您
    1. 錯誤訊息截圖
    2. 作業系統版本(是否是64-bit)
    3. LabVIEW版本
    4. 佈署端電腦所安裝的Runtime Engine版本
    5. 程式中有使用到的module或toolkit,例如:DSC, OPC server....等
    謝謝!

  • I own an iPod Classic.  In iTunes, some podcast videos cant be played on teh iPod, so I set it to convert the video to the right format for the iPod.  It used to work perfectly, but now for some reason, it doesnt convert properly!  When I play the video,

    I own an iPod Classic.  In iTunes, some podcast videos cant be played on teh iPod, so I set it to convert the video to the right format for the iPod.  It used to work perfectly, but now for some reason, it doesnt convert properly!  When I play the video, it is just a white screen, but the sound can be heard.  Can anyone help??????

    Your source video file is probably muxed.
    Neither QT Pro or iTunes has the ability to successfully encode a muxed video file with audio. You'll end up with video and no audio.
    See: iPod plays video but not audio of some exported files.
    You'll need to use some other third-party software to do the conversion. There's a handful of software available. Just search the forums and you'll find many titles mentioned.
    Try MPEG Streamclip.

  • I downloaded Yosemite on new iMac and now can no longer open spreadsheet files created using Excel for the iMac.  I used to be able to do so on this new computer.  What can I do?

    I downloaded Yosemite on my new iMac and now can no longer open spread sheet files I created on my old iMac using Excel for the iMac.  I used to be able to open these files on my new computer before Yosemite.

    I downloaded Yosemite on my new iMac and now can no longer open spread sheet files I created on my old iMac using Excel for the iMac.  I used to be able to open these files on my new computer before Yosemite.

  • Non riesco a ricevere acquisti fatti su itunes, mi da questo errore :erreu : you have an error in your sql syntax; checkthe manual that corresponds to your mysql server version for the right syntax to use near from news order by id desc at line. cosa devo

    non riesco a ricevere acquisti fatti su itunes, mi da questo errore :erreu : you have an error in your sql syntax; checkthe manual that corresponds to your mysql server version for the right syntax to use near from news order by id desc at line. cosa devo fare?  grazie

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]

  • Can the headphones for the iPhone 4s be used for the macbook pro 13inch as a mirophone?

    Can the headphones for the iPhone 4s be used fof the MacBook Pro 13inch as a headphone/microphone?

    Is this your headphone http://store.apple.com/us/product/MB770G/B ?
    If is, you can use it in your Macbook

  • My iPad will not charge and every time I charge it. It comes up with the iTunes icon and I will not charge, it is not a new I pad and the same charger I use for the I pad I use for my I phone and it will charge. What is wrong?

    My iPad will not charge and every time I charge it. It comes up with the iTunes icon and I will not charge, it is not a new I pad and the same charger I use for the I pad I use for my I phone and it will charge. What is wrong?

    What exactlyare you seeing on the iPad's screen ? If it's the iTunes icon and a cable then that means that it's gone into recovery mode - you will need to connect it to your computer's iTunes and you should be able to use that to reset it back to factory defaults and you can then restore/resync your content to it.

Maybe you are looking for

  • Color issue only with finder on a dell U2410 screen

    Hello... I've got a macbookpro 15' with snow leopard. I've just connected a second display screen (DELL U2410) through a mini display to DVI adapter. On te Dell, when i look a photo in the finder/cover flow, the reds are satured. And when i look the

  • Areca (argh) installing drivers  - windows

    I rekon areca's manual and website were written by the devil himself or at least one of his little minions. And all that waffle about creating a floppy? What is this 1995? Anyhoo, I downloaded the drivers, found the raid controller?? in device manage

  • Where is the right version of iPhoto?

    I'm using iPhoto 7.1.5 on my MacBook Pro. I want to sync my iPhone pictures via iCloud, but I got a message saying I needed a newer version of iPhoto. So, today I bought iPhoto version 9.2.1.  I can't install it, because I don't have version 9.0.  I

  • Require po_line_locations_all update api

    HI All, I want to know is it feasible to update the table po_line_locations_all directly by using update statement...........? or it is better to use update api to update the table po_line_locations_all.... Please suggest me which option is better...

  • Grouping based on Start and End Year

    Hello everyone, Need your help in solving one SQL query My data look like this cid rid year title 52     1000     2001     1 52     1000     2002     1 52     1000     2003     6 52     1000     2004     6 52     1000     2005     6 52     1000     2