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).
  4. Installing the NMR in Equinox

Versions Compared

Key

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

...

The config.ini file can be downloaded from config.ini or use the following code:

...

titleconfiguration/config.ini

...

You can find a shell script for unix based OS to set up the whole environment here. If you're on Windows, grab it nonetheless but download all the jars manually using the URLs in this file.

#top

Wiki Markup
{scrollbar}

Here is a list of direct url for downloading the jars:

Code Block

Equinox framework:
http://download.eclipse.org/eclipse/equinox/drops/R-3.3.2-200802211800/org.eclipse.osgi_3.3.2.R33x_v20080105.jar

Other bundles:
http://download.eclipse.org/eclipse/equinox/drops/R-3.3.2-200802211800/org.eclipse.equinox.cm_3.2.0.v20070116.jar
http://download.eclipse.org/eclipse/equinox/drops/R-3.3.2-200802211800/org.eclipse.osgi.services_3.1.200.v20070605.jar
http://download.eclipse.org/eclipse/equinox/drops/R-3.3.2-200802211800/org.eclipse.equinox.common_3.3.0.v20070426.jar
http://download.eclipse.org/eclipse/equinox/drops/R-3.3.2-200802211800/org.eclipse.equinox.preferences_3.2.101.R33x_v20080117.jar
http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-activation_1.1_spec/1.0.2/geronimo-activation_1.1_spec-1.0.2.jar
http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.jar
http://svn.apache.org/repos/asf/servicemix/m2-repo/org/apache/xbean/xbean-classloader/3.3.1-r643297/xbean-classloader-3.3.1-r643297.jar
http://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.ant-1.7.0/1.0-m3/org.apache.servicemix.bundles.ant-1.7.0-1.0-m3.jar
http://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance-1.0/1.0-m3/org.apache.servicemix.bundles.aopalliance-1.0-1.0-m3.jar
http://repo1.maven.org/maven2/org/springframework/spring-aop/2.5.2/spring-aop-2.5.2.jar
http://repo1.maven.org/maven2/org/springframework/spring-beans/2.5.2/spring-beans-2.5.2.jar
http://repo1.maven.org/maven2/org/springframework/spring-context/2.5.2/spring-context-2.5.2.jar
http://repo1.maven.org/maven2/org/springframework/spring-core/2.5.2/spring-core-2.5.2.jar
http://repo1.maven.org/maven2/org/springframework/osgi/spring-osgi-core/1.0.2/spring-osgi-core-1.0.2.jar
http://repo1.maven.org/maven2/org/springframework/osgi/spring-osgi-extender/1.0.2/spring-osgi-extender-1.0.2.jar
http://repo1.maven.org/maven2/org/springframework/osgi/spring-osgi-io/1.0.2/spring-osgi-io-1.0.2.jar
http://repo1.maven.org/maven2/org/apache/servicemix/nmr/org.apache.servicemix.nmr.api/1.0-m1/org.apache.servicemix.nmr.api-1.0-m1.jar
http://repo1.maven.org/maven2/org/apache/servicemix/nmr/org.apache.servicemix.nmr.core/1.0-m1/org.apache.servicemix.nmr.core-1.0-m1.jar
http://repo1.maven.org/maven2/org/apache/servicemix/nmr/org.apache.servicemix.nmr.osgi/1.0-m1/org.apache.servicemix.nmr.osgi-1.0-m1.jar
http://repo1.maven.org/maven2/org/apache/servicemix/nmr/org.apache.servicemix.nmr.spring/1.0-m1/org.apache.servicemix.nmr.spring-1.0-m1.jar
http://repo1.maven.org/maven2/org/apache/servicemix/jbi/org.apache.servicemix.jbi.api/1.0-m1/org.apache.servicemix.jbi.api-1.0-m1.jar
http://repo1.maven.org/maven2/org/apache/servicemix/jbi/org.apache.servicemix.jbi.deployer/1.0-m1/org.apache.servicemix.jbi.deployer-1.0-m1.jar
http://repo1.maven.org/maven2/org/apache/servicemix/jbi/org.apache.servicemix.jbi.osgi/1.0-m1/org.apache.servicemix.jbi.osgi-1.0-m1.jar
http://repo1.maven.org/maven2/org/apache/servicemix/jbi/org.apache.servicemix.jbi.runtime/1.0-m1/org.apache.servicemix.jbi.runtime-1.0-m1.jar

Running Equinox

Run the following command:

...