Posts

Showing posts from March, 2018

How to Eliminate empty tags in target XML in XSLT

To exclude empty tag in output XML from transformation apply below condition in transformation <xsl:if test="(client:result3 != not(string(.)))">       <client:result3>         <xsl:value-of select="/client:process/client:input3"/>       </client:result3>       </xsl:if>

SOA Interview Quetions

Q1. How get element Attribute value from xml. Q2.  What Is BAM And Why We Use It? Answer :   BAM stands for Business Activity Monitoring.  This monitors various types of business activities, and creates reports on it. Q3. What Are The Features Of BAM ? Answer :  Below are the features of BAM: With BAM, end users, operational managers and to some extend analysts get a real-time overview of the state of ongoing affairs. It is required to improve decision-making processes. It is also used to understand Key Performance Indicators (KPI) affecting processes. Q4.  What Are Different Components Of Bam? Answer :  BAM has 4 components:         Active Viewer         Active Studio        Architect       Administrator Q5.   Define MDS with respect to SOA practices? Answer: MDS is also known by the name of Metadata store. MDS can be used in the code gener...

Modifying BPEL Preferences from EM console

Image
in this post I will explain how to change preference values at run time from EM console Step 1:    navigate to    SOA Infrastructure-->Administrator--> system Mbean Browser Step 2:  under   System MBean Browser  navigate to           Application Defined MBeans --> oracle.soa.config -->  Server: DefaultServer    ( Your server)  -- >JMSQueuetest [1.0] ( Your Application where preference value needs to change).   click on preferences in right panel. You can modify data in Value tab. verify that Auto-Commit Mode is enabled if it is enabled changes will save automatically. if it is not enabled  click on APPLY button to save changes. Now preference value is modified .