Which JDeveloper SOA project artifacts have references to the JNDI name of a resource adapter
connection factory that is used in the project?
A.
.jca file
B.
.wsdl file
C.
.componentType file
D.
adf-config.xml file
Explanation:
Example:
If the MDS database has a JNDI name, then use the following entries inadf-config.xml:
<metadata-store
class-name=”oracle.mds.persistence.stores.db.DBMetadataStore”>
<property name=”jndi-datasource” value=”${db.jndi.name}”/>
<property name=”partition-name” value=”soa-infra”/>
</metadata-store>
Answer for this is A
http://docs.oracle.com/cd/E17904_01/integration.1111/e10231/life_cycle.htm#CIABJHBG
2.11 Migrating Repositories from Different Environments
All the JCA files generated by the Adapter Configuration Wizard have a reference to the JNDI name. The reference is defined in the weblogic-ra.xml file, which is the adapter’s deployment descriptor.
A
A
A