Wednesday, February 8, 2017

Create new composite in OIM

  1. Set JAVA_HOME to /app/jdk1.6.0_41
  2. export JAVA_HOME=/app/jdk1.6.0_41/
  3. Set the ANT_HOME environment variable to <MW_HOME>/modules/org.apache.ant_1.7.1
  4. export ANT_HOME=/app/Middleware/modules/org.apache.ant_1.7.1
  5. Set the PATH environment variable to $JAVA_HOME/bin:$ANT_HOME/bin:$PATH
  6. export PATH=$JAVA_HOME/bin:$ANT_HOME/bin:$PATH
  7. Navigate to <OIM_HOME>/server/workflows/new_workflow
  8. Execute the command ant-f new_project.xml
  9. Provide the Application Name
  10. Provide the Project Name
  11. Provide the Service Name
  12. The workspace will be generated in <OIM_HOME>/server/workflows/new-workflows/process_template
  13. Copy the created directory to a location accessible to JDeveloper

No comments:

Post a Comment