Hi Dan, after droping your features.xml your features are also available for installing by features:install activemq-client. If you do this in the shell you will receive the information you are missing right now.
regards, Achim 2011/3/14 Dan Tran <[email protected]>: > Hi, > > > Since I now have a known set of bundles for activemq client ( i deploy > all the bundles to deploy directory and karaf happy ), the next step > is to see if I can automate it via a features.xml. However karaf is > dead silent when i drop my features.xml to deploy directory > > here is my file > > <?xml version="1.0" encoding="UTF-8"?> > <features xmlns="http://karaf.apache.org/xmlns/features/v1.0.0"> > <feature name='activemq-client' version='5.4.2' > > <bundle>mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1</bundle> > <bundle>mvn:org.apache.geronimo.specs/geronimo-jms_1.1_spec/1.1.1</bundle> > > <bundle>mvn:org.apache.geronimo.specs/geronimo-j2ee-management_1.1_spec/1.0.1</bundle> > > <bundle>mvn:org.apache.geronimo.specs/geronimo-annotation_1.0_spec/1.1.1</bundle> > <bundle>mvn:org.apache.activemq/activemq-core/5.4.2</bundle> > <bundle>mvn:org.apache.activemq/kahadb/5.4.2</bundle> > <bundle>mvn:org.apache.xbean/xbean-spring/3.7</bundle> > <bundle>mvn:org.springframework/spring-jms/3.0.5.RELEASE</bundle> > <bundle>mvn:org.springframework/spring-tx/3.0.5.RELEASE</bundle> > </feature> > </features> > > > what is the best way to trouble shot this issue? > > Thanks > > -Dan >
