How to register multiple stages in fault handler?

Hi,
I am trying to create multiple fault handlers for multiple CQL processors.
I understand how to create one handler but when I am trying to add another osgi service to rgister anothet fault handler I get strange behaviot in theeclipse. The EPN disappears.Any advice?
Another question - how do I register multiple stages to the same handler?

Hi,
I am trying to create multiple fault handlers for multiple CQL processors.
I understand how to create one handler but when I am trying to add another osgi service to rgister anothet fault handler I get strange behaviot in theeclipse. The EPN disappears.Any advice?
Another question - how do I register multiple stages to the same handler?

Similar Messages

  • How to register multiple ipods on same email account

    how do register multiple ipods using the same email account?

    Maybe here
    How to use multiple iPods, iPads, or iPhones with one computer
    You can have an unlimited number of devices that you own or control for private use tied to one iTunes account. But you have only have five tied to one iCloud account.
    To alllow FT and Messagibng between them see:
    MacMost Now 653: Setting Up Multiple iOS Devices For Messages and FaceTime

  • How to register multiple xsd with relative include references?

    Hi there,
    unfortunately I'm a newbie to XDB and maybe this is a basic question. But I didn't get it solved right now (also Google wasn't my friend helping me out)...
    I try to register a set of xsd to XML DB (11g Release 2 11.2.0.1.0) with the given structure:
    Folder 'demo' contains:
    mainmodel.xsd
    types.xsd
    Subfolder 'demo/details' contains:
    submodel_a.xsd with <xs:include schemaLocation="../types.xsd"/>
    submodel_b.xsd with <xs:include schemaLocation="submodel_a.xsd"/>
    First I created the folders 'demo' and 'demo/details' in the XML DB repository using dbms_xdb.CreateFolder.
    Then I added the xsd as resources to the XML DB, e.g.
    declare
          v_result boolean;
          v_schema xmltype := xmltype(bfilename('DEMO', 'types.xsd'), nls_charset_id('ISO-8859-1'));
        begin
          v_result := dbms_xdb.CreateResource('/demo/types.xsd', v_schema);
        end;
    Then I registered my types.xsd:
    begin
    DBMS_XMLSCHEMA.REGISTERSCHEMA(
            schemaurl => 'types.xsd',
            schemadoc => BFILENAME ('DEMO','types.xsd'),
            csid => 0
            end;
    When trying to register submodel_a.xsd the same way I get the following error:
    ORA-31000: Ressource '../types.xsd' is not an XDB schema document.
    How can I resolve this?
    Best regards
    Matthias

    As Marco mentioned, you have to resolve and update the relative urls in a local copy of the schema, just before registration.
    That way you can keep the original file untouched while correctly register the schema using absolute urls.
    Here's a short example, assuming all XSDs have been loaded as resources in the repository, using the same folder structure :
    - This registers "types.xsd" at URL "/demo/types.xsd"
    begin
      dbms_xmlschema.registerSchema(
        schemaURL => '/demo/types.xsd'
      , schemaDoc => xdburitype('/demo/types.xsd')
      , local     => true
      , genTypes  => false
      , genTables => false
    end;
    - This gets a local copy of "submodel_a.xsd" located at "/demo/details/submodel_a.xsd" in the repository, resolves and updates the include location(s), then registers it :
    declare
      v_schema_url varchar2(2000) := '/demo/details/submodel_a.xsd';
      v_schema_doc xmltype := xdburitype(v_schema_url).getxml();
    begin
      for r in (
          select x.*
          from xmltable(
                 'for $i in fn:doc($url)/xs:schema/xs:include
                  return fn:resolve-uri($i/@schemaLocation, $url)'
                 passing v_schema_url as "url"
                 columns idx        for ordinality
                       , schema_loc varchar2(4000) path '.'
               ) x
      loop
        select updatexml(
                 v_schema_doc
               , '/xs:schema/xs:include[' || to_char(r.idx) || ']/@schemaLocation'
               , r.schema_loc
               , 'xmlns:xs="http://www.w3.org/2001/XMLSchema"'
        into v_schema_doc
        from dual;
      end loop;
      dbms_output.put_line(v_schema_doc.getclobval);
      dbms_xmlschema.registerSchema(
        schemaURL => v_schema_url
      , schemaDoc => v_schema_doc
      , local     => true
      , genTypes  => false
      , genTables => false
    end;
    (in this case the xs:include/@schemaLocation will be updated from '../types.xsd' to '/demo/types.xsd')

  • How to register multiple positions dating circle?

    Hello.
    I'm doing a project in which I look at a point through eye and pick up the coordinates. I'm doing a part that I look like a point and collect several coordendas for 20 seconds and give the arithmetic mean. Expect an answer that is a great help.
    regards
    Attachments:
    coordendas.JPG ‏21 KB
    calibration.JPG ‏25 KB

    -What's your point(red marking?) in the image?
    -Are you able to locate the point and it's co-ordinates?
    -Do you have an array of co-ordinates if so use http://zone.ni.com/reference/en-XX/help/371361J-01/gmath/mean/
    Thanks
    uday,
    Please Mark the solution as accepted if your problem is solved and help author by clicking on kudoes
    Certified LabVIEW Associate Developer (CLAD) Using LV13

  • How to register artissts feat. other artists without multiple posts?

    How to register artists feat. other artists without multiple posts? If someone understand waht I mean.
    For example, in the list of artist I have "Missy Elliot" but on several songs
    she sings with someone i.e "Missy Elliot feat. Bill Clinton" than thats going to be another post in the artist list.
    Are there any trick to get those posts to register under just one category and still keep the "featuring" information in the artist category.
    Thx
    friss
    iBook   Mac OS X (10.3.9)  

    Thanks for your answer peeble. I thought so to, but I had to ask. But it is little bit annoying. It would have been nice if you could put some info within brackets for example without creating new posts. I might send an mail to Steve.
    iBook    

  • How do I register Multiple External Application IDs

    How do I register Multiple External Application ID's in a single WEBCLIPPING provider....

    Hi Java,
    You cannot have multiple External Application associated with a single Provider , you need to register diffrent providers with respective External Applications
    Thanks
    Vineet

  • How to implement Fault Handler in BPEL

    Any good material or sample available on ? How to handle exception properly If error does occur in BPEL ?

    Hi',
    Check this out,
    http://rathinasaba.wordpress.com/2011/05/29/fault-handling-in-bpel/
    http://rahullahiri.blogspot.com/2011/02/basic-fault-handling-in-soa-11g.html
    http://jianmingli.com/wp/?p=2708
    -Yatan

  • How to sync multiple iPads on stage?

    I have a band. I'm interested in moving from sheet music folders to iPads. There are several sheet music / page turning apps. I want to be able to sync the iPads together from one "master" to several "slaves" - turning pages, selecting songs, etc.
    Some apps claim to have this capability, but provide little explanation.
    I'd very much like to determine:
    a. If this is possible?
    b. If so, what equipment is necessary beyond the iPads? Would I need to create a WiFi network on stage? Would this be reliable? Would all iPads need to be the same model?
    If anyone else is doing this already - band, church, pro or school ensemble - any insight would be greatly appreciated.
    Thank you,
    SK

    If I go with method #3 in the article How to use multiple iPods, iPads, or iPhones with one computer can I still plug in 10 (or more) iPads into a 10 port USB hub and it will go through and sync each iPad with a different name with it's respective itunes account automatically or will I have to manually do this?

  • Fault handling in DIServer Interact

    Good Day Mentors,
    I'm currently testing out how the DIServer works.
    Now, I am testing Fault handling with the DI Server,
    and would want to know if there is a way to get multiple Errors from an DI Server Interact call.
    My test scenario was adding 2 Sales Orders into SAP via DI Server using the Interact Call(Not BatchInteract).
    The actual SOAP call sent , with comments, is as below:
    <?xml version="1.0" encoding="UTF-8"?>
    <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
    <env:Header>
      <SessionID>5659CCC6-2E15-4664-BFA2-4E6A3BDD3E35</SessionID>
      </env:Header>
    <env:Body>
    <dis:Add xmlns:dis="http://www.sap.com/SBO/DIS">
      <Service>OrdersService</Service>
    <Document>
      <DocType>dDocument_Items</DocType>
      <DocDate>2014-05-09</DocDate>
      <DocDueDate>2014-05-10</DocDueDate>
      <CardCode>C23900</CardCode>
      <Comments>DI Server Test - ADD</Comments>
    <DocumentLines>
    <DocumentLine>
      <ItemCode>A00003</ItemCode>
      <Quantity>2</Quantity>
      </DocumentLine>
    <DocumentLine>
      <ItemCode>TESTITTEM02</ItemCode> <!-- This Item Code Does not Exist in OEC Computer-->
      <Quantity>2</Quantity>
      </DocumentLine>
      </DocumentLines>
      </Document>
      </dis:Add>
    <dis:Add xmlns:dis="http://www.sap.com/SBO/DIS">
      <Service>OrdersService</Service>
    <Document>
      <DocType>dDocument_Service</DocType>
      <DocDate>2014-05-09</DocDate>
      <DocDueDate>2014-05-10</DocDueDate>
      <CardCode>C20000</CardCode>
      <Comments>DI Server Test - ADD</Comments>
    <DocumentLines>
    <DocumentLine>
      <ItemDescription>Printer Servicing</ItemDescription>
      <AccountCode>499999</AccountCode> <!-- This Account Code Does not Exist in OEC Computer-->
      </DocumentLine>
      </DocumentLines>
      </Document>
      </dis:Add>
      </env:Body>
      </env:Envelope>
    I commented the parts that should throw errors, which are the non existent ItemCode and AccountCode in 2 separate Sales Orders.
    I was hoping to get a Fault Response from the DIServer which tells me that there are two error from 2 different Documents.
    Basically, 2 separate error messages for the 1st Sales order(non existent Item Code) and 2nd Sales Order (Non Existent Account Code).
    But the Fault Response I got from the DIServer was this:
    <?xml version="1.0" ?>
    <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
    <env:Body>
    <env:Fault>
    <env:Code>
      <env:Value>env:Receiver</env:Value>
    <env:Subcode>
      <env:Value>-1</env:Value>
      </env:Subcode>
      </env:Code>
    <env:Reason>
      <env:Text xml:lang="en">Error in SOAP command 'Add'</env:Text>
      </env:Reason>
    <env:Detail>
      <Command>Add</Command>
      <SessionID>5659CCC6-2E15-4664-BFA2-4E6A3BDD3E35</SessionID>
      </env:Detail>
      </env:Fault>
      </env:Body>
      </env:Envelope>
    The fault response only tells me that there is an error, but nothing specific to the documents. Just something specific to the actual SOAP call.
    If I something is not clear, please do clarify with me.
    I'm using SAP B1 9.0 PL05.
    Thanks in advance!
    Sean

    Hi Sean,
    I don't think there is such a feature available. This is standard behaviour in SBO - same for UI and DI API. The first problem/error found will abort the action and message is shown and in this case it is one action ( interact).
    regards,
    Maik

  • Multiple stages app dev

    Has anybody tried multiple stages app dev?
    The main stage manages the life-cycle of several secondary stages. Meanwhile, each secondary stage has an independent UI.

    Currently, I'm working on a desktop investigation-like app where the user starts from the main stage, and then creates new stages to process individual investigation. Meanwhile, she's free to jump between stages. If interested, I'll keep you posted on how JFX handles this approach.

  • Registering multiple iPods on same computer

    I currently have a 4G 2nd generation iPod that is registered to our computer. My husband just received a 4th generation iPod. Can you register multiple iPods onto the same computer?
    My other question is if you purchase a used iPod, how do you register that and is there anything else we should consider when looking at purchasing a used iPod?
    Thanks for any help.

    Can you register multiple iPods onto the same computer?
    Yes. Register each iPod as if it was the only iPod being used on that computer.
    My other question is if you purchase a used iPod, how do you register that
    If iTunes doesn't give you the option of registering it, click here and fill out the forms.
    and is there anything else we should consider when looking at purchasing a used iPod?
    Restore it when you connect it to the computer.
    (37330)

  • How to have multiple windows of same app under JSF 1.1

    I know this has been addressed in JSF 1.2, but does anyone have a good solution in JSF 1.1 concerning how to allow multiple application instances to be opened in different browser windows at the same time? I work for a large financial services company and we have multiple instances of the same application up when working with more than one customer or account at the same time.
    We�ve figured out a way to use a custom variable resolver and property resolver to provide an application instance scope that works with managed beans; however, we are struggling with how to handle the JSF component tree. We can replace the StateManager or ViewManager, but we will be running under a vendor implementation of JSF and do not want to outright replace their implementation. We wanted to simply define our own manager, decorate the viewId with additional information, and then pass it on to the default manager. The big issue is that while the restoreView methods take the viewId, the writeState methods do not. This seems like a pretty big show stopper to us. If we have to wait until JSF 1.2, it will be a long wait. Any ideas?
    Thanks.

    The way I'm thinking of doing this is to use nested beans. So for example, I'd have an "AccountBean" written as a JSF managed bean, but this is not what I'd declare in faces-config. Instead, I'd have an "AccountMgr":
    <managed-bean>
    <managed-bean-name>acctMgr</managed-bean-name>
    <managed-bean-class>AccountManager</managed-bean-class>
    </managed-bean>AccountManager would have a map of AccountBean objects. In my pages, I'd reference the acctMgr:
    #{acctMgr.accts[acctEditor.acctId].firstName}If anyone has a better idea, I'd love to hear about it.

  • How to select multiple values from the parameters in BI Publisher report

    How to select multiple values from the parameter drop down in BI Publisher, and how to handle this mulitple values from the report sql...

    Hi kishore,
    I have used all the steps as you mentioned in your previous reply....including checking Mulitple Selection Check Box..
    Iam able to get the results when I am selecting one value..
    and also I am able to handle multiple values the in the query by using IN :Parameter, but seems when we select more than one value from the parameter drop down i think the Bi Publisher is sending the values in concatenated form something ilke
    ex: "'ACCOUNT','HR','SALES'" ,and when trying to display the parameters values in the output, its throwing the error as 'missing right paranthesis' ....on the whole do you have any solution which would handle
    1.Single selection.
    2.Multiple selection.
    3.'ALL' Values.
    4.Separating the concatenated string into individual strings and dispaly them on the output of the report..etc..in case of Mulitple selection.
    Ex:
    Concatenated String from BI Publisher:"'ACCOUNT','HR','SALES'"
    Expected Output on the report:ACCOUNT,HR,SALES
    reply to this would be much appreciated....
    thanks,
    manoj

  • How to use multiple midi controllers with Mac book pro (2 usb)?

    I have a newer macbook pro that has 2 USB ports, and a lightning port and a firewireport.
    On stage I will be using the firewire port connected to a Presonus Firestudio mobile to use as the interface to the house mixer.
    I will use 1 USB for my M-audio Axiom 61
    I will use the other for my Yamaha WX-5 Wind synth
    I'd like to be able to get the apogee midi foot controller to control the playback audio. For example I'll be using it to stay in a solo section, then step on it to move it forward ot the next section when I am done soloing
    I'd also like to use some sort of midi switch to turn on vocal effects of the mic.
    Anyway since I only have 2 USB ports, how should I connect the 3rd, or 4th USB midi controller?
    Will a USB hub work to do this? If so, will I always have to remember to use the same controler in the same exact hub input to make sure everything maps the same?
    I guess I'll also have to learn how to setup multiple controllers in Mainstage as well.
    Thanks
    Dan

    Hi there,
    is a question which many of us have spent ...
    I think the obvious answer is that yes you can use a hub and connect everything. however ....
    sincerely advise you to buy a good hub that is well feasible, the last thing you want on stage / rehearsal is one of midi controllers stop responding, or stay with hanged notes... etc., do not buy just because it is cheap it has to be stable and viable, some bring cable for connecting wall power just to not drain power from the USB port.
    Other things to try is to distribute as much equipment for USB / Midi.
    For example one of midi controllers connect via USB but not by Midi outside the Presonus Firestudio. Connecting Presonus Firestudio to a single USB port as it is a main equipment.
    but it really is an issue that greatly limits the use of USB devices.
    Try it and tell me how it went. Good luck
    (sorry for my english i´m Portuguese)

  • How to configure multiple listeners to listen for the same instance.

    Hello everyone,
    I am running oracle database 11g and I want information regarding how to configure multiple listeners to listen for the same database instance. Actually I know how to configure more than one listener but the main thing that I am confused about is when we create listener.ora file, do we have to statically register the database instance with both the listeners or the instance will register itself with both the listeners.
    According to my knowledge the instance will register with the listener specified by LOCAL_LISTENER parameter and we cannot have more than one value for this parameter.
    Please only give detailed answers with example as I am tired of simple answers with details that I already know.

    Hello,
    Yes, it can make sense to have several listener for one Oracle instance. For instance you may have one listener for the applications another listener for DBA administration tasks as well as one listener dedicated to dataguard broker. It is not possible to have several listeners listening on the same IP and Port.
    By default the database try to automatically register to a listener on port 1521. To instruct the instance to register to a specifc list of listeners you can add in the init.ora the local_listener parameter with an alias definition:
    i.e
    local_listener=MY_SET_OFF_LISTENERS
    in your tnsname.ora add an entry called:
    MY_SET_OFF_LISTENERS_LOCAL= (ADDRESS_LIST=
    (ADRESS=(PROTOCOL=TCP)(HOST=myhostname)(PORT=1530))
    (ADRESS=(PROTOCOL=TCP)(HOST=myhostname)(PORT=1531))
    (ADRESS=(PROTOCOL=TCP)(HOST=myhostname)(PORT=1532))
    In this sample your instance will register to three listeners listening on respectively port 1530, 1531 and 1532
    If you want your clients can be balanced over the 3 listeners

Maybe you are looking for