When adding my feature as a bootFeature I get "Unknown protocol: mvn"

2019-02-05 Thread Minto van der Sluis
Hi folks, After upgrading an existing karaf application to the latest karaf version (4.2.2) I ran into startup issues. To isolate the problem I revived an old example project and tried to get that one working first. This example project WicketKaraf can be found on github:

Re: karaf-assembly and config files

2014-10-13 Thread Minto van der Sluis
-assembly-and-config-files-tp4032040p4035790.html Sent from the Karaf - User mailing list archive at Nabble.com. -- ir. ing. Minto van der Sluis Software innovator / renovator Xup BV Mobiel: +31 (0) 626 014541

Re: Custom Distribution version = 3.0.1 with own features.xml

2014-08-15 Thread Minto van der Sluis
- User mailing list archive at Nabble.com. -- ir. ing. Minto van der Sluis Software innovator / renovator Xup BV Mobiel: +31 (0) 626 014541

Re: Xerces and Karaf 3.0.1

2014-04-23 Thread Minto van der Sluis
really simple. The hard part is actually finding what it is ;-) Can anyone tell me why this simple Karaf assembly does not export any Xerces packages at all? This would be very much appreciated :-) Regards, Minto Minto van der Sluis schreef op 22-4-2014 14:56: I do not have a custom

Xerces and Karaf 3.0.1

2014-04-22 Thread Minto van der Sluis
Hi folks, I ran into some issues with getting my stuff to work with a xerces dependency in a karaf 3.0.1 assembly. Initially it turned out that I had 2 different xerces libraries. One as part of karaf in lib/endorsed (KARAF-2446) and the other was one of my dependencies (using servicemix).

Re: Xerces and Karaf 3.0.1

2014-04-22 Thread Minto van der Sluis
-2014 14:11: Hi Minto, the package:exports doesn't look complete for me. You should be able to see the xerces package and you don't. Could you check the etc/jre.properties ? Thanks, Regards JB On 04/22/2014 01:53 PM, Minto van der Sluis wrote: Running exports gives the following: karaf

Re: Karaf 3.0.0 Custom Distro Startup

2014-01-26 Thread Minto van der Sluis
Sent from the Karaf - User mailing list archive at Nabble.com. -- ir. ing. Minto van der Sluis Software innovator / renovator Xup BV Mobiel: +31 (0) 626 014541

Re: Karaf samples/quickstarts

2014-01-08 Thread Minto van der Sluis
://www.pl.capgemini.com/ | Software Solutions Center http://www.pl.capgemini-sdm.com/ | Wroclaw e-mail: krzys.sobkow...@gmail.com mailto:krzys.sobkow...@gmail.com | Twitter: @KSobkowiak -- ir. ing. Minto van der Sluis Software innovator / renovator Xup BV Mobiel: +31 (0) 626 014541

Re: Not able to install pax-wicket 3.0.0 in Karaf 3.0.0.RC1

2013-11-17 Thread Minto van der Sluis
-- ir. ing. Minto van der Sluis Software innovator / renovator Xup BV Mobiel: +31 (0) 626 014541

Re: How to include all dependencies in karaf assembly

2013-10-01 Thread Minto van der Sluis
a jira issue for this and send in a pull request? Please let me know. Regards, Minto van der Sluis Op 24-9-2013 14:16, Jean-Baptiste Onofré schreef: Hi Minto, thanks for the use case, I will take a look on that. I'm pretty sure that we fixed something in the Maven plugin around transitive

Re: How to include all dependencies in karaf assembly

2013-09-26 Thread Minto van der Sluis
error or at least a warning that a dependent feature could not be found. Should I create issues for this? Have I analysed things correctly or have I missed something? Hope someone can understand this brain dump ;-) Regards, Minto Op 25-9-2013 16:12, Minto van der Sluis schreef: Hi Nick

Re: How to include all dependencies in karaf assembly

2013-09-25 Thread Minto van der Sluis
posted. Regards JB On 09/24/2013 02:12 PM, Minto van der Sluis wrote: Hi JB, One of my little example application has exactly the same behaviour. The example app is available on github https://github.com/misl/Samples/tree/master/WicketKaraf In this app there is a feature dependency on pax

How to include all dependencies in karaf assembly

2013-09-24 Thread Minto van der Sluis
Hi Folks, When using Karaf 3.0.0. RC1 I end up with an assembly that does not contain all dependencies. All features.xml files are present but not all bundles mentioned in these features are present. It almost seems as if bundles from dependent features are missing in the assembly. Like in the

Re: How to include all dependencies in karaf assembly

2013-09-24 Thread Minto van der Sluis
On 09/24/2013 10:58 AM, Minto van der Sluis wrote: Hi Folks, When using Karaf 3.0.0. RC1 I end up with an assembly that does not contain all dependencies. All features.xml files are present but not all bundles mentioned in these features are present. It almost seems as if bundles from

Re: How to include all dependencies in karaf assembly

2013-09-24 Thread Minto van der Sluis
. Still the assembly runs just fine (with maven present). Regards, Minto Op 24-9-2013 13:22, Minto van der Sluis schreef: Hi JB, Like this? feature name=clerezza-jena-tdb version=0.7.1.36 description=Clarezza Jena TDB components resolver=(obr) feature version=0.7.1.36clerezza-jena

Re: How to include all dependencies in karaf assembly

2013-09-24 Thread Minto van der Sluis
transitive dependencies. I keep you posted. Regards JB On 09/24/2013 02:12 PM, Minto van der Sluis wrote: Hi JB, One of my little example application has exactly the same behaviour. The example app is available on github https://github.com/misl/Samples/tree/master/WicketKaraf In this app

Re: Occasional freeze on startup

2013-09-20 Thread Minto van der Sluis
JB thanks for you help. Everything seems to working fine now. Regards, Minto Op 11-9-2013 18:08, Jean-Baptiste Onofré schreef: Yes, it's about the sync or async boot features behaviour. So please with it to false (to be sync). Regards JB On 09/11/2013 04:57 PM, Minto van der Sluis

Occasional freeze on startup

2013-09-11 Thread Minto van der Sluis
seen this before? Does anyone know what needs to be done to get around these issues? Hope someone knows how I can move forward, since I am sort of stuck. Regards, Minto van der Sluis Log of freeze occurence 1: = Sep 09, 2013 10:21:47 AM org.apache.karaf.main.SimpleFileLock

Re: Occasional freeze on startup

2013-09-11 Thread Minto van der Sluis
. Previously each boot features installation was in its own thread. So for instance, in your case, myfeature could start before cxf. Now, it's in the same thread in order to guarantee the startup order. Regards JB On 09/11/2013 12:03 PM, Minto van der Sluis wrote: Hi Folks, In my custom

Re: Occasional freeze on startup

2013-09-11 Thread Minto van der Sluis
=true in etc/config.properties and you have respectStartLvl in etc/org.apache.karaf.features.cfg ? Regards JB On 09/11/2013 03:35 PM, Minto van der Sluis wrote: Hi JB, Thanks for your response. Sorry, I should have mentioned the Karaf version that I use. Initially I used Karaf 2.3.0

Re: Spring/3.2.3.RELEASE feature from karaf standard features

2013-08-08 Thread Minto van der Sluis
-feature-from-karaf-standard-features-tp4029346p4029420.html Sent from the Karaf - User mailing list archive at Nabble.com. -- ir. ing. Minto van der Sluis Software innovator / renovator Xup BV Mobiel: +31 (0) 626 014541

Re: Issues with creating Karaf 3 assemblies (+ sample project)

2013-08-07 Thread Minto van der Sluis
afterwards things look easy. However the one thing I still haven't figured out is how to do branding for Karaf 3. It seems to be the same as for Karaf 2, but I can't seem to be able to include my own custom.properties in the assembly. Any idea how to accomplish this? Regards, Minto van der sluis

branding Karaf 3.0.0-RC1

2013-07-19 Thread Minto van der Sluis
Hi Folks, I have been trying to create a branded Karaf 3.0.0-RC1 assembly. But whatever I try the branding jar does not appear in my assembly. Karaf documentation [1] describes how to create a branding jar. But I can't find how to the include this branding jar in a new Karaf 3