Re: Issues with karaf-maven-plugin and ActiveMQ 5.9.1-SNAPSHOT

2014-03-17 Thread Christopher Arnold
the bundles from transitive features from other repository) but not yet merge. I will do that over the week end. Regards JB On 03/14/2014 09:51 PM, Christopher Arnold wrote: I've run into an issue with the karaf-maven-plugin's assembly packaging and changes to ActiveMQ's features files upcoming

Issues with karaf-maven-plugin and ActiveMQ 5.9.1-SNAPSHOT

2014-03-14 Thread Christopher Arnold
I've run into an issue with the karaf-maven-plugin's assembly packaging and changes to ActiveMQ's features files upcoming in 5.9.1. We are using a custom build of ActiveMQ 5.9.0 cherry-picking some OSGi fixes from the upcoming 5.9.1 release: 4689b43aff001c975d70270f59add0f661803698 -

Re: Error using OSGi services in activemq spring xml

2014-02-07 Thread Christopher Arnold
01:53 AM, Christian Posta wrote: Christopher, Any way you can help me reproduce this to help you out? On Thu, Jan 30, 2014 at 7:30 AM, Christopher Arnold carn...@ptc.com wrote: karaf@root() la | grep -i xbean 111 | Active | 20 | 3.16.0| Apache XBean OSGI Bundle Utilities 112

Issues using karaf-assembly packaging

2014-02-05 Thread Christopher Arnold
All, I'm trying to build a custom karaf assembly and I've run into multiple issues with the karaf-maven-plugin and the behavior of the [boot/installed/startup]features configuration with respect to installing artifacts into the system repository: 1) in a feature bundles marked

Re: Issues using karaf-assembly packaging

2014-02-05 Thread Christopher Arnold
Thanks for the info. -Chris On 02/05/2014 02:34 PM, j...@nanthrax.net wrote: Hi Christopher, The issues that you mentioned are already identified. I'm preparing the fixes for all. It will be included in 3.0.1. Regards JB On 2014-02-05 18:10, Christopher Arnold wrote: All, I'm trying

Error using OSGi services in activemq spring xml

2014-01-30 Thread Christopher Arnold
I'm attempting to configure a ActiveMQ broker in Karaf for SSL using encrypted properties for the keystore/truststore passwords. These properties were encrypted using Jasypt and we have a bundle responsible for the handling of the jasypt password that exports a PBEConfig as an OSGi service.

Re: Error using OSGi services in activemq spring xml

2014-01-30 Thread Christopher Arnold
, Christopher Arnold wrote: I'm attempting to configure a ActiveMQ broker in Karaf for SSL using encrypted properties for the keystore/truststore passwords. These properties were encrypted using Jasypt and we have a bundle responsible for the handling of the jasypt password that exports a PBEConfig

Re: karaf camel activemq

2014-01-30 Thread Christopher Arnold
Changing subject to keep thread intace It looks like your bundle is waiting to get the ConnectionFactory service for the reference. Try running bundle:services | grep ConnectionFactory to see if you have a bundle that's exporting a ConnectionFactory service. -Chris On 01/30/2014 09:06 AM,

Fwd: Deploy issues in Karaf/Blueprint

2014-01-23 Thread Christopher Arnold
I'm attempting to hot deploy a Camel route using the ActiveMQComponent into Karaf via the deploy folder using a blueprint xml file but I'm running into dependency issues. When Karaf attempts to start the created bundle I see this error: 2014-01-22 13:41:51,092 | ERROR | -SNAPSHOT/deploy |

Re: Fwd: Deploy issues in Karaf/Blueprint

2014-01-23 Thread Christopher Arnold
the ActiveMQ web console, try uninstalling it or installing the -noweb feature instead of the full feature, that solved all the NoClassDefFoundErrors I've had with ActiveMQ in Karaf. On 01/23/2014 04:07 PM, Christopher Arnold wrote: I'm attempting to hot deploy a Camel route using