2 Replies Latest reply on Jun 24, 2005 3:47 PM by mmindenhall

    Nested deployment of message endpoints within .rar

    mmindenhall

      Hi,

      Currently, with message inflow resource adapters, the .rar file containing the resource adapter classes and ra.xml must be deployed first, and the MDB message endpoint(s) must be deployed in separate jar file(s) after the .rar.

      It would be great to be able to do one or both of the following:

      1. Package ejb-jar.xml, jboss.xml, and MDB(s) within .rar file directly.

      2. Put a jar containing the above in the .rar file.

      Obviously, the deployment logic would then need to detect the message endpoints and deploy/activate them AFTER the resource adapter has been deployed and started.

      Is there some reason this can't be done? Or is there another way to accomplish this that I'm missing?