Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-9772

Unavailable beans for dependent projects

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • LATER
    • 3.3.0.M3
    • cdi
    • None

      EXECUTE: Download/clone and install http://seamframework.org/Seam3/SecurityModule as an existing maven project. Make sure CDI support is enabled for the projects.
      EXECUTE: Open /seam-security-external/src/main/java/org/jboss/seam/security/external/openid/OpenIdAuthenticator.java
      FAILURE: There is a warning "No bean eligible for the injection point" at

      @Inject
      HttpServletResponse response;
      

      It seems that if we have project A and project B (B depends on A) and project A has a jar which is not in project classpath of project B then beans from this jar is not available for injections of project A.

              scabanovich Viacheslav Kabanovich (Inactive)
              alexeykazakov Alexey Kazakov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: