2 Replies Latest reply on Jul 3, 2008 7:28 AM by bortx

    specify resource adapter on an mdb deployment descriptor

      Hello,

      I have developed my own custom inbound resource adapter, and also I have developed an ejb3 MDB to listen on messages from this resource adapter.

      I have annotated my ejb class with the following annotation

      @ResourceAdapter("my-resource-adapter.rar")
      


      in order to find the resource adapter rar and register on it, and it works fine.

      This is my question: Is there a way of specifying the resource adapter rar on the ejb3-jar.xml deployment descriptor file?

      Thanks a lot