Sun Identity Manager Deployment Guide

ProcedureTo Export Extended Attributes

  1. Get the WIC source code from the REF kit

  2. Set the WSHOME environment variable to the installation directory of Identity Manager

  3. Back-up the export schema control file $WSHOME/model-export.xml then edit it.

  4. Change directories to the WIC source top-level directory. This directory should contain files named build.xml, BeanGenerator.java, and HbmGenerator.java.

  5. Stop the application server.

  6. Remove CLASSPATH from the environment.


    Note –

    You must remove CLASSPATH from the environment before performing executing ant rebuild in the next step.


  7. Rebuild the WIC code with the ant rebuild command.

  8. Deploy the modified WIC code to the application server with the ant deploy command.

  9. Restart the application server.


    Note –

    If you change model-export.xml and rebuild the WIC as shown in the preceding steps, a new warehouse DDL is generated. You must drop the old tables and load the new DDL, which deletes any data that is already in the tables.