RejectedMessageHandlers property, can we use it 2 times in bpel.xml file

hi'
I have a XML file to read, if the file is incorrect then I am calling another BPEL process to catch the error by the below code
inside the bpel.xml file
<?xml version = '1.0' encoding = 'UTF-8'?>
<BPELSuitcase>
<BPELProcess id="TestFileRead" src="TestFileRead.bpel">
<partnerLinkBindings>
<partnerLinkBinding name="ReadFile">
<property name="wsdlLocation">ReadFile.wsdl</property>
</partnerLinkBinding>
</partnerLinkBindings>
<activationAgents>
<activationAgent className="oracle.tip.adapter.fw.agent.jca.JCAActivationAgent" partnerLink="ReadFile">
<property name="portType">Read_ptt</property>
*<property name="rejectedMessageHandlers">bpel://default|GetRejectedMessageBPEL|initiate|payload</property>*
*<property name="rejectedMessageHandlers">file:///abc/test/fail</property>*
</activationAgent>
</activationAgents>
</BPELProcess>
</BPELSuitcase>
Now what I want to do is, I also want to move the rejected file to different directory something like this,
*<property name="rejectedMessageHandlers">file:///abc/test/fail</property>*
however If I put both the property inside the bpel.xml file then only one is working which is the later one i.e. it simply ignores the first one. My requirement is, I also want to move the rejected file to different directory, please tell me how this can be achieved, where I want to move the error file to other directory and pass the error details to other BPEL process.
thanks
Yatan

If that is the case...
do what you are doing in second BPEL in first BPEL catch block and use the property to move the file to folder.
Ohhhh... Sorry.... It will not go to catch right....
Regards
PavanKumar.M
Edited by: pavan4s on Sep 2, 2010 12:25 AM

Similar Messages

  • Can I use "apple script" to auto input xml file to final cut pro and auto export mp4 file?

    Now, I'v a lot of  final cut pro x 's xml, I want to use ""apple script" or other method to auto input xml and output mp4 in final cut pro x . How can I finish it?

    Where did the XML come from? What did it consist of?

  • Can I use the new Time Capsule to backup my mid 2010 Macbook Pro? Also can I want to free up my hard disk, can I save my photos and files on the time capsule and later access through wifi?

    Can I use the new Time Capsule to backup my mid 2010 Macbook Pro? Also can I want to free up my hard disk, can I save my photos and files on the time capsule and later access through wifi?

    Can I use the new Time Capsule to backup my mid 2010 Macbook Pro?
    Yes, if you are asking about using Time Machine to backup the Mac.
    Also can I want to free up my hard disk, can I save my photos and files on the time capsule and later access through wifi?
    You are not thinking of deleting the photos and files on your Mac, are you?  If you do this, you will have no backups for those files.
    Another concern is that Time Machine backs up the changes on your Mac. At some point, Time Machine will automatically delete the photos and files from the Time Capsule.....you just don't know when this might occur.
    In other words, only delete files from your Mac that you can afford to lose.

  • How can i use the airport time capsule as a external hard drive?

    how can i use the airport time capsule as a external hard drive?

    Why do you recommend not place things like iTunes libraries or photo libraries on the drive? It was what I am looking for...
    I suggest that you ask the experts over in the iPhoto Support Community about their opinions on placing an iPhoto or Aperture library on the Time Capsule....even if you plan to use a wired connection for your Mac and the Time Capsule.
    But, if Terrence Devlin answers, be prepared for a lecture about why you should not ever do this.
    If you place the iTunes library on the Time Capsule, be prepared for iTunes to give you messages about not being able to find the library.
    In addtion, LaPastenague has the answer for you in a nutshell......corruption problems.
    Bottom line....the Time Capsule is for your backups.....not "everyday" files and especially not libraries.

  • Can I use the Apple Time Capsule to store my compressed DVD's and access from my iPad/iPod/iPhone while on a trip if I have the Time Capsule plugged in in the car/SUV?

    Can I use the Apple Time Capsule to store my compressed DVD's & BD's to access from my iPad/iPod/iPhone wirelessly while on a trip if I have the Time Capsule plugged in in the car/SUV?

    castruck wrote:
    I would be accessing the files wirelessly from the iPad/iPod/iPhone to play the files. 
    what player do you intend to use? That is what I am wanting to check.. you understand there is no itunes server in the TC..
    BTW if you want to use the TC in your car/SUV.. convert it to 12v operation.
    https://sites.google.com/site/lapastenague/time-capsule-power-supply-repair-kits

  • Can I use the new time capsule running 10.68 on my Imac?

    Can I use the new time capsule running 10.68 on my Imac?  I thinking of buying my first Time Capsule and wanted to get the new one.  Is it reqiured for me to upgrade my OS first?

    Welcome to Apple Support Communities
    You can use the Time Capsule with your iMac. The problem is that you need AirPort Utility 6.3 to set up the Time Capsule, and it needs OS X 10.7 or later.
    If you have an iPhone, iPod touch or iPad, you can connect the Time Capsule to the power adapter, open Settings > Wi-Fi, and set up the Time Capsule through it. Then, you will be able to connect to the Time Capsule.
    If you haven't got any other device, upgrade OS X. Open the Mac App Store and purchase OS X Mountain Lion. While it's being downloaded, make a backup of your files with Time Machine and check that your apps are compatible > http://www.roaringapps.com
    When the download finishes, the Mountain Lion installer will appear, so follow its steps. After upgrading, open  > Software Update, install AirPort Utility 6.3, open it in /Applications/Utilities and follow the steps to set up the Time Capsule

  • Can you use the apple time capsule as just a wireless hard drive without using it as a router

    Can i use the apple time capsule as just a wireless hard drive without using  a router

    You can, but this type of configuration is not recommended or supported by Apple.
    Two cautions if you want to try this:
    1)  The Time Capsule has to be configured to "Join" your existing wireless network in this type of setup...and to do that, you must know the exact type of wireless security that your network is using.
    2)  Backups are going to take twice as long. The wireless signal must travel from your computer to the wireless router and then from the wireless router back to the Time Capsule.  Two "hops"......even if the computer is located close to the Time Capsule.
    If you want to try this, we can tell you how....but with no guarantees on your results....since this is not officially supported.

  • Can i use a environment variable inside a *.sql file?

    Hello,
    I want to create a external table.
    So i am using the command
    create or replace directory abc as 'C:\folder'.... inside a sql file.
    Now i want the path "C:\folder" to be dynamic as i am using this path in many other places also inside the sql file.So i thought to create a environment variable and put this value there.I tried using as %PATH% but it gives error..... where %PATH%=C:\folder.
    Can i use a environment variable inside a *.sql file?
    But how to do that or is there any other way.
    Thanks
    Swapna
    Edited by: user11018268 on Feb 19, 2010 1:03 AM

    user11018268 wrote:
    Actually what i want is the path "C:\folder" is not fixed it can be anything which i may not know the user may decide it later. Not supported. A directory object refers to a specific physical location (directory/folder) on a file system. Not a path.
    You can work around it by (creating and) using a function (running under a super user schema with authid definer privs). The caller (e.g. schema scott ) calls it with a physical path. E.g. GetDirectoryObject( 'C:\folder\2010\feb\week4' ).
    This function determines if there is an existing directory object for the path. If not, it uses a wildcard search to determine if there are any directory objects for parents in the path (e.g. for C:\folder\2010\feb or C:\folder\2010 or C:\folder ).
    If it finds a directory object, it interrogates the data dictionary to determine if the caller, schema scott for example, has read/write access on that directory object. If it has, it creates a new directory object and grants the caller read/write access to it. The function then returns the name of the directory object to the caller.
    The caller thus do not deal directly with directory objects. The function returns the object name given a physical path as input. Also, only a single base directory needs to be created (e.g. for C:\folder ) and access granted to the schema on it. Any sub-directory in that base directory can now be dynamically accessed by the schema.

  • You can't use Contribute to edit this type of file

    I've updated a few pages from a website, so they're just
    variations of pages that used to work with Contribute. Now I'm
    getting a message--on some of them--that "you can't used Contribute
    to edit this type of file." These are html files with the extension
    htm. They contain tables. They are based on templates. They don't
    seem to have any other distinguishing properties. Exactly what kind
    of files don't work? What might I be doing wrong? I teach this at a
    college & my students are as puzzled as I am.

    Ancient thread, but if anyone else is googling this phrase I thought I might respond with a possible answer.  I encountered the same error but could not find anything wrong with the page in question.  Turned out the page getting the error message was fine! The issue was actually with a simple typo on the page that linked to that page--it was missing the extension (e.g., linking to "page2" instead of "page2.php".  The web server (and Contribute's browser) were pulling up the page even though the extension was missing but Contribute didn't know what kind of file it was so it refused to allow editing.

  • Can I use Photoshop Elements 13 to create HTML file?

    Can I use Photoshop Elements 13 to create HTML file?

    See Barbara's answer in your duplicated post: How can I save a Photoshop Elements 12 file as HTML?
    No difference with PSE13.

  • Are there any libraries can be used to generate Type 1 font postscript file

    I am trying to create a Type 1 font postscript file. But I found it is hard to find the library to generate the Type 1 font postscript file. I just found a library named iText which can create the Type 1 font PDF file.
    Are there any libraries can be used to generate Type 1 font postscript file?
    Thanks!

    I don't see much benefit with the current ODI adaptors for planning if it is an EPMA type planning application.
    They have been specifically designed to work with classic planning applications.
    It certainly is possible to load into EPMA interface tables using ODI though there are no direct adaptors and it takes quite a bit of effect to get them into the correct format.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Can I use my Mac to make a backup file of a MS DOS file

    Can I use my Mac to make a backup file of a MS DOS file?

    Have you verified that the mill is using FAT12?
    Do I understand correctly that the mill boots from the floppy - it has no other storage?
    If that is the case, then the new disk needs to be in the correct format and set up as a boot disk, which will not happen automatically, and I'm not sure if you can do it with OS X. The instructions on this page should help.
    If it is something you need to do a lot of, and have no access to an MS-DOS computer, you could consider installing the Parallels virtual machine software on your Mac, and setting up a virtual MS-DOS system.

  • How can i use a xsd while generating my xml document in oracle?

    Hi, how can i use a xsd while building my xml document query, so i know the xml was built properly?
    Cheers.

    Hi,
    Do you want to validate your xml against xsd?
    Read this
    validating
    There are some bugs also, for example  xml is invalid but no errors when calling schemaValidate()
    Ants

  • Can I use the Camera Connection Kit to transfer files from my Mob/PS3/iPod?

    Can I use the Camera Connection Kit to transfer files from my mobile/iPod or Playstation 3 to iPad using a USB cable?
    I have an *iPod nano 16GB 5g* & my mobile is a *Samsung G800* and *Playstation 3 80GB*.
    _Thanks for reading_

    The CCK will find/ask to download (if iPad supported formate )picture and video files if the device is formated in FAT 16 or 32 and the supported files are placed in a "DCIM" folder in the root directory. I have transfered such files from SD card and USB drives. However, not USB drive work. I had an old 2GB (very large) and when i connected it it said it drew too much power.
    I also downloaded pictures and video files from a compact flash card and smart media card via a SanDisk USB card reader.
    AppleIpod60GB wrote:
    No. The CCK is only designed to allow you to import photos from a digital camera via USB or an SD card. You cannot import any data via this kit and no other files will work as it's designed for only the functionality it does. The kit looks for a folder with the label "DSC####### the same structure as most digital cameras, and will only function with JPG files.
    Message was edited by: lllaass to add CF and SM info

  • HT4847 Can i use icloud as a server and share files with others as it was possible before?!

    Can i use icloud as a server and share files with others as it was possible before?!

    iCloud does not provide general file storage and sharing. You will need to find a third-party alternative - this page examines some options:
    http://rfwilmut.net/missing3

Maybe you are looking for

  • Creative cloud will not instal on Mac. Does nothing. Just sits there.

    Trying to download Creative cloud but it does nothing. I can see the installer and Creative Cloud on my Mac but nothing will open. It just hour glasses the installer. Makes it hard to download any product when step one wont work. Any feedback would b

  • Combine Multiple Worksheets into one table

    Hello Everyone! I have 2 Excel worksheets within the same workbook. Both have identical tables with almost the same fields except for 2 or 3 different columns in one of the sheets. Currently I have a macro assigned to a button on one of the sheets an

  • Why can't I open PDF files?

    I can't open (or print obviously) PDF files from IE8 (or anywhere else) since I upgraded to Adobe Reader 9.3 about 3 or 4 weeks ago.  I can't think of any changes I made to anything on my computer other than install the Adobe Reader upgrade.  I have

  • Dodgy undo

    Hi, I am using a retina display macbook pro 2.6ghz i7. I've downloaded Reflow and got staright in to Chris Griffith's tutorial, which is all great. However, when adding the background image I decided to undo (with quickkeys ctrl-z). Whilst undoing th

  • How to Use Altiverb IR in Space Designer?

    Hello, how can I use Altiverb Impulse Responses in Space Designer? Do I need to convert them? How? SD doesn't load the .C files, does it