OSSOIdentityInserter provider by default is missing in WebLogic. To enable it,
- Stop WLS Admin Server
- Backup setDomainEnv.sh file (this file should be located in your $ORACLE_HOME/user_projects/domains/base_domain/bin directory)
- Edit setDomainEnv.sh, find all occurances of $ORACLE_HOME setting for weblogic.alternateTypesDirectory and replace them with $COMMON_COMPONENTS_HOME
- Start WLS Admin server.
Comments