rzo1 opened a new pull request, #2817: URL: https://github.com/apache/tomee/pull/2817
https://issues.apache.org/jira/browse/TOMEE-4631 Backport to `tomee-10.x` of #2816. `RemoteTomEEExtension` guarded container registration behind a JVM-static latch, so only the first Arquillian `Manager` per JVM fork registered its `DeployableContainer`. A second `Manager` (e.g. failsafe `rerunFailingTestsCount`) got an empty registry and failed with `DeploymentScenario contains a target (_DEFAULT_) not matching any defined Container`. Drop the static latch and register unconditionally, like `EmbeddedTomEEExtension`. Adds a regression test covering re-registration across two `Manager` bootstraps in the same JVM. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
