As an Oracle SOA Suite composite moves through the software development life cycle,
certain environment-specific changes must be made to the composite configuration fromdeployment to deployment.
Which feature can help you capture and effect these changes?
A.
Configuration Plans
B.
Deployment Plans
C.
Domain Value Maps
D.
Property Files
Configuration Plans
You pass some data from a process variable as a parameter into a human task. At a later
time, the variable is then updated in a parallel stream of execution in the BPEL process
while the human task is still executing before it is actioned by the assignee.
What does the assignee see after opening the task in the workspace and looking at the
parameter?
A.
The parameter contains the values of the process variable as it was when the task was
created.
B.
The parameter contains the values of the process variable as it is at the current time
(that is, when the user opened the human task in the workspace).
C.
The parameter is empty and the task must be restarted to pick up the new values of the
process variable.
D.
It is not possible to determine what the assignee sees from the information provided.
The parameter is empty and the task must be restarted to pick up the new values of the
process variable.
Given the following Oracle File Adapter configuration:
<adapter-config name=”ReadPlanBenefit” adapter=”File Adapter”
wsdlLocation=”ReadPlanBenefit.wsdl”
xmlns=http://platform.integration.oracle/blocks/adapter/fw/metadata>
<connection-factory location=”eis/FileAdapter”/>
<endpoint-interaction portType=”SynchRead_ptt” operation=” SynchRead”>
<interaction-spec
className=”oracle.tip.adapter.file.outbound.FileReadInteraction.Spec”>
<property name=”DeleteFile” value=”false”/>
<property name=”PhysicalDirectory” value=”/home/plan_benefit”/>
<property name=”FileName” value=” plan_benefit.xml”/>
<property name=”PhysicalArchiveDirectory” value=”/home/plan_benefit/archive/>
</interaction-spec>
</endpoint-interaction>
</adapter-config>
Which two statemnts are true?
A.
The actual source directory will be specified by a property in thecomposite.xmlfile.
B.
Each file read will be moved to an archive directory after it is successfully processed.
C.
This configuration can be used to create an outbound business service component.
D.
This configuration can be used to create an inbound proxy service component.
This configuration can be used to create an outbound business service component.
This configuration can be used to create an inbound proxy service component.
https://docs.oracle.com/cd/E18727_01/doc.121/e12894/T202991T207026.htm
Which statement is true about Oracle Service Bus support for service virtualization?
A.
It allows flexible control of messages using validation, transformation, and routing based
on message content.
B.
It enables services to be created, managed and orchestrated into composite
applications and business processes.
C.
It provides comprehensive, built-in security based on Oracle Platform Security Services
and Oracle WebLogic security framework.
D.
It supports interoperability with web service integration technologies including .NET, TIBCO EMC, IBM MQ, and Apache Axis.
It enables services to be created, managed and orchestrated into composite
applications and business processes.
http://docs.oracle.com/cd/E16764_01/integration.1111/e10224/fod_intro1.htm
You have modeled a Composite X for which the followingfault policy action has been
configured for remote faults:
<Action id=”ora-retry”>
<retry>
<retryCount>2</retryCount>
<retryIntrval>2</retryIntrval>
<exponentialBackoff/>
</retry>
</Action>
At runtime, when a remote fault occurs on at outbound invoke, thisora-retryaction is
triggered. After the two configured retries are exhausted, which one occurs?
A.
The transaction of Composite X rolls back.
B.
The instance is marked “open.faulted” and is available for auto-recovery.
C.
The instance is marked “closed.faulted” and is available for error recovery from
Enterprise Manager where the user can choose actions on the instance such as replay,
rethrow, and abort.
D.
The default retryFailureAction is initiated and it rethrows the error back to the caller
service.
http://docs.oracle.com/cd/E15586_01/integration.1111/e10224/bp_faults.htm
Page 5 out of 17 Pages |
Previous |