Whilst using the ant command to implement the plugin, I experienced an issue a
'Could not find or load main class oracle.iam.platformservice.utils.PluginUtility' error when executing the ant register command
It took my a while to determine why my custom-made scheduled tasks were not showing up after following the
new 11g 'how to create a scheduled task via plugin'. Turns out the META-INF folder is an optional which contains the metadata (task definition). If you don't have
this file, you need to import the metadata file into the MDS manually.
When trying to export the metadata, probably using something such as
exportMetadata(application='OIMMetadata',server='oim_server1',toLocation='/home/oracle/Oracle/Middleware/tmp'), I would receive the following error:
MDS-91020: MDS Application runtime MBean for "OIMMetadata" is not available in server "oim_server1". Ensure server name and application name are correct. "importMetadata" operation failure