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.

...

Warning

It does not work yet

In ServiceMix Kernel (>= 1.0-m3-SNAPSHOT), run the following commands:

Code Block
features addUrl mvn:org.apache.servicemix.nmr/apache-servicemix-nmr/1.0.0-m2-SNAPSHOTm3/xml/features
features install jbi
osgi install -s mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.wsdl4j-/1.6.1/4.0-m1_1
osgi install -s mvn:org.apache.xbean/xbean-spring/3.4-SNAPSHOT.3
osgi install -s mvn:org.apache.servicemix/servicemix-servicesutils/3.3-SNAPSHOT1.0.0
osgi install -s mvn:org.apache.servicemix/servicemix-common/32008.3-SNAPSHOT01
osgi install -s mvn:org.apache.servicemix/servicemix-eip/32008.3-SNAPSHOT01

Then, create the following file:

...