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

Add support for wildcards in the <classpath><location> element in servicemix.xml

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 3.1
    • None
    • servicemix-lwcontainer
    • None

    Description

      Hello,

      we are using service units based on servicemix-lwcontainer.
      In many cases the service units depend on many dependencies (direct or transitive), that also change during the development.
      It would be very helpful, if we could specify the classpath using a wildcard instead of a list of individual dependencies.

      Current status:
      <classpath>
      <location>.</location>
      <location>./lib/lib1.jar</location>
      <location>./lib/lib2.jar</location>
      ...
      <location>./lib/libn.jar</location>
      </classpath>

      Desired status:
      <classpath>
      <location>.</location>
      <location>./lib/*.jar</location>
      </classpath>

      Thank you.

      Attachments

        Activity

          People

            Unassigned Unassigned
            mpalicka Michal Palicka
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: