Re: SpringMVC V4 + Karaf

2017-01-02 Thread Morgan Hautman
Hi Tim, Did you had any success following this approach? Regards, Morgan

Re: Karaf master console

2016-09-12 Thread Morgan Hautman
Thank you! Regards, Morgan On 2016-09-12 18:16, Jean-Baptiste Onofré wrote: Yes, I'm able to reproduce it. I gonna work on it. Regards JB On 09/12/2016 05:57 PM, Morgan Hautman wrote: Hi, On the master of the karaf console, I'm working on a fix for cave and I see that the con

Karaf master console

2016-09-12 Thread Morgan Hautman
Hi, On the master of the karaf console, I'm working on a fix for cave and I see that the console shows some weird "quesionmarks" when it displays a ShellTable. Do you guys experience the same on Ubuntu? http://pasteboard.co/2fyP2KFqy.png Thanks! Regards, Morgan

Re: Karaf Eclipse Integration; Is EIK dead?

2016-07-14 Thread Morgan Hautman
Ok great, if you need a hand, tell me. Regards, Morgan 2016-07-14 9:39 GMT+02:00 Jean-Baptiste Onofré : > That's part of the new dev guide on which I'm working, based on the > samples: > > https://github.com/jbonofre/karaf-samples > > Regards > JB > > O

Re: Karaf Eclipse Integration; Is EIK dead?

2016-07-14 Thread Morgan Hautman
> For debug: > > http://karaf.apache.org/manual/latest/#_troubleshooting_debugging_profiling_and_monitoring > > For bundle watch: > http://karaf.apache.org/manual/latest/#_watch > > Regards > JB > > On 07/14/2016 09:22 AM, Morgan Hautman wrote: > >> Guys, >> &

Re: Karaf Eclipse Integration; Is EIK dead?

2016-07-14 Thread Morgan Hautman
Guys, Shouldn't we write this down into a little section in the dev guide? Regards, Morgan 2016-07-14 9:17 GMT+02:00 Jean-Baptiste Onofré : > FYI, it's also possible to start karaf with debug argument (instead of > KARAF_DEBUG env variable). > > Regards > JB > > > On 07/14/2016 08:59 AM, Chris

Re: Karaf Eclipse Integration; Is EIK dead?

2016-07-13 Thread Morgan Hautman
Hi, Omg I didn't know the bundle:watch trick, I was stopping/uninstalling/re-installing/re-starting all the time. This will save me a lot of dev time! Regards, Morgan 2016-07-14 7:41 GMT+02:00 Jean-Baptiste Onofré : > Hi Oli, > > I'm not Eclipse user (I'm using IntelliJ). > > What I'm doing is

Re: Can't resolve org.osgi.service.component 1.2 ?

2016-05-18 Thread Morgan Hautman
Hi, I think what Christian mentioned "There could at least be a warning that a requirement is not fulfilled" is really good idea. Since that's the reason why I proposed to add the feature in the first place. I would be favorable on Christian's approach. Regards, Morgan On 2016-05-18 09:44, C

Re: Can't resolve org.osgi.service.component 1.2 ?

2016-05-14 Thread Morgan Hautman
tiste Onofré wrote: Hi There was a jira. But I resolved as won't fix. It's up to the users to know they depend to the scr feature and it's better to keep it light by default. Regards JB Sent from my Samsung device Original message ---- From: Morgan Hautman Da

Re: Can't resolve org.osgi.service.component 1.2 ?

2016-05-13 Thread Morgan Hautman
Hi, That's one of the reasons why I proposed to put the "scr" feature in the default build of Karaf.. Because usually people forget or don't know they need to install the "scr" feature. I don't know if this has already been done or if there is a Jira to track it? Regards, Morgan On 2016-05

Re: Unable to create Jira Issues

2016-05-13 Thread Morgan Hautman
Hi, Here you can see the communication channels for the infra team.. http://www.apache.org/dev/infrastructure.html Regards, Morgan 2016-05-13 14:51 GMT+02:00 Christian Lutz : > :)) But today is may 13 or where do you live?? :)) > > Am 13.05.2016 um 13:55 schrieb Achim Nierbeck : > > Jira is in

Re: Installing bundle from maven on Karaf Restart failing on Karaf 3.0.5

2016-05-11 Thread Morgan Hautman
Hi Debraj, I tested it and I confirm the issue. It seemed like an issue when he set's the startlevel and I tried to change it to i.e. 70 but it remains the same issue. I didn't try with other bundles atm, I will investigate further. 2016-05-09 15:15 GMT+02:00 Debraj Manna : > Hi, > > I want

user@karaf.apache.org

2016-05-10 Thread Morgan Hautman
Hi Maciek, Thank you very much for the share! Regards, Morgan 2016-05-10 14:24 GMT+02:00 Maciek Próchniak : > Hi, > > last week I gave a talk at VoxxedDays Istanbul "Microservices, > 'Enterprise' and Conway's law". > As you can imagine, the title is just a disguise to be able to talk a bit > ab

Re: Karaf 4.0.5 cannot resolve some OSGi services

2016-05-09 Thread Morgan Hautman
t smells a breaking change in aries blueprint but I'm not sure right now. Rgds, On Mon, May 9, 2016 at 3:12 PM Morgan Hautman mailto:morgan.haut...@gmail.com>> wrote: Hi Arnaud, Didn't you forgot to install camel-hazelcast feature? Regards, Morgan 2016-05

Re: Karaf 4.0.5 cannot resolve some OSGi services

2016-05-09 Thread Morgan Hautman
Hi Arnaud, Didn't you forgot to install camel-hazelcast feature? Regards, Morgan 2016-05-09 14:53 GMT+02:00 Arnaud Deprez : > Hi folks, > > Just tried the new karaf release and I met this issue when I install my > bundles that are using blueprint as DI engine: > Error executing command: Unable

Re: Bundle startup

2016-05-04 Thread Morgan Hautman
Hi David, Np. Here are the different states http://felix.apache.org/apidocs/scr/1.2.0/org/apache/felix/scr/Component.html "The Component is a Component Factory ready to manage Component instances from configuration data received from the Configuration Admin Service (value is 64)." Possible inves

Re: Bundle startup

2016-05-04 Thread Morgan Hautman
Hi David, To set the Karaf log on DEBUG ,in the console type: log:set DEBUG Regards, Morgan 2016-05-04 10:55 GMT+02:00 David Leangen : > > H… I am not able to set the debug level properly in Karaf. > > On this page: > > > http://felix.apache.org/documentation/subprojects/apache-felix-servi

Re: NPE when using bundle:id

2016-04-25 Thread Morgan Hautman
Hi, On a Fresh 3.0.3 install: karaf@root()> bundle:id "System Bundle" 0 karaf@root()> bundle:id "OPS4J Pax Url - aether:" 1 But indeed when there is a bundle that is not known it should not give a NPE back. I think you are free to log a ticket, I will submit a PR if you don't do it. :) Re

Re: karaf-maven-plugin multiple outputs with classifiers

2016-04-22 Thread Morgan Hautman
Thank you too! Regards, Morgan 2016-04-22 14:40 GMT+02:00 Alex Soto : > Done. Thank you! > > Best regards, > Alex soto > > On Apr 21, 2016, at 5:34 PM, Markus Rathgeb wrote: > > Thanks Alex for sharing this! > Will you create a PR Jira for the targetFile change and a PR. > Perhaps it could be m

Re: karaf-maven-plugin multiple outputs with classifiers

2016-04-21 Thread Morgan Hautman
Hi Alex, Take a look at the code here https://github.com/apache/karaf/tree/master/tooling/karaf-maven-plugin/src/main/java/org/apache/karaf/tooling There is an "AssemblyMojo" & a ArchiveMojo (the 2 ones you use). There are all the parameters defined for a specific goal, with sometimes some c

Re: EJB Support in Karaf

2016-04-13 Thread Morgan Hautman
Hi, http://karaf.apache.org/manual/latest/users-guide/ejb.html Regards, Morgan 2016-04-13 8:46 GMT+02:00 Jens J Parappallil : > Hi, > > > > How to enable EJB support in Karaf. Are there any feature out of the box > to support EJBs ?. > > > > Regards > > Jens > > > DISCLAIMER: "The information i

Re: SAP in Karaf

2016-04-06 Thread Morgan Hautman
; Fax: +49 8731 3797-29 > Mobil: +49 176 16263638 > http://www.de-gmbh.com > > Geschäftsführung: > Friedrich Steininger, Heino Migge, Onur Mubariz > Amtsgericht Landshut, HRB 4478 > > > > *Von:* Morgan Hautman [mailto:morgan.haut...@gmail.com] > *Gesendet:* Mittwoch, 6

Re: SAP in Karaf

2016-04-06 Thread Morgan Hautman
Hi Richard, Can't you install the jars through wrap:file:..? https://ops4j1.jira.com/wiki/display/paxurl/Wrap+Protocol Regards, Morgan 2016-04-06 9:22 GMT+02:00 Stoiber, Richard : > Hello everyone, > > > > quite a while ago we updated some of our existing applications, so that > they are now os

Re: Custom shell commands from Karaf 2.x to Karaf 4.x

2016-04-01 Thread Morgan Hautman
Hi Christiano, If you mean custom commands, the jdbc command is an example: https://github.com/apache/karaf/tree/master/jdbc/src/main/java/org/apache/karaf/jdbc/command Regards, Morgan 2016-04-01 14:26 GMT+02:00 Cristiano Costantini < cristiano.costant...@gmail.com>: > Hi all, > in my applicati

Re: karaf failing silently

2016-03-29 Thread Morgan Hautman
Hi Jmille34, Unfortunately this is not a Talend Support or whatsoever, so next time try to talk a bit less about Talend or any other vendor... First of all, why was moving to a Windows server "more reliable not surprisingly" ? It should work well on Linux too (even better IMHO ;) ). I'm gon

Re: Cellar bundles/features update

2016-03-14 Thread Morgan Hautman
Hi, You can create your own command that does this for you if you want... https://karaf.apache.org/manual/latest/developers-guide/extending.html Regards, Morgan 2016-03-14 12:49 GMT+01:00 conejo : > Good Morning. I have the following scenario: > Node 1 (master): feature F > Node 2: feature F >

Re: Unknown protocol : mvn with Karaf 4.0.2

2016-03-09 Thread Morgan Hautman
e class from which the exception started was a little bit > reworked (for other reasons). > > Anyway, I have not seen such a stack trace for a moment now. > > Regards, > > Vincent. > > > Le 09/03/2016 08:44, Morgan Hautman a écrit : > > Hi, > >

Re: Unknown protocol : mvn with Karaf 4.0.2

2016-03-08 Thread Morgan Hautman
Hi, @Vincent : did you fix your problem? Regards, Morgan On 10/29/2015 06:08 AM, Jean-Baptiste Onofré wrote: Hi Vincent, I'm just back from vacation. I gonna work on it asap. Regards JB On 10/27/2015 03:56 PM, Vincent Zurczak wrote: Hi Jean-Baptiste, Could you reproduce the problem? Rega

Re: [ANN] New Karaf website online

2016-02-04 Thread Morgan Hautman
Hi Tom, Yes + there seems to be an issue when there is too much text. The div stays at the same height.. Will look to fix that. Regards, Morgan On 02/04/2016 04:54 PM, Jean-Baptiste Onofré wrote: Hi Tom, You mean the "new" slider on homepage, right ? I can increase the cycling delay. Let

Re: Error when opening ssh client

2016-01-19 Thread Morgan Hautman
Hi Edward, I tested on Ubuntu with java version "1.7.0_80" and it seems to go smoothly. Don't think the JVM version could have an effect here but why not give it a try.. Regards, Morgan On 01/19/2016 09:24 AM, eBroots wrote: Hi JB, I start karaf with the standard script /bin/karaf I have te

Re: jvisualvm remote to karaf 4.0.2

2016-01-12 Thread Morgan Hautman
Hi Benson, The users and passwords are in etc/users.properties, default it is karaf:karaf Regards, Morgan On 01/12/2016 04:48 PM, Benson Margulies wrote: I'm trying to use the recipe in the doc, which tells me: service:jmx:rmi:///jndi/rmi://localhost:1099/karaf-root But jvisualvm fails to

Re: Karaf 4.0.1 Manual HTML/PDF can not be accessed. (404 Error)

2015-09-13 Thread Morgan Hautman
Hello Tobias, Here you go : https://issues.apache.org/jira/browse/KARAF Regards, Morgan On 09/13/2015 11:36 AM, Tobias Hochgürtel wrote: Hello Jean-Baptiste, I checked it, it works! PDF and HTMl are now accessable. :) Thanks for that, Jean-Baptiste! This helps me to get started with Karaf. I

Re: Error in custom Karaf distribution

2015-08-19 Thread Morgan Hautman
be this project's POM). > > > Project ID: org.apache.karaf:org.apache.karaf.util > > Reason: Error getting POM for 'org.apache.karaf:org.apache.karaf.util' from > the repository: Unable to read local copy of metadata: Cannot read metadata > from > > '/ho

Re: Error in custom Karaf distribution

2015-08-18 Thread Morgan Hautman
Hi, Are you on Windows? Because there were some problems with the custom distribution 4.0.0 on Windows. Could you try with 4.0.1-SNAPSHOT? Don't forget to add https://repository.apache.org/content/groups/snapshots/ in your pom.xml Regards, Morgan 2015-08-19 0:34 GMT+02:00 Jose A Lopez : > Man

Re: Error in custom Karaf distribution

2015-08-18 Thread Morgan Hautman
Hi, As I see from the docs, the org.apache.karaf.features framework ${version} needs to be the same as the version you defined in the karaf-maven-plugin. You gave 3.0.1, please try with 4.0.0. Ref: https://karaf.apache.org/manual/latest/developers-guide/custom-distribution.html Regards, Morgan

Re: Slightly mangled web page

2015-07-23 Thread Morgan Hautman
Hi, Please refer to http://aries.apache.org/modules/blueprint.html Regards, Morgan On 23/07/2015 21:44, Benson Margulies wrote: More web site problem: https://karaf.apache.org/manual/latest/developers-guide/blueprint.html is a dead link. On Thu, Jul 23, 2015 at 3:32 PM, Benson Margulies

Re: Error Building Karaf 4.0.0 Custom Distribution

2015-07-22 Thread Morgan Hautman
Hi, I think you need this one : https://repository.apache.org/content/groups/snapshots/ Regards, Morgan On 22/07/2015 15:00, Marc Durand wrote: Tried with 4.0.1-SNAPSHOT and I get this error: [ERROR] Failed to execute goal on project com.test.karaf: Could not resolve dependencies for proje

Re: zk-sandbox war not working in Karaf 4.0.0

2015-07-15 Thread Morgan Hautman
: 30001/3 ms That's because he's trying to access a ressource who gives a 404. On 16/07/2015 8:13, Achim Nierbeck wrote: Hi, i have no windows box and therefore can't reproduce it. Does the log tell anything? Regards, Achim sent from mobile device Am 16.07.2015 7:59 vorm.

Re: zk-sandbox war not working in Karaf 4.0.0

2015-07-15 Thread Morgan Hautman
Hi, When zksandbox stays in processing , the problem is he tries to access a path who gives a 404: Problem accessing /zksandbox/zkau/web/_zv2014090212/js/zksandbox.wpd. Reason: /js/zksandbox.wpd When you refresh , the problem again disappears and comes back again every 2 tries. Achi

Re: zk-sandbox war not working in Karaf 4.0.0

2015-07-13 Thread Morgan Hautman
essage ---- From: Morgan Hautman mailto:morgan.haut...@gmail.com>> Date: 12/07/2015 12:35 (GMT+01:00) To: user@karaf.apache.org <mailto:user@karaf.apache.org> Subject: Re: zk-sandbox war not working in Karaf 4.0.0 Hi, I just tested on a fress install and it s

Re: zk-sandbox war not working in Karaf 4.0.0

2015-07-12 Thread Morgan Hautman
Hi, I just tested on a fress install and it seems to work... Did you install pax-war feature? (feature:install pax-war) Then drop into deploy and type into browser -> http://localhost:8080/zksandbox/ Regards, Morgan On 12/07/2015 12:13, Ken Longnan wrote: Hi, I am try to deploy zk-sandbox

Re: Karaf installation to a read-only directory

2015-06-16 Thread Morgan Hautman
Hi Jean-Philippe, In the shell/batch scripts located in the /bin folder there is a variable named %KARAF_DATA% (Windows) or $KARAF_DATA (Linux). You should change these to change the karaf/data folder. There is also the /etc folder who can be changed to look for configuration files. You wil

Re: JMX & Karaf 2.4.1

2015-06-10 Thread Morgan Hautman
I'm happy to hear it all works! But like I said , it wasn't related to Karaf. Anyhow, thanks for posting and sharing your solution with us. On 10/06/2015 21:28, sditlinger wrote: Got it to work, finally! Here is how to do what I did: To enable the counter MBean - add this to your "beans.xml

Re: JMX & Karaf 2.4.1

2015-06-08 Thread Morgan Hautman
Hi, Good to hear the JMX part works. I read you're making a "JAR" file, when using CXF, you need to make a "WAR" or a "WAB" file. I think you should first read and learn about spring (this link for example : http://www.tutorialspoint.com/spring/) and since this is not a Apache karaf problem

Re: JMX & Karaf 2.4.1

2015-06-08 Thread Morgan Hautman
Hi, Are you using a correct user/password combination like mentioned in the docs? I did a fresh SMX install and could connect with service:jmx:rmi:///jndi/rmi://localhost:1099/karaf-root karaf : karaf And you should add this in you Spring configuration for the jmx management: || |<||beans| |

Re: JMX & Karaf 2.4.1

2015-06-05 Thread Morgan Hautman
Hi, For the RMI part you can check this at etc/org.apache.karaf.management.cfg . There is also some doc , here : http://karaf.apache.org/manual/latest/users-guide/monitoring.html Regards, Morgan On 5/06/2015 23:39, sditlinger wrote: Using ServiceMix 5.4/Karaf 2.4.1 I am confused - how do I

Re: ava.lang.NoClassDefFoundErro $KARAF_HOME/lib

2015-06-04 Thread Morgan Hautman
Hello, Have you tried: install -s wrap:file:LOCAL_URL ? And can you share use the jar so we can test it too? Regards, Morgan On 4/06/2015 17:56, sekaijin wrote: hello I test ServiceMix 5 with karaf 2.2.2 I put in $ sapjco3.jar and I added org.osgi.framework.bootdelegation=org.apache.karaf.

Re: cxf version

2015-05-28 Thread Morgan Hautman
Maven central now that 3.1 was released. Is there another maven repo for 3.1.0.SNAPSHOT On 2015-05-28 10:31, Morgan Hautman wrote: I thinks I found your problem :) You have installed "3.1.1.SNAPSHOT" but you need to install "3.1.0.SNAPSHOT" since this is the version range it requir

Re: cxf version

2015-05-28 Thread Morgan Hautman
version of cxf is in there. I do not even see a 3.1.0.SNAPSHOT on Maven central now that 3.1 was released. Is there another maven repo for 3.1.0.SNAPSHOT On 2015-05-28 10:31, Morgan Hautman wrote: I thinks I found your problem :) You have installed "3.1.1.SNAPSHOT" but you need

Re: cxf version

2015-05-28 Thread Morgan Hautman
I thinks I found your problem :) You have installed "3.1.1.SNAPSHOT" but you need to install "3.1.0.SNAPSHOT" since this is the version range it requires "[3.1.0.SNAPSHOT,3.1.0.SNAPSHOT]" Regards Morgan 28/05/2015 15:20, developm...@mobigov.com wrote: When I look at what version of cxf I h

Re: cxf version

2015-05-28 Thread Morgan Hautman
Is it possible to share your feature with us? Regards Morgan On 28/05/2015 15:20, developm...@mobigov.com wrote: When I look at what version of cxf I have installed through the web console I see. Apache CXF JAX-RS Clientorg.apache.cxf.cxf-rt-rs-client

Re: blueprint link in developer's manual

2015-05-11 Thread Morgan Hautman
I guess JB is talking about this: http://aries.apache.org/modules/blueprint.html On 11/05/2015 21:56, Jean-Baptiste Onofré wrote: Basically this page is just a link to the Aries blueprint documentation. I will fix that. Sent from my Samsung device Original message From:

Re: local-broker.xml at startup

2015-04-24 Thread Morgan Hautman
Hi, This Jira (https://issues.apache.org/jira/browse/KARAF-3661) could be related to your problem. Guillaume Nodet does give some answers in the "comment" section. Regards, Morgan On 24/04/2015 18:56, sekaijin wrote: Hi in 2.2.2 version I'm using local-broker.xml file in org.apache.karaf.

Re: HikariCP library load issue

2015-04-23 Thread Morgan Hautman
Helo Morgan, I get this: karaf@root()> packages:exports | grep HikariConfig pipe: org.apache.felix.gogo.runtime.CommandNotFoundException: Command not found: packages:exports I have no idea what this means. Jurgen On 04/23/2015 12:18 PM, Morgan Hautman wrote: Hello Jurgen, What do you get when you&

Re: HikariCP library load issue

2015-04-23 Thread Morgan Hautman
ports I have no idea what this means. Jurgen On 04/23/2015 12:18 PM, Morgan Hautman wrote: Hello Jurgen, What do you get when you're doing a "packages:exports | grep HikariConfig"? Regards Morgan On 23/04/2015 11:58, Jurgen Voorneveld wrote: Dear list, I have Apache Karaf inst

Re: HikariCP library load issue

2015-04-23 Thread Morgan Hautman
Hello Jurgen, What do you get when you're doing a "packages:exports | grep HikariConfig"? Regards Morgan On 23/04/2015 11:58, Jurgen Voorneveld wrote: Dear list, I have Apache Karaf installed on a production system here at work and I'm trying to install a bundle into it. This is fairly new to

Re: Karaf Cave usage

2015-04-20 Thread Morgan Hautman
9:08 AM, Morgan Hautman mailto:morgan.haut...@gmail.com>> wrote: I'm a little confused now, since Cave is the same as Nexus "pro", why adding OBR support to Archiva when you got Cave already? Regards, Morgan 20/04/2015 9:05, Jean-Baptiste Onofré wrote:

Re: Karaf Cave usage

2015-04-20 Thread Morgan Hautman
upport too. Regards JB On 04/20/2015 08:06 AM, Morgan Hautman wrote: To me it sounds like a nexus "pro" repo since they only have OBR in their "pro" version. Is this correct? Regards Morgan On 19/04/2015 20:04, Jean-Baptiste Onofré wrote: No, Cave is on top of the local

Re: Karaf Cave usage

2015-04-19 Thread Morgan Hautman
To me it sounds like a nexus "pro" repo since they only have OBR in their "pro" version. Is this correct? Regards Morgan On 19/04/2015 20:04, Jean-Baptiste Onofré wrote: No, Cave is on top of the local dev server. Or the CI can deploy on the Cave server. The Karaf instance bootstrapped by t

Re: Remote shell connection

2015-04-15 Thread Morgan Hautman
ole feature is needed. What is the feature group+artifact IDs, version and type so I may add it to POM assembly dependencies? JP [@@ OPEN @@] -Message d'origine----- De : Morgan Hautman [mailto:morgan.haut...@gmail.com] Envoyé : mercredi 15 avril 2015 14:49 À : user@karaf.apache.org Ob

Re: Remote shell connection

2015-04-15 Thread Morgan Hautman
JP , You really should read some doc first ;) install mvn:org.apache.sshd/sshd-core/0.14.0 On 15/04/2015 14:47, CLEMENT Jean-Philippe wrote: :D ... I mean which group+artifact IDs, version and type? Regards, JP [@@ OPEN @@] -Message d'origine- De : Jean-Baptiste Onofré [mailto:j.

Re: Remote shell connection

2015-04-15 Thread Morgan Hautman
Hello Clement, Take a look at http://karaf.apache.org/manual/latest/users-guide/remote.html Regards, Morgan On 15/04/2015 14:11, CLEMENT Jean-Philippe wrote: Dear Karaf, I would like to open a shell to a remote Karaf instance. The 8101 port does not seem to be opened. How to configure Kara

Re: karaf.out log to file using logback.

2015-03-25 Thread Morgan Hautman
Hi Srikanth. This is the Jira about it -> https://issues.apache.org/jira/browse/KARAF-3042?jql=text%20~%20%22karaf.out%22 On 25/03/2015 10:07, Srikanth Hugar wrote: Could not find KARAF_REDIRECT variable in bin/start script. I am using karaf 3.0.0. KARAF_REDIRECT variable is also applicable

RE: Disabling authorization in Karaf webconsole

2015-01-07 Thread Morgan Hautman
Hello Frank, In your etc/org.ops4j.pax.web.cfg file you can set the authentication to -> org.osgi.service.http.secure.enabled=false You also have a secure and non-secure port Default ones: org.osgi.service.http.port=8040 org.osgi.service.http.port.secure=9001 Hope this helps.