...
This is not recommended configuration for MDS in production environment, you should use Database based MDS repository.
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Oracle Middleware Home (MW_HOME) |
| Yes | The oracle middleware home directory, which will contain sub-folders such as |
MDS(ADF) Repository Name |
| Yes | The name of the application's MDS repository. |
MDS(ADF) File Path |
| Yes | The location of the file metadata store. |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
MDS(ADF) Partition Name |
| No | The name of the partition for the application's customization and personalization data. |
Artifacts
This operation will consume an ADF EAR artifact from the artifact repository.
Endpoint Selection
This operation will select all available endpoints associated to the Target which have a resource type of WLS Admin Server. Since the admin server only runs on one server, it is expected that for a given domain, there will only be one endpoint with a resource type set to WLS Admin Server.
Endpoint Execution
This operation will randomly execute on one of the endpoints identified during selection.
Special Considerations
This plugin operation typically consumes an artifact produced by the JDeveloper Plugin's applicationBuild operation. The Weblogic Plugin's deployEAR operation is then typically used to deploy the ear onto a Weblogic Server. This setAppMetadataRepositoryFile operation must be executed on the same endpoint as the subsequent deployEAR
operation so that the modified EAR is available for deployment.