]
Tomaz Cerar commented on WFLY-3872:
-----------------------------------
I was tracing down this problem last week and managed to see that it only occurs on few
build agents and problem was gone after emptying local maven repo + tmp folders
Recurring failure of
EJBSignEncryptMultipleClientsTestCase.encryptedAndSignedRequestFromJohn
--------------------------------------------------------------------------------------------
Key: WFLY-3872
URL:
https://issues.jboss.org/browse/WFLY-3872
Project: WildFly
Issue Type: Bug
Components: Web Services
Affects Versions: 9.0.0.Alpha1
Reporter: Brian Stansberry
Assignee: Stuart Douglas
Since
https://github.com/wildfly/wildfly/pull/6660 was submitted,
EJBSignEncryptMultipleClientsTestCase.encryptedAndSignedRequestFromJohn is failing
regularly. Not every time but very often.
Alessio, you mentioned seeing some error logging from XAResourceRecoveryImpl, but
that's in the logs on successful runs as well, and occurs prior to the test as well.
That's a period background task from the transaction manager trying to perform
recovery of some previous transaction. I don't see why it would have any impact on
this test.