Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-8625

Injecting of JMSContext via CF fails

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Major Major
    • None
    • 7.1.0.DR11
    • Generic JMS RA
    • None
    • Hide

      Configure EAP to use generic RA.
      Create CF in RA pointing to Tibco 8 server.
      Inject context via this CF in deployment (eg. mdb).
      Try to call some method on injected context.

      Show
      Configure EAP to use generic RA. Create CF in RA pointing to Tibco 8 server. Inject context via this CF in deployment (eg. mdb). Try to call some method on injected context.

      CDI injection of JMSContext is not possible.
      According to TCK and also to my own reproducer folowing command is not working and JMScontext is null.
      @Inject
      @JMSConnectionFactory("jms/CF")
      JMSContext context;

            jmesnil1@redhat.com Jeff Mesnil
            okalman@redhat.com Ondřej Kalman (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: