ConfigurationClient.ComplexSetting
628367Aug 28 2008 — edited Aug 28 2008Hi,
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.