-
1. Re: AS7: Vault element not fully written back
anil.saldhana Jan 11, 2012 2:27 PM (in response to anil.saldhana)I deployed a test web app that contains the @DataSourceDefinition as outlined in https://community.jboss.org/wiki/AS7UtilisingMaskedPasswordsViaTheVault
Once the web app was accessed, I see that standalone.xml loses the vault options.
I think I have reproduced the bug and will investigate the cause for it.
-
2. Re: AS7: Vault element not fully written back
dimonv Jan 19, 2012 10:05 AM (in response to anil.saldhana)Hi Anil,
the same issue you fixed in CommonXml.java exists in org.jboss.as.security.VaultResourceDefinition.VaultResourceDefinitionAdd (see my comment in https://issues.jboss.org/browse/AS7-1623)
-
3. Re: AS7: Vault element not fully written back
anil.saldhana Jan 19, 2012 10:08 AM (in response to dimonv)Dmitri, the current fixes should get you going with the vault at the server/domain level. Correct?
I will fix the VaultResourceDefinitionAdd also.
-
4. Re: AS7: Vault element not fully written back
dimonv Jan 19, 2012 10:21 AM (in response to anil.saldhana)Yes, that's correct. Thanks. I haven't try it yet but am going to do that as soon as it's downloadable.
Nevertheless I tried both, at least vault config for security sub-system and started a discussion https://community.jboss.org/message/642488#642488
I'm not realy sure what is the purpose of the sub-system's vault.
-
5. Re: AS7: Vault element not fully written back
anil.saldhana Jan 20, 2012 11:50 AM (in response to dimonv)When the vault functionality was introduced, we started with the security subsystem. But then the AS7 architects opined that it is suitable at the server/domain level. So that is where it went. But I did not remove the security subsystem vault.