You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by Guillaume Nodet <gn...@gmail.com> on 2009/06/23 01:18:03 UTC

Re: startup.properties of Build 1.2.0-SNAPSHOT of Apache Karaf contains commented lines for mandatory bundles !!!

Those have been commented now that we use blueprint.
The compendium jar is a bad idea for several reasons and that has been
discussed on the dev list ealier: each service should export its own
API instead of using the one from the compendium.
For spring-dm, it is not installed anymore but is available through a
feature, you using "features/install spring-dm" should install
everything needed.

On Mon, Jun 22, 2009 at 13:35, Charles Moulliard<cm...@gmail.com> wrote:
> Hi,
>
> I have done a build of apache Karaf today and the startup.properties
> contains commented lines for mandatory bundles !!!
>
> #org/apache/geronimo/specs/geronimo-servlet_2.5_spec/1.1.2/geronimo-servlet_2.5_spec-1.1.2.jar=10
> org/apache/servicemix/specs/org.apache.servicemix.specs.jaxp-api-1.4/1.4-SNAPSHOT/org.apache.servicemix.specs.jaxp-api-1.4-1.4-SNAPSHOT.jar=10
> org/apache/servicemix/bundles/org.apache.servicemix.bundles.jaxp-ri/1.4.2_2/org.apache.servicemix.bundles.jaxp-ri-1.4.2_2.jar=10
> #org/apache/felix/org.osgi.compendium/1.2.0/org.osgi.compendium-1.2.0.jar=10
> org/apache/felix/org.apache.felix.configadmin/1.0.4/org.apache.felix.configadmin-1.0.4.jar=10
> #org/apache/geronimo/specs/geronimo-annotation_1.0_spec/1.1.1/geronimo-annotation_1.0_spec-1.1.1.jar=10
> org/apache/felix/org.apache.felix.prefs/1.0.2/org.apache.felix.prefs-1.0.2.jar=10
> org/apache/felix/karaf/deployer/org.apache.felix.karaf.deployer.filemonitor/1.2.0-SNAPSHOT/org.apache.felix.karaf.deployer.filemonitor-1.2.0-SNAPSHOT.jar=15
>
> #
> # The rest of the services..
> #
> org/apache/geronimo/blueprint-bundle/1.0.0-SNAPSHOT/blueprint-bundle-1.0.0-SNAPSHOT.jar=20
>
> org/apache/felix/karaf/gshell/org.apache.felix.karaf.gshell.core/1.2.0-SNAPSHOT/org.apache.felix.karaf.gshell.core-1.2.0-SNAPSHOT.jar=30
> org/apache/servicemix/bundles/org.apache.servicemix.bundles.jline/0.9.94_1/org.apache.servicemix.bundles.jline-0.9.94_1.jar=30
> #org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_1/org.apache.servicemix.bundles.aopalliance-1.0_1.jar=30
> #org/apache/servicemix/bundles/org.apache.servicemix.bundles.cglib/2.1_3_2-SNAPSHOT/org.apache.servicemix.bundles.cglib-2.1_3_2-SNAPSHOT.jar=30
> org/apache/servicemix/bundles/org.apache.servicemix.bundles.oro/2.0.8_1/org.apache.servicemix.bundles.oro-2.0.8_1.jar=30
> org/apache/servicemix/bundles/org.apache.servicemix.bundles.commons-codec/1.2_1/org.apache.servicemix.bundles.commons-codec-1.2_1.jar=30
> org/apache/servicemix/bundles/org.apache.servicemix.bundles.commons-httpclient/3.1_1/org.apache.servicemix.bundles.commons-httpclient-3.1_1.jar=30
> org/apache/servicemix/bundles/org.apache.servicemix.bundles.commons-jexl/1.1_1/org.apache.servicemix.bundles.commons-jexl-1.1_1.jar=30
> org/apache/servicemix/bundles/org.apache.servicemix.bundles.commons-vfs/1.0_1/org.apache.servicemix.bundles.commons-vfs-1.0_1.jar=30
> #org/springframework/spring-aop/2.5.6.SEC01/spring-aop-2.5.6.SEC01.jar=30
> #org/springframework/spring-beans/2.5.6.SEC01/spring-beans-2.5.6.SEC01.jar=30
> #org/springframework/spring-context/2.5.6.SEC01/spring-context-2.5.6.SEC01.jar=30
> #org/springframework/spring-core/2.5.6.SEC01/spring-core-2.5.6.SEC01.jar=30
> #org/springframework/osgi/spring-osgi-core/1.2.0/spring-osgi-core-1.2.0.jar=30
> #org/springframework/osgi/spring-osgi-extender/1.2.0/spring-osgi-extender-1.2.0.jar=30
> #org/springframework/osgi/spring-osgi-io/1.2.0/spring-osgi-io-1.2.0.jar=30
>
>
> What is the explanation (commit error, ...) ?
>
> Regards,
>
> Charles Moulliard
> Senior Enterprise Architect
> Apache Camel Committer
>
> *****************************
> blog : http://cmoulliard.blogspot.com
>



-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/
------------------------
Open Source SOA
http://fusesource.com

Re: startup.properties of Build 1.2.0-SNAPSHOT of Apache Karaf contains commented lines for mandatory bundles !!!

Posted by Charles Moulliard <cm...@gmail.com>.
Thx.

Is blueprint stable enough to be used instead of Spring-DM ? Can I use the
OSGI documentation to learn blueprint ?

Regards,

Charles Moulliard
Senior Enterprise Architect
Apache Camel Committer

*****************************
blog : http://cmoulliard.blogspot.com


On Tue, Jun 23, 2009 at 1:18 AM, Guillaume Nodet <gn...@gmail.com> wrote:

> Those have been commented now that we use blueprint.
> The compendium jar is a bad idea for several reasons and that has been
> discussed on the dev list ealier: each service should export its own
> API instead of using the one from the compendium.
> For spring-dm, it is not installed anymore but is available through a
> feature, you using "features/install spring-dm" should install
> everything needed.
>
> On Mon, Jun 22, 2009 at 13:35, Charles Moulliard<cm...@gmail.com>
> wrote:
> > Hi,
> >
> > I have done a build of apache Karaf today and the startup.properties
> > contains commented lines for mandatory bundles !!!
> >
> >
> #org/apache/geronimo/specs/geronimo-servlet_2.5_spec/1.1.2/geronimo-servlet_2.5_spec-1.1.2.jar=10
> >
> org/apache/servicemix/specs/org.apache.servicemix.specs.jaxp-api-1.4/1.4-SNAPSHOT/org.apache.servicemix.specs.jaxp-api-1.4-1.4-SNAPSHOT.jar=10
> >
> org/apache/servicemix/bundles/org.apache.servicemix.bundles.jaxp-ri/1.4.2_2/org.apache.servicemix.bundles.jaxp-ri-1.4.2_2.jar=10
> >
> #org/apache/felix/org.osgi.compendium/1.2.0/org.osgi.compendium-1.2.0.jar=10
> >
> org/apache/felix/org.apache.felix.configadmin/1.0.4/org.apache.felix.configadmin-1.0.4.jar=10
> >
> #org/apache/geronimo/specs/geronimo-annotation_1.0_spec/1.1.1/geronimo-annotation_1.0_spec-1.1.1.jar=10
> >
> org/apache/felix/org.apache.felix.prefs/1.0.2/org.apache.felix.prefs-1.0.2.jar=10
> >
> org/apache/felix/karaf/deployer/org.apache.felix.karaf.deployer.filemonitor/1.2.0-SNAPSHOT/org.apache.felix.karaf.deployer.filemonitor-1.2.0-SNAPSHOT.jar=15
> >
> > #
> > # The rest of the services..
> > #
> >
> org/apache/geronimo/blueprint-bundle/1.0.0-SNAPSHOT/blueprint-bundle-1.0.0-SNAPSHOT.jar=20
> >
> >
> org/apache/felix/karaf/gshell/org.apache.felix.karaf.gshell.core/1.2.0-SNAPSHOT/org.apache.felix.karaf.gshell.core-1.2.0-SNAPSHOT.jar=30
> >
> org/apache/servicemix/bundles/org.apache.servicemix.bundles.jline/0.9.94_1/org.apache.servicemix.bundles.jline-0.9.94_1.jar=30
> >
> #org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_1/org.apache.servicemix.bundles.aopalliance-1.0_1.jar=30
> >
> #org/apache/servicemix/bundles/org.apache.servicemix.bundles.cglib/2.1_3_2-SNAPSHOT/org.apache.servicemix.bundles.cglib-2.1_3_2-SNAPSHOT.jar=30
> >
> org/apache/servicemix/bundles/org.apache.servicemix.bundles.oro/2.0.8_1/org.apache.servicemix.bundles.oro-2.0.8_1.jar=30
> >
> org/apache/servicemix/bundles/org.apache.servicemix.bundles.commons-codec/1.2_1/org.apache.servicemix.bundles.commons-codec-1.2_1.jar=30
> >
> org/apache/servicemix/bundles/org.apache.servicemix.bundles.commons-httpclient/3.1_1/org.apache.servicemix.bundles.commons-httpclient-3.1_1.jar=30
> >
> org/apache/servicemix/bundles/org.apache.servicemix.bundles.commons-jexl/1.1_1/org.apache.servicemix.bundles.commons-jexl-1.1_1.jar=30
> >
> org/apache/servicemix/bundles/org.apache.servicemix.bundles.commons-vfs/1.0_1/org.apache.servicemix.bundles.commons-vfs-1.0_1.jar=30
> > #org/springframework/spring-aop/2.5.6.SEC01/spring-aop-2.5.6.SEC01.jar=30
> >
> #org/springframework/spring-beans/2.5.6.SEC01/spring-beans-2.5.6.SEC01.jar=30
> >
> #org/springframework/spring-context/2.5.6.SEC01/spring-context-2.5.6.SEC01.jar=30
> >
> #org/springframework/spring-core/2.5.6.SEC01/spring-core-2.5.6.SEC01.jar=30
> >
> #org/springframework/osgi/spring-osgi-core/1.2.0/spring-osgi-core-1.2.0.jar=30
> >
> #org/springframework/osgi/spring-osgi-extender/1.2.0/spring-osgi-extender-1.2.0.jar=30
> >
> #org/springframework/osgi/spring-osgi-io/1.2.0/spring-osgi-io-1.2.0.jar=30
> >
> >
> > What is the explanation (commit error, ...) ?
> >
> > Regards,
> >
> > Charles Moulliard
> > Senior Enterprise Architect
> > Apache Camel Committer
> >
> > *****************************
> > blog : http://cmoulliard.blogspot.com
> >
>
>
>
> --
> Cheers,
> Guillaume Nodet
> ------------------------
> Blog: http://gnodet.blogspot.com/
> ------------------------
> Open Source SOA
> http://fusesource.com
>