Uploaded image for project: 'ServiceMix'
  1. ServiceMix
  2. SM-532

Allow easier deployment of endpoints using servicemix-common by splitting components from endpoints and put all endpoints together

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.2
    • servicemix-core
    • None

    Description

      We could have something like

      <sm:container ..>
      <sm:activationSpecs>
      <sm:activationSpec>
      <sm:component>
      <http:component ... />
      </sm:component>
      </sm:activationSpec>
      <sm:activationSpec>
      <sm:component>
      <jsr181:component ... />
      </sm:component>
      </sm:activationSpec>
      </sm:activationSpecs>

      <sm:endpoints>
      <http:endpoint .. />
      <jsr181:endpoint ... />
      </sm:endpoints>
      </sm:container>

      Usually components could be even ommitted when they do not require any specific configuration.
      They could be created on demand somehow when an endpoint is activated.

      Attachments

        Issue Links

          Activity

            People

              gnodet Guillaume Nodet
              gnodet Guillaume Nodet
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: