]
Darran Lofthouse updated WFLY-9603:
-----------------------------------
Component/s: JCA
Wildfly constantly logs out warning message when using picketbox to
encrypt user credentials
--------------------------------------------------------------------------------------------
Key: WFLY-9603
URL:
https://issues.jboss.org/browse/WFLY-9603
Project: WildFly
Issue Type: Bug
Components: JCA
Affects Versions: 11.0.0.Final
Reporter: Eirikur Ari Petursson
Assignee: Jason Greene
Priority: Minor
h5. The problem
While trying out Wildfly 11 with defined security domain that uses picketbox
SecureIdentityLoginModule to encrypt the user access for a jdbc connection, we noticed
that Wildfly is a constantly logging out the following warning:
{code}
WARN [org.jboss.jca.core.tx.jbossts.XAResourceRecoveryImpl] (Periodic Recovery)
IJ000904: No security domain defined for crash recovery: java:jboss/jdbc/exampleDS
WARN [org.jboss.jca.core.tx.jbossts.XAResourceRecoveryImpl] (Periodic Recovery)
IJ000905: Subject for crash recovery was null: java:jboss/jdbc/exampleDS
{code}
*Note:* the username and password is not empty e.g. the password has an encrypted string
produced using picketbox.
The thing is that this is working e.g. we are able to connect to a database providing the
user credential that is defined in the security domain and in has been working i.e. in
Wildfly 9 without the warning messages.