My Oracle Support Banner

Error "java.lang.NoSuchMethodError: oracle.iam.catalog.vo.Catalog.setRequestable(Z)V" Occurs While Trying To Update Catalog Entity Attributes Using OIM Java APIs (Doc ID 2477645.1)

Last updated on JUNE 29, 2023

Applies to:

Identity Manager - Version 11.1.2.3.180331 and later
Information in this document applies to any platform.

Symptoms

When attempting to update catalog entity attributes using Java API the following errors occur.

java.lang.NoSuchMethodError: oracle.iam.catalog.vo.Catalog.setRequestable(Z)V
java.lang.NoSuchMethodError: oracle.iam.catalog.vo.Catalog.setAuditable(Z)V
java.lang.NoSuchMethodError: oracle.iam.catalog.vo.Catalog.setCertifiable(Z)V

Changes

 The signature of getter and setter methods of the below 3 instant variables have been changed in Catalog.java VO class in R2PS3 BP7 by the bug 21386688. They have been changed to use Boolean objects instead of simple types.

Modified instance variables:

1. certifiable

2. auditable

3. requestable

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.