InterviewSolution
| 1. |
What Is Customization File? |
|
Answer» Customization files are XML files and you can open these files in any editor and substitute the REQUIRED environment values. In addition, you can SEARCH for specific environment values (that are not complex XML types) in Oracle Service Bus Console or in a customization file and replace them with the new values. You can fine-tune the scope of the search by filtering these environment values based on variable type or project. An Administrator uses customization files to make changes to environment values as well as to change references within resources. Customization files can include customizations for all the environment values found in the selected resources, including complex environment values types defined inside the EnvValueTypes class. In addition, it includes a reference customization type for changing resource references inside resources with dependencies. The customization schema (Customization.xsd) which describes the customization types is available at the following location in your Oracle Service Bus INSTALLATION: BEA_HOME modulescom.bea.common.configfwk_1.2.0.0.jar You can create sample customization files from Oracle Service Bus Console. The scope of a customization file can be a project or individual resources in a project. The created sample customization file may be USED as a starting point for making desired modifications by SPECIFYING the actual values for an environment during the export or import process. Customization files are XML files and you can open these files in any editor and substitute the required environment values. In addition, you can search for specific environment values (that are not complex XML types) in Oracle Service Bus Console or in a customization file and replace them with the new values. You can fine-tune the scope of the search by filtering these environment values based on variable type or project. An Administrator uses customization files to make changes to environment values as well as to change references within resources. Customization files can include customizations for all the environment values found in the selected resources, including complex environment values types defined inside the EnvValueTypes class. In addition, it includes a reference customization type for changing resource references inside resources with dependencies. The customization schema (Customization.xsd) which describes the customization types is available at the following location in your Oracle Service Bus installation: BEA_HOME modulescom.bea.common.configfwk_1.2.0.0.jar You can create sample customization files from Oracle Service Bus Console. The scope of a customization file can be a project or individual resources in a project. The created sample customization file may be used as a starting point for making desired modifications by specifying the actual values for an environment during the export or import process. |
|