Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536.1K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.6K Security Software
How to create soa Composite to support Identity Audit SOD conflicts in OIM

Hi every one
I would like to create new composite that support and detect the OIM SOD policies,
we are using Developing Workflows 13.11 section
But when i tried to create new composite as per the doc getting below error
[[email protected]]$ ant -f new_project.xml compliance
Buildfile: new_project.xml
[taskdef] Could not load definitions from resource net/sf/antcontrib/antlib.xml. It could not be found.
compliance:
[input] Please enter:
[input] 1 for Identity Audit Composite
[input] 2 for Certification Composite (Default)
1
[input] Please enter new composite name
SampleComposite
BUILD FAILED
iam_11.1/server/workflows/new-workflow/new_project.xml:52: Problem: failed to create task or type if
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.
Total time: 33 seconds
Best Answer
-
The ant-contrib.jar file is missing in the environment (Under $ANT_HOME/lib).
you can find this jar in $MIDDLE_WARE_HOME/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar
Answers
-
The ant-contrib.jar file is missing in the environment (Under $ANT_HOME/lib).
you can find this jar in $MIDDLE_WARE_HOME/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar