After upgrading a test project from 2.2.0 to 2.3.0
Deleting DB
Recreating DB
i got the error "How to debug the “error Alert may not be null” ?
on each Entity detail editor.
Is there a way to debug the issue ?
regards
Stefano
Hi
- Navigate to Notifications class
- Set breakpoints to it’s methods
- Reproduce the problem and check the stack
1 Like
Thanks a lot.
I’m going to try.
Does this view shows all attributes of the entity? Maybe there are some hidden ones annotated with @NotNull
?
1 Like
My entity was being setup programmatically mainly and I was facing same issue. I got null property name by putting breakpoint in BeanValidationListener.validateOnCallbackEvent method.