Vendor:OracleExam Code:1Z0-478Exam Name:Oracle SOA Suite 11g EssentialsVersion: Demo
QUESTION 1You have modeled a composite with a one-way Mediator component that is exposed via an inbound fileadapter service. How do you configure the inbound file adapter to read local files in ascending order oftheir lastModifiedTime?A.By setting the SingleThreadModel activationsSpec property to true and configuring the ListSorteractivationSpec property tooracle.tip.adapter.file.inbound.listing.TimestampSorterAscending.B.By not making any configuration changes because, by default, the adapter reads input files inascending order of their lastModifiedTime.C.By setting the ThreadCount activationSpec property to 0 and configuring the List Sorter activationSpecproperty to oracle.tip.adapter.file.inbound.listing.TimestampSorterDescending.D.By setting the ThreadCount activatioSpec property to 1 and configuring the ListSorter activationSpecproperty to oracle.tip.adapter.file.inbound.liting.TimestampSorterAscending.Correct Answer: ExplanationExplanation/Reference:When files must be processed by Oracle File and FTP Adapters in a particular order, you must configurethe sorting parameters. For example, you can configure the sorting parameters for Oracle File and FTPAdapters to process files in ascending or descending order by time stamps.You must meet the following prerequisites for sorting scenarios of Oracle File and FTP Adapters:Use a synchronous operationAdd the following property to the inbound JCA file:<property name="ListSorter"value="oracle.tip.adapter.file.inbound.listing.TimestampSorterAscending"/> <propertyname="SingleThreadModel" value="true"/>AQUESTION 2Which two activities are typically performed during the service implementation and configuration phase ofthe SOA lifecycle?