Skip to content

fix (jans-config-api): error in the scopes endpoint #3336

Closed
@duttarnab

Description

Error in the following GET endpoint.
http://{hostname}/jans-config-api/api/v1/scopes?limit=10&withAssociatedClients=true

Error:

cause0
:
“org.jboss.resteasy.spi.UnhandledException: io.jans.orm.exception.PropertyNotFoundException: Could not find a getter for displayName in class [io.jans.as](http://io.jans.as/).common.model.registration.Client”
cause1
:
“io.jans.orm.exception.PropertyNotFoundException: Could not find a getter for displayName in class [io.jans.as](http://io.jans.as/).common.model.registration.Client”
message
:
“org.jboss.resteasy.spi.UnhandledException: io.jans.orm.exception.PropertyNotFoundException: Could not find a getter for displayName in class [io.jans.as](http://io.jans.as/).common.model.registration.Client”
servlet
:
“[io.jans.configapi.rest](http://io.jans.configapi.rest/).ApiApplication”
status
:
“500”
url
:
“/jans-config-api/api/v1/scopes”

Metadata

Assignees

Labels

comp-jans-config-apiComponent affected by issue or PRkind-bugIssue or PR is a bug in existing functionality

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions