- Set JAVA_HOME to /app/jdk1.6.0_41
- export JAVA_HOME=/app/jdk1.6.0_41/
- Set the ANT_HOME environment variable to <MW_HOME>/modules/org.apache.ant_1.7.1
- export ANT_HOME=/app/Middleware/modules/org.apache.ant_1.7.1
- Set the PATH environment variable to $JAVA_HOME/bin:$ANT_HOME/bin:$PATH
- export PATH=$JAVA_HOME/bin:$ANT_HOME/bin:$PATH
- Navigate to <OIM_HOME>/server/workflows/new_workflow
- Execute the command ant-f new_project.xml
- Provide the Application Name
- Provide the Project Name
- Provide the Service Name
- The workspace will be generated in <OIM_HOME>/server/workflows/new-workflows/process_template
- Copy the created directory to a location accessible to JDeveloper
Wednesday, February 8, 2017
Create new composite in OIM
Subscribe to:
Post Comments (Atom)
-
import java.util.Date; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.Stateme...
-
wget https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.5.0.tar.gz <Check latest version and replace everywhere> tar -xvf libress...
-
The following posts covers all aspects of developing and deploying a scheduled task in OIM and creating a scheduled job. The post will...
No comments:
Post a Comment