Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-2743

Injecting MessageDrivenContext in EJB2 way via javax.ejb.MessageDrivenBean

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • None
    • None

      The gaining MessageDrivenContext in way of EJB2 beans does not work.
      After implementing javax.ejb.MessageDrivenBean interface and using setMessageDrivenContext method the MessageDrivenContext is not set.

      private MessageDrivenContext msgContext;
      public void setMessageDrivenContext(MessageDrivenContext ctx) throws EJBException {
      	this.msgContext = ctx;
      }
      

            jaikiran Jaikiran Pai (Inactive)
            ochaloup@redhat.com Ondrej Chaloupka (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: