Created
March 4, 2012 13:25
-
-
Save megascus/1972976 to your computer and use it in GitHub Desktop.
weblogic cdi log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
org.jboss.weld.exceptions.DeploymentException: WELD-001409 Ambiguous dependencies for type [ScrumManager] with qualifiers [@Default] at injection point [[field] @Inject jsf2.demo.scrum.web.controller.scrum.StoryAction.scrumManager]. Possible dependencies[[Managed Bean [class jsf2.demo.scrum.application.scrum_management.impl.ScrumManagerImpl_yle32y_Impl] with qualifiers [@Any @Default],Session bean [class jsf2.demo.scrum.application.scrum_management.impl.ScrumManagerImpl with qualifiers [@Any @Default]; local interfaces are [ScrumManager]]] | |
at org.jboss.weld.bootstrap.Validator.validateInjectionPoint(Validator.java:261) | |
at org.jboss.weld.bootstrap.Validator.validateBean(Validator.java:105) | |
at org.jboss.weld.bootstrap.Validator.validateRIBean(Validator.java:125) | |
~~~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment