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

Support injection of JMSContext

XMLWordPrintable

      if I try to inject a JMSContext (part of JMS 2.0 in JavaEE7) into a bean (CDI bean or EJB):

      @Inject
      JMSContext context;

      I get the following warning: "No bean is eligible for injection to the injection point [JSR-299 ยง5.2.1]".

      Yet, there's no problem when I deploy the application on Wildfly (8.0.0.Alpha4, the latest release so far)

            scabanovich Viacheslav Kabanovich (Inactive)
            xcoulon@redhat.com Xavier Coulon
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: