-
Bug
-
Resolution: Done
-
Medium
-
None
While editing https://community.jboss.org/wiki/EncryptSSLPasswordfornativeconnectorsonJBoss article I pasted this line to editor:
<bean name="JaasSecurityDomain:SSLPassword" class="org.jboss.security.plugins.JaasSecurityDomain">
and what I see in the editor was:
<bean name="JaasSecurityDomain:SSLPassword">
If you paste just class="org.jboss.security.plugins.JaasSecurityDomain" to the proper place it works without problems.
I guess this was also problem which affected original post I tried to fix