Configuring a custom repository adapter

The custom repository adapter is configured by manually editing the wimconfig.xml file.

About this task

The following code sample is an example of a basic wimconfig.xml file that has been configured to use the custom repository adapter. You can modify the appropriate values that are shown in italic.
<config:repositories xsi:type="config:ProfileRepositoryType" 
                           id="CUSTOM1" adapterClassName="com.my.custom.adapter">
      <config:CustomProperties name="prop1" value="value1"/>
      <config:CustomProperties name="prop2" value="value2"/>
</config:repositories> 

Icon that indicates the type of topic Task topic

Terms and conditions for documentation | Feedback


Timestamp icon Last updated: March 30, 2016 13:35
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=vmm&topic=customcfg
File name: customcfg.html