Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[swordfish-dev] ServiceMix 4 inside Swordfish

Based on the experiments I've done so far (see [1]), here is a list of the
basic bundles needed to run the JBI layer:

geronimo-activation_1.1_spec-1.0.2.jar
geronimo-jta_1.1_spec-1.1.1.jar
xbean-classloader-3.3.1-r631610.jar
spring-aop-2.5.2.jar
spring-beans-2.5.2.jar
spring-context-2.5.2.jar
spring-core-2.5.2.jar
spring-osgi-core-1.0.2.jar
spring-osgi-extender-1.0.2.jar
spring-osgi-io-1.0.2.jar
org.apache.servicemix.kernel.filemonitor-1.0-m3.jar
org.apache.servicemix.bundles.aopalliance-1.0-1.0-m3.jar
org.apache.servicemix.bundles.ant-1.7.0-1.0-m3.jar
org.apache.servicemix.nmr.api-1.0-m1.jar
org.apache.servicemix.nmr.core-1.0-m1.jar
org.apache.servicemix.nmr.osgi-1.0-m1.jar
org.apache.servicemix.nmr.spring-1.0-m1.jar
org.apache.servicemix.jbi.api-1.0-m1.jar
org.apache.servicemix.jbi.deployer-1.0-m1.jar
org.apache.servicemix.jbi.osgi-1.0-m1.jar
org.apache.servicemix.jbi.runtime-1.0-m1.jar

Some of those come from SpringSource (spring-*) under ASL, the other ones
come from Geronimo or ServiceMix, but aopalliance and ant jars are just a
repackaging of the jars, so it may make sense to go through Orbit for that
(not sure).  Also note that aopalliance is Public Domain instead of ASL.

For the management, these three additional bundles are required:
 org.apache.servicemix.management.core-4.0-m1.jar
 org.apache.servicemix.nmr.management-1.0-m1.jar
 org.apache.servicemix.jbi.management-1.0-m1.jar
But for some reason, starting the JMX server lead to error when I
installed those
in Eqinox.

I haven't worked on ServiceMix console / Equinox yet so I don't have a list
of requirements for it at this point.

[1] http://cwiki.apache.org/SMX4NMR/4-installing-the-nmr-in-equinox.html

Cheers,
Guillaume Nodet
----------------------------
IONA Technologies SARL
Identification: 415 295 930 R.C.S. Nanterre
Siège: Immeuble Elysées La Défense, 7C place du Dôme, 92056 La Défense Cedex, France

Back to the top