Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [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 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

On Thu, May 8, 2008 at 3:25 AM, Oliver Wolf <oliver.wolf@xxxxxxxxx> wrote:
> Hi Guillaume,
>
> do you already have a first draft of the list of Servicemix components that
> we'll have to shove through the Eclipse Process?
> When do you expect to start filing the CQs?
>
> Cheers,
> Oliver
>
>
> --
> Oliver Wolf
> Phone   +49 (0)228-182 1 90 59
> Fax:    +49 (0)228-181 1 90 99
> Mobile: +49 (0)160 98 93 13 13
> mailto://oliver.wolf@xxxxxxxxx
>
> SOPERA GmbH - Open Source SOA
> Subscription Services, Support & Maintenance, Training, Technical SOA
> Consulting & Customized Development http://www.sopera.de
>
> SOPERA GmbH · Geschäftsführer: Dr. Ricco Deutscher Sträßchensweg 10 ·
> 53113 Bonn · Handelsregister: Bonn HRB 15336
>
> _______________________________________________
> swordfish-dev mailing list
> swordfish-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/swordfish-dev
>



-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/


Back to the top