Hi, I'm trying to build a web service for Mahout. If I use GlassFish 3.x there is no problem. However, when I change to GlassFish 4, during deployment the following error occurs: (by the way, GlassFish 4 works fine for my other web service implementations, my suspicion is that there is some inconsistency between GlassFish 4 and the dependencies needed for Mahout)
SEVERE: Exception during lifecycle processing org.glassfish.deployment.common.DeploymentException: CDI deployment failure:WELD-001408 Unsatisfied dependencies for type [Set<Service>] with qualifiers [@Default] at injection point [[BackedAnnotatedParameter] Parameter 1 of [BackedAnnotatedConstructor] @Inject com.google.common.util.concurrent.ServiceManager(Set<Service>)] Any help will be greatly appreciated.
