BPEL XML Files

What are jazn-data.xml and user-properties.xml files used for?
These files are useful in what? and what does these files do?
Thanks in Advance
Deepak

They are used for the authentication of the users.
In production you mostly wont use these and authenticate against ldap, but for development you maybe dont want to configurate this and use those files.

Similar Messages

  • 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

  • Revision property in bpel.xml file in jar

    Hi!
    I've been trying to set revision property for my BPEL process in JDeveloper but had no success. Even if I set this property in bpel.xml file like this:
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <BPELSuitcase revision="1.0">
    </BPELSuitcase>This property is not set in bpel.xml file in jar file after the build, but it is composed of date, time and build number.
    I can change this property by renaming jar file to zip, unpack, change the property in bpel.xml, pack back to zip and rename back to jar. This way the deployed version is 1.0 as I want it to be.
    Isn't there a way to set this in JDeveloper while developing the process?
    Thanks.
    BB

    Hi Dietrich!
    Thanks for your help. I did what you suggested but had to provide some more property values in build.properties:
    admin.user
    admin.password
    http.hostname and
    http.port
    Without this I couldn't make the build.
    But I don't like this solution, the admin.password is now in clear-text in this file plus I can't use the same jar file for our development server, test server and then production server.
    Is there another way just to set revision property and leave others default?
    BB

  • Eclipse BPEl Designer -Changes to bpel.xml not saved

    Hi
    Is it possible to save changes made to bpel.xml file while using Eclipse? I was trying to set up preference properties in that file.
    Any say?

    According to our experience, JDEV BPEL Designer encoutered the same problem, you'd better modify the bpel.xml descriptor using external editor such as ultraedit, and save it.
    Modification of bpel.xml works fine for the first time, but often rolled back to the former edition once I restart the JDEV designer. Guess it is a bug.

  • Question in bpel.xml

    Hi,
    Who know the function that property name is "blockingStartStop" in bpel.xml file (10.1.3). It can't be found in Oracle document.
    The part bpel.xml is
    <...>
    <activationAgents>
    <activationAgent className="oracle.tip.adapter.fw.agent.jca.JCAActivationAgent" partnerLink="pollWRseqFromAbc">
    <property name="portType">pollWRseqFromAbc_ptt</property>
    <property name="blockingStartStop">false</property>
    </activationAgent>
    </activationAgents>
    <...>
    Thanks a lot
    Edited by: user7352491 on Nov 14, 2012 11:57 AM

    Hi Arthur,
    Please verify the namespace in the xml instance matches the xsd used in BPEL. In many cases, the data cannot be copied/transformed successfully if there is a mismatch in namespace.
    Eng

  • Fault Bindings using BPEL.xml

    Hi
    I have a peculiar problem with fault bindings. I have a webservice from target application hosting two different operations. I need to have the fault policy being applied to one operation and the other operation should not have any fault policy defined on it.
    I tried in the following way.
    Approach 1. In Fault Bindings.xml i have added the entry for the operation for which policy needs to be applied.
    This is working fine as expected.
    Approach 2. I have added the entries in bpel.xml and fault-bindings does not contain any entries related to this operation. In this approach the problem am facing is for both the operations the policy is getting applied.
    I need to go with the second option as all my bpel processes have fault policies at the bpel level instead of domain level.
    Can any one give me some clue on this
    Thanks
    Vamsi

    Entries in BPEL.XML file
    <faultPolicyBindings>
    <partnerLink faultPolicy="EAIFaultPolicy"/>
    <name>BSNLUpdateCollectionStatus</name>
    <portType xmlns:CollectionProvCreateSO="http://siebel.com/asi/">CollectionProvCreateSO:BSNLUpdateCollectionStatus</portType>
    Entries in Fault Binding.xml has been removed for this
    One observation i had is both the WSDLs has same SOAP Address location but the operation names are different.
    Does this have any impact for this kind of behaviour
    Thanks
    Vamsi

  • MailActivationAgent MailAccount XML File Corruption

    We're looking for feedback on how to solve or workaround a problem in which BPEL MailAccount XML files become corrupted when the BPEL server is restarted.
    The issue affects the BPEL MailAccount XML configuration files which reside in $ORABPELHOME$/domains/$DOMAIN$/metadata/MailService. We have noticed that these files occasionally become corrupted (content missing, 0 byte filesize) which causes the BPEL processes which reference them to fail. Looking at the date/timestamp of the corrupted files, we noticed that they are last written to at the same time as the BPEL server is taken down which suggests that the files are being corrupted during server shutdown.
    What appears to be happening is the following: we have a BPEL process which uses a standard MailActivationAgent to listen for activity in email accounts specified in the MailAccount XML configuration files noted above. The activation agent polls these configuration files at regular intervals to pick up any changes that have been made to them. The agent opens the files with write permission since it may rewrite content back into the file (e.g. it may transform plain text passwords into encrypted form). If the BPEL server is taken down while the activation agent has these files open, the files are not saved and closed safely before the agent terminates and they can be corrupted as a result.
    The following XML fragment from the bpel.xml file shows how the activation agent is configured:
    <activationAgents>
         <activationAgent className="com.collaxa.cube.activation.mail.MailActivationAgent" heartBeatInterval="20">
              <property name="accountName">testMailAccount</property>
         </activationAgent>
    </activationAgents>
    Environment:
    Solaris 10 / SunOS 5.10
    BPEL 10.1.3.3
    Any suggestions as to how to solve or workaround this problem would be greatly appreciated.

    Hi,
    Have you solved the problem? we're interested in knowing the results because we have a similar sort of requirement to build .
    We're having a different type of problem though. The bpel get initiated for all mails in that account (including old mails) and then it deletes them. Did you had any issues like this or do you have any suggestions for us.
    The interval is set to 60 seconds and we're testing it on Bpel 10.1.2 with outlook express account (POP3).
    thanks in advance

  • Downloading an XML file from Website through BPEL/ADAPTER

    Hi,
    I want to download an xml file from one webpage through BPEL. I am using jdeveloper 10.1.3.3 to create a BPEL process and Adapters.
    Is there anyway to download the xml file from the site through FUSION middleware.

    what do you mean download, is it a site where you click a hyperlink then down load the file.
    This is not possible as this is invoked by human intervention. SOA suite is invoked by events. If you want to perform this kind of function you would need to create a jave service to perform this.
    Is there any posibility that there is a FTP link that you could use?
    cheers
    James

  • Dowloading an XML file from Website through FUSION middleware(BPEL/ADAPTER)

    Hi,
    I want to dowload an xml file from one website through BPEL. I am using jdeveloper10.1.3.3 to create a BPEL process and Adapters.
    Is there any way to download the xml file from the site through FUSION middleware

    Another option would be to write a smal Java class the uses URLConnect to connect to the URL in question and use WSIF to bind it to the BPEL process.
    Just google for sample code.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                           

  • How to validate an XML file in BPEL ?

    Hi All,
    I have 2 Bpel processes.
    One for creating supplier and one for formate Validations.
    I am having problems with formate Validations.
    I am trying to validate an xml file that is passed to my Bpel Process (SupplierValidation).
    My process contains the following:
    I have a client which its property Name is set to ValidateXML and its value set to true.
    I have a recieve activity and a reply out !
    very simple process, but its working !
    This process is synchronous.
    Help is needed !
    Thanks,
    aj

    you have to use bpelx:validate as sown below
    <bpelx:validate variables="inputVariable" name="ValidateInputXML"/>

  • How to run JDev's generated build.xml file(BPEL project) from command win.?

    hi all
    When I execute build.xml file of simple BPEL project from JDev it runs properly. But when I try to execute it from normal command window It gives me an following error.
    ...........droping jar file xyz.jar from path as i doesn't exists.
    While all jar files are exist there.But Ant drops it from Classpath variable.
    So JDev sets some environment before executing such build.xml file.Like {oracle.home} variable u need to set while runnig build.xml from command window.
    Any suggestions...???
    /mishit

    you cant run a .war file from command prompt
    .war files should be executed in a server
    how to execute a single servlet class
    do you mean to run the servlet or compile the servlet?
    any way you need a server and if you are a beginner Apache tocat will be the best server to start with you can down load it from
    http://tomcat.apache.org/

  • Bpel-config.xml and soa-infra-config.xml file location in SOA 11g Pre-built

    Hi frnds,
    I have downloaded and started Oracle SOA 11g Pre-built from http://www.oracle.com/technetwork/middleware/soasuite/learnmore/vmsoa-172279.html and trying to configure it according to my requirements to upgrade from SOA 10g to 11g. But I can't find bpel-config.xml and soa-infra-config.xml files in BPEL domain home (i.e. /oracle/fmwhome/user_projects/domains/domain1).
    Can you please help me?
    BR, Lisan

    None of those roles are intended to be granted to application users. Those are instead to limit various operational / support responsibilities. For instance, if you have "operators" for your production environment who are responsible for starting & stopping servers vs "Administrators" who are performing configuration changes, etc.
    The SOA* versions can be used to separate even further - an "Operator" ( with rights in the WL console ) can be distinct from a "SOAOperator" ( with rights in the SOA /em ), etc.
    http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10226/appx_roles_privs.htm#insertedID2
    also, here is a bit more on soa-infra roles:
    http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10226/appx_users.htm#insertedID4

  • XML file manupulation in BPEL transformation

    Hi All,
    I am creating a xml file based on schema using bpel transformation and file adapter. and My xml file looks like :
    <?xml version="1.0" ?>
    <MAIN>
         <HED>
         <VN>2.0</VN>
         <ET>20090714100737002</ET>
         <DT>BUS</DT>
         <EN>E0250005</EN>
         <OC>00000000</OC>
         <SN>0</SN>
         </HED>
         <HED>
         <VN>3.0</VN>
         <ET>20090714100737003</ET>
         <DT>BUS</DT>
         <EN>E0250005</EN>
         <OC>00000000</OC>
         <SN>0</SN>
         </HED>
         <HED>
         <VN>4.0</VN>
         <ET>20090714100737004</ET>
         <DT>BUS</DT>
         <EN>E0250005</EN>
         <OC>00000000</OC>
         <SN>0</SN>
         </HED>
    </MAIN>
    Is there any way that we can remove the carriage return and make it as
    <?xml version="1.0" ?>
    <MAIN>
         <HED><VN>2.0</VN><ET>20090714100737002</ET><DT>BUS</DT><EN>E0250005</EN><OC>00000000</OC><SN>0</SN></HED>
         <HED><VN>3.0</VN><ET>20090714100737003</ET><DT>BUS</DT><EN>E0250005</EN><OC>00000000</OC><SN>0</SN></HED>
         <HED><VN>4.0</VN><ET>20090714100737004</ET><DT>BUS</DT><EN>E0250005</EN><OC>00000000</OC><SN>0</SN></HED>
    </MAIN>
    If any idea, plase advice me.
    Thanks and Regards,
    Sreejit

    Hi Sreejit,
    Not sure about XSLT how you can do this in it? But, as a workaround, you can use java embedded acitivity, get the payload in java and manipulate it as per your requirement and write a file locally using java IO classes.
    Thanks-
    http://www.ibiztrack.com/
    http://www.ibiztrack.com/html/oracle-bpel-soa-training.html
    [email protected]

  • How to add attribute to the elements in XML file in BPEL transformation

    Hi All-
    I have to create a XML file using transformation and file adapater and the parent element is USERRECORDS, now when I am creating the XML file using transformation the XML get creates like
    <?xml version="1.0">
    <USERRECORDS>
    so on
    But I want the parent element and the xml version tags as:
    <?xml version="1.0" encoding="UTF-8"?>
    <USERRECORDS xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="mySchema.xsd">
    as I need to add the attributes.
    Is it possible in transformation?
    Any idea, please suggest.
    Thanks and Regards,
    Sreejit

    I have never come across any functionality like that.
    However I assigned values to attributes in Assign Acitivity using XML Fragment on source side.

  • Issue with reading a xml file from xsl

    Hi,
    When I am trying to read a xml file from xsl, I am getting unwanted output.
    Following is the XSL:
    <?xml version="1.0" encoding="UTF-8" ?>
    <?oracle-xsl-mapper
      <!-- SPECIFICATION OF MAP SOURCES AND TARGETS, DO NOT MODIFY. -->
      <mapSources>
        <source type="XSD">
          <schema location="../xsd/B2BMarketProperties.xsd"/>
          <rootElement name="ReceipentIDType" namespace="http://www.example.org"/>
        </source>
      </mapSources>
      <mapTargets>
        <target type="XSD">
          <schema location="../xsd/B2BMarketProperties.xsd"/>
          <rootElement name="ReceipentIDType" namespace="http://www.example.org"/>
        </target>
      </mapTargets>
      <!-- GENERATED BY ORACLE XSL MAPPER 11.1.1.4.0(build 110106.1932.5682) AT [TUE DEC 03 16:06:03 EST 2013]. -->
    ?>
    <xsl:stylesheet version="1.0"
                    xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
                    xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20"
                    xmlns:mhdr="http://www.oracle.com/XSL/Transform/java/oracle.tip.mediator.service.common.functions.MediatorExtnFunction"
                    xmlns:bpel="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
                    xmlns:oraext="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc"
                    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                    xmlns:ns0="http://www.example.org"
                    xmlns:dvm="http://www.oracle.com/XSL/Transform/java/oracle.tip.dvm.LookupValue"
                    xmlns:hwf="http://xmlns.oracle.com/bpel/workflow/xpath"
                    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                    xmlns:med="http://schemas.oracle.com/mediator/xpath"
                    xmlns:ids="http://xmlns.oracle.com/bpel/services/IdentityService/xpath"
                    xmlns:bpm="http://xmlns.oracle.com/bpmn20/extensions"
                    xmlns:xdk="http://schemas.oracle.com/bpel/extension/xpath/function/xdk"
                    xmlns:xref="http://www.oracle.com/XSL/Transform/java/oracle.tip.xref.xpath.XRefXPathFunctions"
                    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                    xmlns:ora="http://schemas.oracle.com/xpath/extension"
                    xmlns:socket="http://www.oracle.com/XSL/Transform/java/oracle.tip.adapter.socket.ProtocolTranslator"
                    xmlns:ldap="http://schemas.oracle.com/xpath/extension/ldap"
                    exclude-result-prefixes="xsi xsl ns0 xsd bpws xp20 mhdr bpel oraext dvm hwf med ids bpm xdk xref ora socket ldap">
      <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>
      <xsl:variable name="ReceipentID" select="document('../xsd/B2BMarketProperties.xml')"/>
      <xsl:template match="/">
        <ns0:ReceipentIDType>
        <xsl:for-each select="$ReceipentID">
          <ns0:ReceipentID>
            <xsl:value-of select="$ReceipentID"/>
          </ns0:ReceipentID>
          </xsl:for-each>
        </ns0:ReceipentIDType>
      </xsl:template>
    </xsl:stylesheet>
    Following is the XML ( B2BMarketProperties.xml)
    <?xml version="1.0" encoding="UTF-8" ?>
    <ReceipentIDType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                     xsi:schemaLocation="http://www.example.org B2BMarketProperties.xsd"
                     xmlns="http://www.example.org">
      <ReceipentID>123</ReceipentID>
      <ReceipentID>345</ReceipentID>
    </ReceipentIDType>
    The output i am getting with this code is
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:ReceipentIDType xmlns:ns0="http://www.example.org">
        <ns0:ReceipentID>123345</ns0:ReceipentID>
    </ns0:ReceipentIDType>
    But, I need output in the following format
    <ns0:ReceipentIDType xmlns:ns0="http://www.example.org">
        <ns0:ReceipentID>123</ns0:ReceipentID>
         <ns0:ReceipentID>345</ns0:ReceipentID>
    </ns0:ReceipentIDType>
    Could you guys let me know what i am doing wrong. Any help would be appreciated.
    Thanks,

    This worked for me :
      <xsl:template match="/">
        <ns0:ReceipentIDType>
          <xsl:for-each select="document('B2BMarketProperties.xml')/*:ReceipentIDType/*:ReceipentID">
            <xsl:variable name="count" select="position()"/>
            <ns0:ReceipentID>
              <xsl:value-of select="document('B2BMarketProperties.xml')/*:ReceipentIDType/*:ReceipentID[$count]"/>
            </ns0:ReceipentID>
          </xsl:for-each>
        </ns0:ReceipentIDType>
      </xsl:template>

Maybe you are looking for

  • Error while maintaining the Update Rules for the Infostructure

    Hi, I have added 2 new characteristics for the existing infostructure S9xx and executed the same. While maintaining the Update Rules for the same, system is giving the error message 1. "Field 'PARVW' unknown" and 2. Error generating program RMCX0011.

  • I downloaded  free app.  Now I can't find it on my homescreen.  How do I locate it

    I downloaded an app from the app store.  The app store indicates it was installed.  I can't locate it on my screen.  How do I find it.

  • Syncing Palm E2 - Windows 7 - 64 bit

    I am having trouble syncing my Palm E2 with my new Dell laptop with Windows 7 (64 bit). I have installed all the software from the installation disk that came with the Palm and upgraded to the highest version 7.02.01 available for W7 on Palm's site,

  • Edit and save a Core Data entity?

    Sorry if this is a fairly obvious issue, but I honestly can't find anything.. Every sample Core Data application I've come across has examples of inserting and deleting entities/objects. But I cannot find anything about editing and saving some attrib

  • Query to find out tables using view

    Hi I have a views using three tables.Now i wanted a query to find out number of views using three tables I have written a query select * from dba_views where text like '%SELECT%; It is giving me error as ora error EXPECTED NUMBER GOT LONG. Appreciate