-
Bug
-
Resolution: Not a Bug
-
Blocker
-
None
-
13.0.0.Beta1
-
None
-
-
Regression
Deploying of [1] fails with following exception.
org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy InjectionTest.war: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0412: Required services that are not installed:" => ["jboss.naming.context.java.module.InjectionTest.InjectionTest.env.jms.queue.test"],"WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.InjectionTest.InjectionTest.env.\"org.jboss.resteasy.test.cdi.injection.resource.CDIInjectionResourceProducer\".bookQueue is missing [jboss.naming.context.java.module.InjectionTest.InjectionTest.env.jms.queue.test]"]}}}
The deployment is part of Resteasy test suite. The same test works with Wildfly 12.
Blocker priority was chosen because this is regression against Wildfly 12.
User's impact: Some deployments can stop working after upgrade to Wildfly 13.
I found out that the regression is caused by the commit WFLY-10358
- is related to
-
WFLY-10358 Resource annotations should create bindings even if they are not used on a component
- Closed