JTA spec dependency when using blueprint tx tag

2015-05-14 Thread ellirael
Should I add maven provided scope dependency on jta spec if I creating this bean: -- View this message in context: http://karaf.922171.n3.nabble.com/JTA-spec-dependency-when-using-blueprint-tx-tag-tp4040349.html Sent from the Karaf - User mailing list archive at Nabb

Re: JTA spec dependency when using blueprint tx tag

2015-05-14 Thread Jean-Baptiste Onofré
Hi, No, it's not required, it's comes with Aries JTA at runtime (in the blueprint container). Regards JB On 05/14/2015 12:57 PM, ellirael wrote: Should I add maven provided scope dependency on jta spec if I creating this bean: -- View this message in context: http

JMS with an AMQP 1.0 supported client

2015-05-14 Thread hildo
Hi. I am trying to get my head around how JMS is supported in Karaf. This is my setup. - Karaf 3.0.3 - An external Message Broker, which is expecting messages in AMQP 1.0 format So, I do not want my Karaf instance to run a broker. Just use the Queues and Topics provided by the external brok

Bypassing RBAC completely for JVM mbeans

2015-05-14 Thread Yuri Ushakov
Hi, I'm trying to get jvmtop to work with Karaf 3.0.3. So far I've: 1. Added "* = bypass" to etc/jmx.acl.whitelist.cfg 2. Added "* = bypass" to etc/jmx.acl.cfg 3. Added "* = bypass" to etc/jmx.acl.java.cfg Nothing of that helped, sadly. Basically, I need anonymous access to HotSpot/JVM mbeans. H

Re: Bypassing RBAC completely for JVM mbeans

2015-05-14 Thread Jean-Baptiste Onofré
Hi Yuri, you can disable the KarafMBeanServerBuilder. By the way, we improved the RBAC support for the next releases. Regards JB On 05/14/2015 05:11 PM, Yuri Ushakov wrote: Hi, I'm trying to get jvmtop to work with Karaf 3.0.3. So far I've: 1. Added "* = bypass" to etc/jmx.acl.whitelist.cfg

Re: Bypassing RBAC completely for JVM mbeans

2015-05-14 Thread Yuri Ushakov
Thanks, that totally did it. Btw, description of how to do that for future googlers: http://karaf.922171.n3.nabble.com/How-to-disable-MBean-Server-RBAC-tp4036531p4036532.html 14.05.2015, 18:21, "Jean-Baptiste Onofré" : > Hi Yuri, > > you can disable the KarafMBeanServerBuilder. By the way, we im

CI/CD with Karaf

2015-05-14 Thread hsinchen
Hi, We intends to build up a CI/CD flow with Karaf as the the final target. The tool/flow is IDE/Maven -> Jenkins -> Nexus OSS or Cave-> CD -> standalone Karafs or Cellar-based Karaf. What is the suitable tool for the CD? Apache ACE or Puppet or Others? 1. For ACE to standalone Karafs, it works.