CDI deployment failure:WELD-001414 Bean name is ambiguous

前端 未结 3 1500
一整个雨季
一整个雨季 2021-01-12 00:22

I have an application, which has multiple modules and various dependencies. When I deploy the application on Glassfish 4, I am getting error:

org.jboss.weld.         


        
3条回答
  •  走了就别回头了
    2021-01-12 00:53

    Are you by any chance packaging the Jersey specific libraries in your EAR file. I believe glassfish does provide the Jersey libraries and you do not need to package them.

提交回复
热议问题