Getting below errors after jboss migration from 6.4eap to 7.4eap same EAR/WAR is working on 6.4eap but giving errors on 7.4eap. As part of migration do we need to take care anything else to fix below issue?
Caused by: org.jboss.weld.exceptions.DeploymentException: Exception List with 2 exceptions: Exception 0 : org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied dependencies for type Config with qualifiers @Named at injection point [BackedAnnotatedParameter] Parameter 1 of [BackedAnnotatedConstructor] @Inject public org.openscoring.service.NetworkSecurityContextFilter(@Named Config) at org.openscoring.service.NetworkSecurityContextFilter.(NetworkSecurityContextFilter.java:0)
Exception 1 : org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied dependencies for type MetricRegistry with qualifiers @Default at injection point [UnbackedAnnotatedParameter] Parameter 2 of [UnbackedAnnotatedConstructor] @Inject private org.openscoring.service.MetricResource(ModelRegistry, MetricRegistry) at org.openscoring.service.MetricResource.(MetricResource.java:0)
Suppressed: org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied dependencies for type Config with qualifiers @Named at injection point [BackedAnnotatedParameter] Parameter 1 of [BackedAnnotatedConstructor] @Inject public org.openscoring.service.NetworkSecurityContextFilter(@Named Config)