Hide Forgot
Description of problem: All vault input fields should have some kind of validation before proceeding with post installation. For example you can enter text in 'iteration count' field where only number is allowed. Or you are not warned when incorrect password for keystore was entered and the installation will fail without consistent error message.
I have added a numeric validator to the iteration count input field in the vault panel. http://git.app.eng.bos.redhat.com/?p=jbossas-installer.git;a=commit;h=43bb2ad8c2134686540f54b7b8382acc54556cb4
What about to do further validation? For example check if the password entered is correct and can unlock the keystore file. Or if the keystore is a *valid* keystore file. Such a validation would improve user experience a lot. Otherwise if something goes wrong then the user gets only a very less saying exception during the installation process.
I agree with Pavol here, will create a new BZ for these more advanced validation. This BZ will remain closed to verify the changes made by fcanas above.
New bug for more advance validation was opened here: https://bugzilla.redhat.com/show_bug.cgi?id=1013806 Verified that numeric validator to the iteration count input field in the vault panel was added.