[jbosstools-issues] [JBoss JIRA] (JBIDE-15507) Support injection of JMSContext

Xavier Coulon (JIRA) jira-events at lists.jboss.org
Mon Sep 23 10:40:03 EDT 2013


Xavier Coulon created JBIDE-15507:
-------------------------------------

             Summary: Support injection of JMSContext
                 Key: JBIDE-15507
                 URL: https://issues.jboss.org/browse/JBIDE-15507
             Project: Tools (JBoss Tools)
          Issue Type: Enhancement
          Components: cdi
    Affects Versions: 4.1.0.Final
            Reporter: Xavier Coulon


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)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the jbosstools-issues mailing list