[karaf] Creating custom karaf distribution

2009-05-12 Thread Dmitry Sklyut
Hi All, I wonder if there is any examples or documentation on creating custom assemblies of karaf? I need to customize kernel a little bit to package in extra bundles and features as well as customize startup.properties a tiny bit. Thanks in advance Dmitry

Re: [karaf] Creating custom karaf distribution

2009-05-12 Thread Dmitry Sklyut
source.com > Blog: http://gertvanthienen.blogspot.com/ > > > > 2009/5/12 Dmitry Sklyut : > > Hi All, > > > > I wonder if there is any examples or documentation on creating custom > > assemblies of karaf? > > > > I need to customize kernel a littl

Re: [karaf] Creating custom karaf distribution

2009-05-12 Thread Dmitry Sklyut
org.springframework *org.springframework.core* 2.5.6.A It looks like this style will survive into 3.0 release. Thanks again Dmitry On Tue, May 12, 2009 at 12:40 PM, Guillaume Nodet wrote: > On Tue, May 12, 2009 at 17:43, Dmitry Sklyut > wrote: > >

Re: [karaf] Creating custom karaf distribution

2009-05-12 Thread Dmitry Sklyut
Jira issue: FELIX-1150 <https://issues.apache.org/jira/browse/FELIX-1150> Thanks On Tue, May 12, 2009 at 12:57 PM, Dmitry Sklyut < dskl...@chariotsolutions.com> wrote: > I will work on a patch. > > Spring DM import in 1.2.0 final is a version ran

[karaf] How to diagnose OSGi classloading?

2009-05-14 Thread Dmitry Sklyut
Hi All, I am getting a very strange CNF and would like to get access to the full OSGi console vs. karaf commands. Is there a way to telnet into console? I also tried to ssh based on documentation on the wiki, but can't find correct user/password combo. Thanks in advance Dmitry

Re: [karaf] How to diagnose OSGi classloading?

2009-05-14 Thread Dmitry Sklyut
sole, but all the commands > are available as karaf commands already afaik. Try "help osgi" and > "help packages" to list the available commands. > > On Thu, May 14, 2009 at 16:13, Dmitry Sklyut > wrote: > > Hi All, > > > > I am getting a very st

[karaf] Equinox integration problem - and possible solution

2009-05-15 Thread Dmitry Sklyut
Hi All, I am trying to use Karaf with equinox and ran into a very strange classloading issue yesterday. Here is a situation: 1. Stock karaf with FELIX-1150 ( https://issues.apache.org/jira/browse/FELIX-1150) applied (upgrade to Spring 2.5.6.SEC01 and SpringDM 1.2.0) and config.properties modified

Re: [karaf] Equinox integration problem - and possible solution

2009-05-15 Thread Dmitry Sklyut
o rule out a number of things: have you tried without > upgrading spring-dm ? What if you use felix instead of equinox ? > > On Fri, May 15, 2009 at 15:21, Dmitry Sklyut > wrote: > > Hi All, > > > > I am trying to use Karaf with equinox and ran into a very strange >

Re: [karaf] Equinox integration problem - and possible solution

2009-05-15 Thread Dmitry Sklyut
ersion of the package exported. >> IIRC, equinox follows the not yet published spec of OSGi 4.2, so it >> may already has bumped some of the packages, though I'm still not sure >> how that would affect the bundles. >> >> We need to rule out a number of things: have

Re: [karaf] Equinox integration problem - and possible solution

2009-05-15 Thread Dmitry Sklyut
Should I create an issue and attach a file there or I can send a zipped up maven project to generate a zip that can later be deployed into karaf here? Dmitry On Fri, May 15, 2009 at 12:03 PM, Stuart McCulloch wrote: > 2009/5/15 Dmitry Sklyut > > > Richard, > > > >

Re: [karaf] Equinox integration problem - and possible solution

2009-05-15 Thread Dmitry Sklyut
-construct format). Thanks Dmitry On Fri, May 15, 2009 at 12:16 PM, Richard S. Hall wrote: > On 5/15/09 12:11 PM, Dmitry Sklyut wrote: > >> Should I create an issue and attach a file there or I can send a zipped up >> maven project to generate a zip that can later be deployed

Re: [karaf] Equinox integration problem - and possible solution

2009-05-15 Thread Dmitry Sklyut
Issue created: *FELIX-1161<https://issues.apache.org/jira/browse/FELIX-1161> * Thanks! Dmitry On Fri, May 15, 2009 at 12:16 PM, Richard S. Hall wrote: > On 5/15/09 12:11 PM, Dmitry Sklyut wrote: > >> Should I create an issue and attach a file there or I can send a zipped up &

Re: [karaf] Equinox integration problem - and possible solution

2009-05-15 Thread Dmitry Sklyut
changes and merge karaf changes with my local distro. Thanks! Dmitry On Fri, May 15, 2009 at 2:53 PM, Richard S. Hall wrote: > Thanks. We are mulling over our options... > > -> richard > > On 5/15/09 2:31 PM, Dmitry Sklyut wrote: > >> Issue created: *FELIX-1161< >

Re: Ehcache and JGroups connectiivity

2009-07-14 Thread Dmitry Sklyut
You can try changing Bundle-ClassPath of a fragment bundle to actually point to the embedded com.springsource.net.sf.ehcache-1.5.0.jar. Bundle-ClassPath: .,com.springsource.net.sf.ehcache-1.5.0.jar See if that works. Dmitry On Mon, Jul 13, 2009 at 8:36 PM, William Drew wrote: > I haven't had