Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
langxml
<classpath>
  <library>cxf</library>
  <component>servicemix-wsn2005</component>
</classpath>

New In ServiceMix 3.3.1

You can now reference external archives using system properties. For example:

Code Block
langxml

<classpath>
  <location>${servicemix.home}/lib/ext/my.jar</location>
</classpath>

You can explore and use regex inside externale archives (zip, jar, war, ear). For example:

Code Block
langxml

<classpath>
  <location>jar:file:/path/to/my.ear!/my.jar</location>
  <location>jar:file:/path/to/my.ear!/other*.jar</location>
</classpath>