Weblogic12c deployment EJB ambiguous error
问题 I'm trying to deploy the application in Weblogic 12c. During deployment, I'm getting the below error weblogic.management.DeploymentException: weblogic.application.naming.ReferenceResolutionException: [J2EE:160092]Error: The ejb-link "BeanClass" declared in the ejb-ref or ejb-local-ref "...BeanClassService/beanClass" in the module "....EJB.jar" is ambiguous. Qualify this ejb-link to remove the ambiguity. Code: IBeanClass.java @Local public interface IBeanClass {} BeanClass.java @Stateless(name