Description:
|
org.jboss.jsr299.tck.tests.deployment.lifecycle.broken.normalScope.AddingNormalScopeTest
expects
and org.jboss.jsr299.tck.tests.implementation.simple.lifecycle.unproxyable.UnproxyableManagedBeanTest expect
deployment
failure
failures
base on the following assertion:
{quote} If an injection point whose declared type cannot be proxied by the container resolves to a bean with a normal scope, the container automatically detects the problem and treats it as a deployment problem. {quote}
However, no injection point is declared that would trigger validation to fail. Please backport test modifications from the master branch
(e.g.
https://github.com/jboss/cdi-tck/tree/master/impl/src/main/java/org/jboss/cdi/tck/tests/deployment/lifecycle/broken/normalScope
)
|