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

[Bug] java.lang.IndexOutOfBoundsException and java.lang.Exception: Entry not found errors in GxClientModels.bbj #263

Closed
hyyan opened this issue May 15, 2024 · 0 comments
Assignees
Labels
Status: Confirmed The issue is a bug and has been confirmed and an action will be taken Type: Bug The issue documents broken, incorrect, or confusing behavior.

Comments

@hyyan
Copy link
Member

hyyan commented May 15, 2024

From Audev:

Form multiple customers we are getting java.lang.IndexOutOfBoundsException and java.lang.Exception: Entry not found error in GxClientModels.asDataRow() method.

The root cause is not found, but somehow the resultset(#getWidget().getRS()) is having 0 entries or the resultset doesn’t have the row and while getting the row from resultset(rs!.get(#getId())) we get the error.

In older version BBjGridExWidgetClientModels.bbj also we faced this issue, but we have internally changed the BBjGridExWidgetClientModels.bbj program as follows to handle the error. And in receiving program we checked if the DataRow is not null and not empty.
So, the question is, is it possible to make these changes available in latest plugin version? So that we don’t have to maintained two different version.

We are using BBj 22.15 and BBjGridExWidget - V1.12.0.

image001

@hyyan hyyan added Type: Bug The issue documents broken, incorrect, or confusing behavior. Status: Confirmed The issue is a bug and has been confirmed and an action will be taken labels May 15, 2024
@hyyan hyyan self-assigned this May 15, 2024
@hyyan hyyan closed this as completed in 47f66bf May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Confirmed The issue is a bug and has been confirmed and an action will be taken Type: Bug The issue documents broken, incorrect, or confusing behavior.
Projects
None yet
Development

No branches or pull requests

1 participant