Re: Is it possible to make karaf run a set of command line commands?

2018-03-01 Thread Jean-Baptiste Onofré
Hi, you can change in etc/shell.init.script. Here you can define a set of commands executed at startup. You can also create a script wrapping all your commands. Regards JB On 03/01/2018 10:10 PM, Steinar Bang wrote: > Is it possible to make a karaf installation run a set of console > commands?

Re: Karaf Cave Release addressing KARAF-5555

2018-03-01 Thread Jean-Baptiste Onofré
Hi, I'm on Cave today (couple of issue to fix including KARAF-). I keep you posted. Regards JB On 03/02/2018 12:06 AM, ivoleitao wrote: > Hi, > > I was planning to use karaf cave in my CI workflow however > https://issues.apache.org/jira/browse/KARAF- blocks completely the usage > of C

Re: Karaf 4.1.5 and log configuration

2018-03-01 Thread Jean-Baptiste Onofré
OK, so, it's probably due to the workaround I did for log:display and log:tail commands. Let me take a look. Thanks for the report ! Regards JB On 03/01/2018 07:06 PM, afbagwe wrote: > > Whenever I perform the client log commands. There's no indication of a > problem immediately after startup

Re: Karaf Cave Release addressing KARAF-5555

2018-03-01 Thread Francois Papon
Hi, Did you tried to stop and start the bundle after install ? Francois Le 02/03/2018 à 03:06, ivoleitao a écrit : > Hi, > > I was planning to use karaf cave in my CI workflow however > https://issues.apache.org/jira/browse/KARAF- blocks completely the usage > of Cave. > > Besides others me

Re: Is it possible to make karaf run a set of command line commands?

2018-03-01 Thread Francois Papon
Hi Steinar, May be you can run Karaf console commands using the ssh client in the docker compose ? (I did not try this before and I'm interesting to know if it work's ;) François Le 02/03/2018 à 01:10, Steinar Bang a écrit : > Is it possible to make a karaf installation run a set of console > c

Karaf Cave Release addressing KARAF-5555

2018-03-01 Thread ivoleitao
Hi, I was planning to use karaf cave in my CI workflow however https://issues.apache.org/jira/browse/KARAF- blocks completely the usage of Cave. Besides others mentioned in the issue not being able to access rest nor maven endpoints are the worst ones. Any workarounds that I can apply to add

Is it possible to make karaf run a set of command line commands?

2018-03-01 Thread Steinar Bang
Is it possible to make a karaf installation run a set of console commands? What I would like to do, is to try to create a dockerfile setting up a docker image for my webapp: https://github.com/steinarb/ukelonn And the steps listed in 6. and 8. below are run from the karaf console. Is it po

Karaf 4.1.5 not providing org.springframework.transaction.PlatformTransactionManager

2018-03-01 Thread mendieta
Hi! I'm migrating from karaf 4.0.4 to 4.1.5, and when I try to deploy my app, I get: Bundle myBundle/1.6.1.SNAPSHOT is waiting for dependencies [(objectClass=org.springframework.transaction.PlatformTransactionManager)] (I'm using PlatformTransactionManager for a SpringTransactionPolicy to imple

Re: Karaf 4.1.5 and log configuration

2018-03-01 Thread afbagwe
Whenever I perform the client log commands. There's no indication of a problem immediately after startup if I examine the log outside of Karaf. -A jbonofre wrote > Hi > > We didn't change the Pax Logging (Log4j2) version between 4.1.4 and 4.1.5. > > Maybe we introduced a regression due to KA