Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.4K Intelligent Advisor
- 75 Insurance
- 537.7K On-Premises Infrastructure
- 138.7K Analytics Software
- 38.6K Application Development Software
- 6.1K Cloud Platform
- 109.6K Database Software
- 17.6K Enterprise Manager
- 8.8K Hardware
- 71.3K Infrastructure Software
- 105.4K Integration
- 41.6K Security Software
ConfigurationClient.ComplexSetting

628367
Member Posts: 96
Hi,
the OIM guide (http://download.oracle.com/docs/cd/E10391_01/doc.910/e10027/chapter1.htm#BGBJDIHH) shows the following code as the standard way to initiate the use of OIM API:
ConfigurationClient.ComplexSetting config =
ConfigurationClient.getComplexSettingByPath("Discovery.CoreServer");
final Hashtable env = config.getAllSettings();
tcUtilityFactory ioUtilityFactory = new tcUtilityFactory(env, "xelsysadm",
"xelsysadm");
I got soon an error trying to compile in Jdev, because ConfigurationClient class is not found.
I think I have included all the jars of OIM, where is this class???
Please help, I'm not a programmer.
Thank you very much.
the OIM guide (http://download.oracle.com/docs/cd/E10391_01/doc.910/e10027/chapter1.htm#BGBJDIHH) shows the following code as the standard way to initiate the use of OIM API:
ConfigurationClient.ComplexSetting config =
ConfigurationClient.getComplexSettingByPath("Discovery.CoreServer");
final Hashtable env = config.getAllSettings();
tcUtilityFactory ioUtilityFactory = new tcUtilityFactory(env, "xelsysadm",
"xelsysadm");
I got soon an error trying to compile in Jdev, because ConfigurationClient class is not found.
I think I have included all the jars of OIM, where is this class???
Please help, I'm not a programmer.
Thank you very much.
Answers
-
Hi,
Did you added jar in your build path?
Regards
Nitesh -
Hi,
The class you want is in lib/xlUtils.jar.
-Vinod -
Found,
thank you very much.
Cheers.
This discussion has been closed.