Re: Buddy Classloading Support

2016-05-06 Thread Achim Nierbeck
Hi, did you use Karaf with the equinox framework? Per default Karaf uses Apache Felix as framework. regards, Achim 2016-05-07 0:48 GMT+02:00 Doug : > I just wanted to verify that setting Eclipse-BuddyPolicy to 'global' in the > manifest works correctly in Karaf. I'm

Buddy Classloading Support

2016-05-06 Thread Doug
I just wanted to verify that setting Eclipse-BuddyPolicy to 'global' in the manifest works correctly in Karaf. I'm working on a project that uses this in a number of places (even though from what I understand, it's discouraged). The service is running as expected in an equinox container, but

Re: Wrap command Karaf 4.0.5

2016-05-06 Thread Diamantis Karagkiaouris
Thank you very much for the info! I will try them! Thank you! 2016-05-06 16:25 GMT+03:00 Kevin Carr : > Ok here is the install script. You should be able to paste this in the > karaf cli. > > install -s mvn:commons-codec/commons-codec/1.9 > install -s

Re: Wrap command Karaf 4.0.5

2016-05-06 Thread Kevin Carr
Ok here is the install script. You should be able to paste this in the karaf cli. install -s mvn:commons-codec/commons-codec/1.9 install -s wrap:mvn:commons-collections/commons-collections/3.2.1 install -s mvn:commons-beanutils/commons-beanutils/1.8.0 install -s

Re: Wrap command Karaf 4.0.5

2016-05-06 Thread Kevin Carr
Oh not for wrapper. There are dependencies for Jasper to work. On Fri, May 6, 2016, 7:44 AM Kevin Carr wrote: > Yes. I. Should be able to get the list in about 30 minutes. > > On Fri, May 6, 2016, 7:42 AM Diamantis Karagkiaouris < > diam.karag@gmail.com> wrote: > >> Do

Re: Wrap command Karaf 4.0.5

2016-05-06 Thread Kevin Carr
Yes. I. Should be able to get the list in about 30 minutes. On Fri, May 6, 2016, 7:42 AM Diamantis Karagkiaouris < diam.karag@gmail.com> wrote: > Do you mean that there are some preliminary jar that need to be installed > for wrapper or Jasper Reports? > > Thank you for your time! > >

Re: Wrap command Karaf 4.0.5

2016-05-06 Thread Diamantis Karagkiaouris
Do you mean that there are some preliminary jar that need to be installed for wrapper or Jasper Reports? Thank you for your time! 2016-05-06 15:38 GMT+03:00 Kevin Carr : > There are a few support jars that have to be included. I will get the > install list. I believe the

Re: Wrap command Karaf 4.0.5

2016-05-06 Thread Kevin Carr
There are a few support jars that have to be included. I will get the install list. I believe the version I have is 4.0.5. I am currently not at a computer though. On Fri, May 6, 2016, 7:37 AM Diamantis Karagkiaouris < diam.karag@gmail.com> wrote: > Hello, > > Jasper Reports version

Re: Wrap command Karaf 4.0.5

2016-05-06 Thread Diamantis Karagkiaouris
Hello, Jasper Reports version 5.5.1. Also i have tried the following with 4.0.3: wrap:mvn:net.sf.jasperreports/jasperreports/${version.jasperrreports} > and the error thrown in karaf.log is: 2016-05-06 15:30:18,923 | ERROR | nsole user karaf | > ShellUtil| 44 -

Re: Wrap command Karaf 4.0.5

2016-05-06 Thread Kevin Carr
Which version of Jasper reports? I have a script that installs Jasper in karaf. Been using it for several years. On Fri, May 6, 2016, 7:25 AM Diamantis Karagkiaouris < diam.karag@gmail.com> wrote: > Hello again, > > I have already started my journey with Karaf and i enjoy the process, >

Wrap command Karaf 4.0.5

2016-05-06 Thread Diamantis Karagkiaouris
Hello again, I have already started my journey with Karaf and i enjoy the process, although i have recently faced an issue with jasper-reports and wrap command. I found some info that has to do with manifest version. | ERROR | nsole user karaf | ShellUtil| 44 - >

Re: Karaf 2.4.x with PAX Logging 1.8.5

2016-05-06 Thread Jean-Baptiste Onofré
By the way, if possible, I would advice to update to a new Karaf version ;) Regards JB On 05/06/2016 02:20 PM, Jean-Baptiste Onofré wrote: Hi Moritz, you have to: 1. Update the artifacts in the Karaf system folder 2. Update etc/startup.properties with the right version, same in bin/* scripts

Re: Karaf 2.4.x with PAX Logging 1.8.5

2016-05-06 Thread Jean-Baptiste Onofré
Hi Moritz, you have to: 1. Update the artifacts in the Karaf system folder 2. Update etc/startup.properties with the right version, same in bin/* scripts 3. Update the following features XML:

Karaf 2.4.x with PAX Logging 1.8.5

2016-05-06 Thread Moritz Petersen
Hi, I’m trying to update PAX Logging to 1.8.5 in a Karaf 2.4.x installation. By default Karaf 2.4.2 comes with pax-logging 1.8.2 and Karaf 2.4.4 comes with pax-logging 1.8.4. However, if I’m not mistaken, Log4j 2 is only integrated in pax-logging 1.8.5. My question is either: How can I update

Re: Karaf 2.4.x documentation

2016-05-06 Thread Jean-Baptiste Onofré
Hi Moritz, let me deploy it, it will be on: http://karaf.apache.org/manual/latest-2.x/ Regards JB On 05/06/2016 02:05 PM, Moritz Petersen wrote: Hi, where can I find the Karaf 2.4.x documentation online? Thanx, Moritz -- Jean-Baptiste Onofré jbono...@apache.org http://blog.nanthrax.net

Karaf 2.4.x documentation

2016-05-06 Thread Moritz Petersen
Hi, where can I find the Karaf 2.4.x documentation online? Thanx, Moritz smime.p7s Description: S/MIME cryptographic signature

Re: Guide for developers

2016-05-06 Thread Diamantis Karagkiaouris
Thank you for the Info! I appreciated very much! 2016-05-06 8:05 GMT+03:00 Jean-Baptiste Onofré : > Hi, > > 1. Yes, there's a dev guide. However we are in the process of complete > refactoring, and update with the coming karaf-boot > 2. Use the la alias (bundle:list -t 0),

Re: Replacing SCR at startup

2016-05-06 Thread David Leangen
Thanks, JB! You are right, that was very easy indeed. :-) Cheers, =David > On May 6, 2016, at 3:06 PM, Jean-Baptiste Onofré wrote: > > Hi David, > > The easiest way is to update the scr bundles in: > >

Replacing SCR at startup

2016-05-06 Thread David Leangen
Hi! I have a patched version of SCR I would like to use in my Karaf container. It is only for testing purposes, but it must be present at startup, in place of the usual SCR bundle. What is the easiest way to accomplish this? Thanks so much! =David