DVM Configuration in BPEL - query

In Oracle BPEL, Based on DVM configration we split the input into 3 parts (for example 10 we split to 3,3 & 4 and if one out of 10 fails also the whole process rolls back) now the business requirement has changed like if first 3 runs fine and next 7 fails the first 3 alone should be saved (commit) in DB.What property should i use for the same?
Please assist

I think you need to have Non-XA datasource, XA datasource will help with rollback.
Thanks,
Vijay

Similar Messages

  • How to configure  Oracle BPEL Process Manager for JBoss 4.2.1

    can any body help me to configure Oracle BPEL Process Manager for JBoss 4.2.1

    Look here:
    http://download.oracle.com/docs/cd/E10291_01/doc.1013/e10538/toc.htm
    Marc
    http://orasoa.blogspot.com

  • How can a JMS adapter be configured in BPEL to consume messages from multiple queues ?

    How can a JMS adapter be configured in BPEL to consume messages from multiple queues ?

    If you want to use JMS with AQ as datastore then there is some configuration you need to do to enable this. This is outside SOA Suite per sa, e.g. no adapter required.
    If you want to connect to the AQ direct then use the AQ adapter.
    this blog may be of some help understand the configuration
    http://biemond.blogspot.com/2008/01/oracle-jms-with-esb-and-bpel.html
    cheers
    James

  • ESB DVM in Oracle BPEL

    Hi All,
    1)Can we use the DVM created the ESB, in Oracle BPEL.
    I checked the developer guide of ORacle BPEL 10.1.3.1,it says it is currently not supported.
    Is this supported in 10.1.3.4??
    2)I have creted a DVM in ESB control.
    The name of the DVM is Vendor.
    There are two columns inside the DVM
    columnn,value
    And there are two rows of data
    1)Currency code, GBP
    I tried using the look-upDVM function in the XSLT
    The configuration was
    <xsl:value-of select="orcl:lookup-dvm('Vendor','Column','Currency Code','Currency Code','')"/>
    But this is not fetching any value.
    Please help me i this regard.
    Regards
    Ashwini

    Hi Ashwini,
    As per the document, you can either have the DVM store din your local file system as an xml or can store it in your ESB Repository so that it can be used when you are specifying a transformation in a routing rule.
    Two possible scenarios :
    (1) You can import an XML lookup file exported from a database as the basis for a domain-value map . To import an XML lookup file exported from a database as the basis for a domain-value map.This scenario assumes that you exported the schema from the database using a tool such as XSU, and have converted the exported file to use the schema required for ESB domain-value maps.
    (2) Move a domain-value map from a test system to a production system.
    Hope that's much clear now!
    Cheers
    A

  • Oracle SFTP adapter Configuration for BPEL  process (11.1.1.3 )

    Hi All,
    Can someone tell me how to configure the FTP adapter for window's server.
    We already have a bpel process with FTP adapter but it is set up for unix server , we want to change the location to window's server.
    Can any one provide me with what changes need to be made at the ftp adapter level in jdeveloper and also on the weblogic console for the existing bpel process .
    Thanks in advance.

    Thanks a lot!
    Will follow the steps as mentioned in the link: SOA / BPM on Oracle Fusion Middleware: SOA Suite 11g - FTP Adapter
    I am confused about the path mentioned while configuring the adapter in jdev Physical path for windows  should be the ftp server path provided by client and it should begin with  \winserver\local    and not like \\winserver\local  ???
    +
    The configuration needs to be done on the weblogic console also as mentioned in the above link so for this FTP server - login details - host ,username /password , serverType is required.

  • Oracle BPEL: Query with IN statement

    Hi,
    I would like to know how does BPEL pass in multiple values in a query statement.
    For eg, select * from table1 where column1 in ('A','B','C')
    I've tried creating a variable with 'A','B','C' and pass to the query statement but the DB takes it as a single string.
    I've found a solution here with a quite complex query --> Dynamic SQL query in DB Adapter
    I would like to ask if BPEL has a more efficient or native way to do this?
    Thank you.

    Hi,
    There is no simple solution to this as by default whatever goes in the IN clause is interpreted as STRING. However, this complex query breaks down your input string into a sort of result set that gets fed to the Adapter at runtime and it works. Follow this for more details and let us know how you get along.
    http://neeraj-soa-tips.blogspot.co.uk/2012/05/multiple-in-parameters-in-db-adapter.html
    http://neeraj-soa-tips.blogspot.co.uk/2011/07/pass-multiple-parameters-dynamic-query.html
    Regards,
    Neeraj Sehgal

  • OnAlarm/wait thread count configuration in BPEL

    BPEL 10g, We have a com.oracle.bpel.expirationAgent.threadCount property to set the thread count for OnAlarm/wait. ORACLE_HOME/bpel/domain/DOMAIN_NAME/config/resources-quartz.properties.
    BPEL 11g, Can you please point me the configuration file to set the thread count for OnAlarm/wait. I could not find the resources-quartz.properties in SOA 11g.

    Have you been able to find the file or a similar properties location in 11g? I am also looking for it.

  • Configurable layout of query panel inputs

    How does one configure a query component to allow the view criteria fields in a view object to be displayed in a certain way? I have a business requirement to align 4 input fields side by side and was wondering if there was a way to do this with the query panel as I would like some of the features that come along with it or if I need to attempt this issue another way.
    Thanks

    Good to know, I will do something similar for a short-term work around but have the feeling I will need to arrange stuff in more details.
    It looks like 11gR2 solves this issue with the UI layout tools included but i'm surprised there is not a simple programmatic way to define groups in a query box.

  • How to configure a sql query of 110 lines in a DB Adapter

    Hi all,
    I have a sql query which is 110 lines and i need to use "select"operation in DB Adapter.I dont understand where to put the query in DB Adapter.I worked on a sql query which is 3 or 4 lines but this is the first time iam working on a sql Query with 110 lines.
    Please help me.Give me sme link or any document that i can refer.
    Thanks,
    Kiran

    HI,
    Please use the option of Custom Sql and paste it there.
    it does not matter what operation are you using but the xsd will form accordingly.
    If you need to do only via Select operation in the wizard, than select the tables and add pararmeters in the next screen and try to give the logic there.
    I feel the best thing to do would be with the Custom Sql query.
    And whatever variables you need to pass dyanamically.
    Just put an # symbol before to the column name .
    The variable will be formed.
    Thanks,
    Tirumala Dixit.

  • How do you configure the af:query to genterate an IN-Clause

    How do you declaratively create a multi-select vield in the af:query and create an IN-CLAUSE?
    I am able to create a view criteria and I found the "support multi select" box on the UI Hints tab, but when the field is rendered in the af:query the operations list Equals, Contains and others. I expected an in clause operation.

    Check out my blog http://wp.me/pcBZk-5O and also look at the link to Jobinesh's blog too.
    Timo

  • Dynamically setting the values for the Adapter Configuration in BPEL

    We are configuring the JMS adapter to put into an MQ topic. For this we are giving all the values for the configuration parameters like
    Factory Properties.
    JMS connection Factory
    Transacted
    Destination Type
    Username
    Password
    Destination Name, etc...
    and we are able to produce message on the MQ.
    Our requirement is to dynamically pass the values for the above parameters from some configuraion files(other than oc4j-ra.xml), which will have value for each obove parameters.
    Any help on this is highly appreciated.
    Regards,
    Suman

    Re: JMS Properties setup
    this thread will explain how to do it.

  • Lookup for 2 domanins in ESB DVM in Oracle BPEL

    Hi
    I need lookup in one DVM but the in condition should be 2 Domains. I explain me:
    I've a DVM like that:
    | VALUE | FATHER | CHILD |
    |     1     |     SI     |     NO     |
    |     2     |     NO     |     NO     |
    |     3     |     SI     |     SI     |
    Then I need lookup for the FATHER and CHILD values to obtain the VALUE.
    Someone Know how can I do??
    Thanks and regards.

    Try here.
    http://docs.oracle.com/cd/E14571_01/integration.1111/e10224/med_dvm.htm
    Thanks,
    Vijay

  • ACS Configuration Web Services: query problem

    I don't know if this is the correct place to ask, I couldn't find a specific ACS category.
    I am trying to do a query, according to chapter 4 in the ACS 5.3 Secure Access Control System 5.3
    My URL is:
    https://myurl/Rest/Identity/IdentityGroup/op/query
    doing a PUT request
    have a header of Content-Type: application/xml
    and my payload is:
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <ns2:query xmlns:ns2="query.rest.mgmt.acs.nm.cisco.com">
        <criteria xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns2:SimpleFilter">
            <simpleFilter>
                <propertyName>identityGroup</propertyName>
                <operation>EQUALS</operation>
                <value>AllGroups:Migrated_Group:NetworkEngineer</value>
            </simpleFilter>
        </criteria>
        <numberofItemsInPage>100</numberofItemsInPage>
        <startPageNumber>1</startPageNumber>
    </ns2:query>
    I get back:
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?><ns2:restResult xmlns:ns2="common.rest.mgmt.acs.nm.cisco.com"><errorCode>61000</errorCode><httpCode>400</httpCode><moreErrInfo>XML Parsing Error:  Unable to create an instance of com.cisco.nm.acs.mgmt.rest.query.AbstractFilter. </moreErrInfo><operationType>NOT_AVAILABLE</operationType><resourceType>NOT_AVAILABLE</resourceType><status>BAD_REQUEST</status></ns2:restResult>
    and a 400 Bad Request.
    Can you tell me what I am doing wrong?
    All I want to do is get a list of users who belong to that group?
    Jerry

    I learned that a simple filter does not need the ... bracketiing, so this would work:
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
        http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns2:SimpleFilter">
                identityGroup
                EQUALS
                AllGroups:Migrated_Group:NetworkEngineer
        100
        1
    - See more at: https://supportforums.cisco.com/message/3863518#sthash.PpJTEbyv.dpuf

  • Email activity configuration in BPEL

    Hi,
    I am trying to develop a composite which will send the Email to user if any error occurs in BPEL flow by using EMAIL activity.
    But I am not aware about setting required on web logic server for sending the mail.
    It will be a great help, if anybody guide me.
    Thanks
    Renu

    Please follow this blog. This should help you.
    http://www.rubiconred.com/blog/email-notification-with-soa-suite-11g/

  • Configuring JBoss / BPEL vs Oracle DB as dehydration DB

    Hi all,
    I'm still trying to get BPEL running on JBoss vs Oracle as dehydration DB. I've already got an Oracle DB with a database that serves other BPEL (standalone Win32 and Linux versions). Simply, I downloaded the ready to install pack for Win32, containing Jboss and Bpel. I installed it and it functions. So I followed the installation guide and modified the oracle-ds.xml, oracle-sample-bpel-ds.xml, run.bat, startorabpel.bat.
    The server starts up but there are exceptions and I cannot find domains, as if the db was not found (but it's up and running).
    I've been searching on the for some, but I cannot find anything about this:
    17:03:54,036 INFO [RARMetaData] Loading JBoss Resource Adapter for JDBC 2 XA dr
    ivers
    17:03:54,036 INFO [RARMetaData] Required license terms present. See deployment
    descriptor.
    17:03:59,464 WARN [NestedThrowable] Duplicate throwable nesting of same base ty
    pe: class org.jboss.deployment.DeploymentException is assignable from: class org
    .jboss.deployment.DeploymentException
    17:03:59,464 ERROR [MainDeployer] could not create deployment: file:/C:/OraBPELJ
    B/system/appserver/jboss/server/default/deploy/oracle-ds.xml
    org.jboss.deployment.DeploymentException: create operation failed for package fi
    le:/C:/OraBPELJB/system/appserver/jboss/server/default/deploy/oracle-ds.xml; - n
    ested throwable: (org.jboss.deployment.DeploymentException: Trying to install an
    already registered mbean: jboss.jca:service=LocalTxCM,name=BPELServerDataSource
    at org.jboss.deployment.SARDeployer.create(SARDeployer.java:227)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39).........
    Please, can someone help me ?
    Thank you.
    Matteo Regazzi

    Hi,
    Basically in the deploy directory, only the oracle-ds.xml should reside. Please remove the
    oracle-sample-bpel-ds.xml from the deploy directory and start jboss. Now this should work.
    --Aneesh                                                                                                                                                                                                                                                                                                                                                                                                               

Maybe you are looking for

  • How can I copy contacts from old iphone (4) to my new iphone 4s ?

    how can I copy contacts from my old iphone (4) to my new iphone 4s ?

  • Macbook Pro 15 Inch (bought new in 07-09, can't remember)

    hey guys, my 15 inch macbook pro from 07-09 (not sure when i got it, someone where in there) isn't working properly. it seems to start, you can hear the fan it makes all the computer noises, but no apple chime (the start up chime) and nothing shows u

  • How to start BPM process WSDL from WDA

    Hello, I need to start BPM Process from SRM ECC with WDA; i have been through this link ; http://forums.sdn.sap.com/thread.jspa?threadID=1643425 also followed the pdf named 'Triggering NetWeaver BPM Process from ABAP' provided from SAP but still stuc

  • Limit, filter, or sort images in the Faces pool?

    Hi.  How can I limit, filter, or sort the images Aperture presents when "Confirm Faces" is clicked in Faces view of a named Face? I would like to either: . Limit the universe of presented images with unnamed faces to those from specific Projects; or

  • JEditorPane inside JScrollPane flickers somethin awful

    I'm working on an instant messenger/chat application, and I've noticed that when there is 'heavy' traffic, the JEditorPane flickers quite badly. The following code demonstrates the problem: import javax.swing.*; import java.awt.*; public class Test e