-
Bug
-
Resolution: Done
-
Blocker
-
8.0.0.GA-CR1
-
None
-
False
-
None
-
False
-
-
-
-
-
-
-
After JBEAP-25548 and JBEAP-25550, when one tries to continue with (any) empty field on Datasource Setup screen, NPE is printed to terminal:
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at org.jboss.installer.validators.DatasourceValidator.areCommonFieldsEmpty(DatasourceValidator.java:61)
at org.jboss.installer.validators.DatasourceValidator.validate(DatasourceValidator.java:41)
at org.jboss.installer.screens.DatasourceScreen.validate(DatasourceScreen.java:295)
at org.jboss.installer.core.Navigator.moveToNext(Navigator.java:59)
at org.jboss.installer.panels.frame.NavigationPanel.lambda$initPanel$0(NavigationPanel.java:62)
...
- is caused by
-
JBEAP-25550 The "(Password|Group|Salt) index" text box (Security Domain Configuration" screen -> Cache type: Database) is not trimming strings
- Closed