Unsubscribe from user list (user@karaf.apache.org)

2018-09-10 Thread Marco
Hi, sorry but how can I remove me from that userlist? Cheers, Marco

Using failover url for database datasources

2018-06-11 Thread Marco Hanisch
= oracle dataSourceName = justAPlaceholerForOracle url = jdbc:oracle:thin:@orc-p01.example.com:1521/serviceName user = username password = password How can we use a failover url, how to configure? Regards, Marco

Re: bundle:watch with Karaf 3.0.4

2015-08-31 Thread Marco Westermann
may have a look at the org.ops4j.pax.logging.cfg regards, Marco Am 31.08.2015 um 14:22 schrieb Hilderich: Hello, In Karaf 2.x each automatic bundle update via dev:watch was logged to the karaf shell. Now with Karaf 3.0.4 no successful update is logged to the shell anymore. Is it possible

writing osgi bundles / services in groovy

2015-08-20 Thread Marco Westermann
even using blueprint for dependency injection? regards Marco -- ++ Business-Software aus einer Hand ++ ++ Internet, Warenwirtschaft, Linux, Virtualisierung ++ http://www.intersales.de http://www.eisxen.org http://www.tarantella-partner.de http://www.medisales.de http://www.eisfair.net interSales AG

get bundle version in pax exam test

2015-07-31 Thread Marco Westermann
, Marco -- ++ Business-Software aus einer Hand ++ ++ Internet, Warenwirtschaft, Linux, Virtualisierung ++ http://www.intersales.de http://www.eisxen.org http://www.tarantella-partner.de http://www.medisales.de http://www.eisfair.net interSales AG Internet Commerce Weinsbergstr. 190 50825 Köln Tel 02

Re: Karaf and Docker

2015-04-08 Thread Marco Westermann
will see, that even cloud hosters go in that direction. Regards, Marco Am 08.04.2015 um 17:10 schrieb Jean-Baptiste Onofré: I see your point. But IMHO, I don't see anything new with Docker, just a easier or more convenient way to do what you do with Solaris Zone, Linux jail/xen, and vm like

Re: Schema for custom shell commands

2014-01-22 Thread Marco Westermann
Hi, you are missing the name attribute on the command tag like in this example: |command*name=test/hello* action class=org.apache.karaf.shell.samples.HelloShellCommand/ /command | regards, Marco Am 22.01.2014 09:48, schrieb Roedl Lukas: Hi JB, I've tested it once again and I still

Re: Schema for custom shell commands

2014-01-22 Thread Marco Westermann
Hi, forget about my above answer. Did not read the complete conversation properly. regards, Marco Am 22.01.2014 10:15, schrieb Marco Westermann: Hi, you are missing the name attribute on the command tag like in this example: |command*name=test/hello* action class

Re: Config in features.xml to config file

2013-12-08 Thread Marco
Hi guys, thank you very much. You've been very helpful. I got one last question for you. *On Thu, Dec 5, 2013 at 7:56 AM, Jean-Baptiste Onofré [hidden email] wrote: Hi Marco, yes, config file can provision any file. NB: careful, Karaf only polls *.cfg file by default, not *.properties

Config in features.xml to config file

2013-12-03 Thread Marco
prop=value /config /feature /features to have the org.company.example.cfg in the /etc folder after installing the feature example-1. In general, is there any way to customize the *.properties and *.cfg files directly from the feature without using a custom distribution? Many thanks, Marco

overwrite bean property in blueprint

2013-08-27 Thread Marco Westermann
by a property placeholder in bundle A but with beeing able to overwrite the config in bundles which use that service wrapper. Thank you and best regards, Marco -- ++ Business-Software aus einer Hand ++ ++ Internet, Warenwirtschaft, Linux, Virtualisierung ++ http://www.intersales.de http

Re: overwrite bean property in blueprint

2013-08-27 Thread Marco Westermann
Hi JB, thank you for your answer but I'm afraid I don't understand what you mean. Yes I use the service and references in my bundles but I don't understand how this helps me with my use case. It may be easier to talk about it via IRC. ( I'm is-mw ) if you like you can ping me regards, Marco

Re: bundles not starting

2013-08-13 Thread Marco Westermann
have a route with from(activemq:...) in it. would it help to separate activemq and run it standalone? regards, Marco Am 12.08.2013 15:06, schrieb Jean-Baptiste Onofré: Hi Marco, with latest Karaf 2.3.x, the blueprint containers are now synchronous. It should help in your case. Regards JB

Re: bundles not starting

2013-08-13 Thread Marco Westermann
Just tested that and it helps. Now all my bundles are started.. thank God!!! regards, Marco Am 13.08.2013 11:36, schrieb Marco Westermann: Hi, I think I found the problem. I never realized that but that my bundles are not starting seems to be caused by a known bug of servicemix / karaf

Re: bundles not starting

2013-08-12 Thread Marco Westermann
, would it? 2. I do not have that problem on a ubuntu linux environment. But I can reproduce it everytime on my windows 2008 maschine. regards, Marco Am 10.08.2013 16:00, schrieb Marco Westermann: Hi, I have the problem that my bundles are not starting. I use karaf 2.2.11 (smx 4.5.2) When

Re: bundles not starting

2013-08-11 Thread Marco Westermann
, Marco Am 10.08.2013 18:25, schrieb Jean-Baptiste Onofré: Hi Marco, Are your features set as boot features ? Regards JB On 08/10/2013 04:00 PM, Marco Westermann wrote: Hi, I have the problem that my bundles are not starting. I use karaf 2.2.11 (smx 4.5.2) When I start karaf three of my

bundles not starting

2013-08-10 Thread Marco Westermann
/qThERMAA Anybody have an idea whats going wrong / where the problem is? thank you and regards, Marco PS. This is the output from info command: Karaf Karaf version 2.2.11 Karaf home C:\QBus\smx452 Karaf base C:\QBus\smx452 OSGi Framework

installing / uninstalling features

2013-08-01 Thread Marco Westermann
or is this a bug in features command? btw: I use karaf 2.2.4 regards, Marco -- ++ Business-Software aus einer Hand ++ ++ Internet, Warenwirtschaft, Linux, Virtualisierung ++ http://www.intersales.de http://www.eisxen.org http://www.tarantella-partner.de http://www.medisales.de http

problem creating a feature from bundle

2013-07-25 Thread Marco Westermann
setup? thank you very much and best regards, Marco Westermann -- ++ Business-Software aus einer Hand ++ ++ Internet, Warenwirtschaft, Linux, Virtualisierung ++ http://www.intersales.de http://www.eisxen.org http://www.tarantella-partner.de http://www.medisales.de http://www.eisfair.net

Re: problem creating a feature from bundle

2013-07-25 Thread Marco Westermann
Just figured out that it seems to work if I use scope jar instead of bundle at my dependency config. But I have just another question. How can I customize the generated feature.xml? If I edit it it is overwritten the next time I build the project. regards, Marco Am 25.07.2013 10:05

Re: creating features for own bundles and making the accessible

2013-07-23 Thread Marco Westermann
Hi Freeman, thank you for your answer but I think this is one step further. My problem don't accour when trying to install my feature to karaf. Instead I get the error when building the project created by karaf-features-archtype. Thank you, Marco Am 23.07.2013 02:25, schrieb Freeman

Re: creating features for own bundles and making the accessible

2013-07-23 Thread Marco Westermann
Hi Christian, Thank you for your answer. I just tested the solution Xilai posted and it did the trick. I had to add my nexus repo to the pom as repository. Now everything builds fine so far. Thank you all, Marco Am 23.07.2013 09:38, schrieb Christian Schneider: Hi Marco, can you how

Re: creating features for own bundles and making the accessible

2013-07-23 Thread Marco Westermann
Christian, just looked it up. My local repo is the default one at C:\users\mw\.m2\repository\ and the nessessary bundle is available there. regards, Marco Am 23.07.2013 09:51, schrieb Christian Schneider: Still strange that you needed it. I have one idea what might be the problem. Do you

creating features for own bundles and making the accessible

2013-07-22 Thread Marco Westermann
nexus repo to look up the bundles instead of the central one. thanks and best regards, Marco Westermann -- ++ Business-Software aus einer Hand ++ ++ Internet, Warenwirtschaft, Linux, Virtualisierung ++ http://www.intersales.de http://www.eisxen.org http://www.tarantella-partner.de http

newbie question: karaf always running

2011-02-15 Thread Marco Firrincieli
Seems like everytime i type karaf I start it AND run the console. Then logout actually shuts everything down. How can I have it ALWAYS running and get in and out of the console?

RE: spring injected bean cannot be found

2011-02-15 Thread Marco Firrincieli
need bundleB to do something for me (bundleA). (in the example I need BundleBClass.sayHello()) Gotta find a (quick) workaround to do this. -Original Message- From: Andreas Pieber [mailto:anpie...@gmail.com] Sent: martedì 15 febbraio 2011 17:42 To: user@karaf.apache.org; Marco Firrincieli

RE: newbie question: hibernate-core bundle (with deps)

2011-02-11 Thread Marco Firrincieli
: venerdì 11 febbraio 2011 12:42 To: user@karaf.apache.org; Marco Firrincieli Subject: Re: newbie question: hibernate-core bundle (with deps) Hi Marco, to be honest, from what I experienced the spring-hibernate jars don't really work :( what I have done before is to wrap up a bundle containing