Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
duttarnab opened this issue Dec 16, 2022 · 2 comments
Closed

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

duttarnab opened this issue Dec 16, 2022 · 2 comments
Assignees
Labels
comp-jans-config-api Component affected by issue or PR kind-bug Issue or PR is a bug in existing functionality

Comments

@duttarnab
Copy link
Contributor

duttarnab commented Dec 16, 2022

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”
@duttarnab duttarnab added kind-bug Issue or PR is a bug in existing functionality comp-jans-config-api Component affected by issue or PR labels Dec 16, 2022
@pujavs
Copy link
Contributor

pujavs commented Dec 20, 2022

Fixed via PR 3369 [https://github.com//pull/3369]

@pujavs pujavs closed this as completed Dec 20, 2022
@pujavs
Copy link
Contributor

pujavs commented Dec 21, 2022

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-jans-config-api Component affected by issue or PR kind-bug Issue or PR is a bug in existing functionality
Projects
None yet
Development

No branches or pull requests

2 participants