THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
 
  Apache ServiceMix NMR #usernavbar() #printableicon() #pdficon() #feedicon()  
When you contribute content to this Wiki, you grant a license to the ASF for inclusion in ASF works (as per the Apache Software License).
  3. Deploying JBI components without the JBI packaging

Versions Compared

Key

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

...

In ServiceMix Kernel, run the following commands:

Code Block
features /addUrl mvn:org.apache.servicemix.nmr/apache-servicemix-nmr/1.0.0-m3/xml/features
features /install jbi
osgi /install -s mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.wsdl4j/1.6.1_1
osgi /install -s mvn:org.apache.xbean/xbean-spring/3.4.35
osgi /install -s mvn:org.apache.servicemix/servicemix-utils/1.01.0
osgi /install -s mvn:org.apache.servicemix/servicemix-common/20082009.01
osgi /install -s mvn:org.apache.servicemix/servicemix-eip/20082009.01

Then, create the following file:

...