Uploaded image for project: 'Geronimo'
  1. Geronimo
  2. GERONIMO-838

Allow embedded connector deployment for WAR, EJB JAR

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0-M4
    • 1.0-M5
    • connector, deployment
    • Security Level: public (Regular issues)
    • None

    Description

      Currently you can embed a connector deployment in the deployment plan for an application client. It would be nice if you could do the same for a WAR or EJB JAR. Something like:

      <web-app xmlns="http://geronimo.apache.org/xml/ns/web"
      xmlns:naming="http://geronimo.apache.org/xml/ns/naming"
      ...>
      ...
      <resource>
      <external-rar>
      activemq/rars/activemq-core-version.rar
      </external-rar>
      <connector
      xmlns="http://geronimo.apache.org/xml/ns/j2ee/connector"
      version="1.5"
      configId="MyJMSResources"
      parentId="MyJMSServer">
      ...
      </connector>
      </resource>
      </web-app>

      Attachments

        Issue Links

          Activity

            People

              djencks David Jencks
              ammulder Aaron Mulder
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: