SOLVED!! I modified the features file with a previous version and it seems to work:
<features xmlns="http://karaf.apache.org/xmlns/features/v1.0.0"> <feature name="hibernate"> <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.dom4j/1.6.1_5</bundle> <bundle dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-dbcp/1.4_3</bundle> <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.javassist/3.9.0.GA_2</bundle> <bundle dependency="true">mvn:net.sourceforge.cglib/com.springsource.net.sf.cglib/2.2.0</bundle> <bundle>mvn:org.antlr/com.springsource.antlr/2.7.7</bundle> <bundle>mvn:org.jgroups/com.springsource.org.jgroups/2.5.1</bundle> <bundle>mvn:org.jboss.javassist/com.springsource.javassist/3.3.0.ga</bundle> <bundle>mvn:org.hibernate/com.springsource.org.hibernate/3.3.1.GA</bundle> <bundle>mvn:org.hibernate/com.springsource.org.hibernate.annotations/3.4.0.GA</bundle> <bundle>mvn:org.hibernate/com.springsource.org.hibernate.annotations.common/3.3.0.ga</bundle> </feature> <feature name="spring-dependency"> <bundle>mvn:org.springframework/org.springframework.beans/3.0.4.RELEASE</bundle> <bundle>mvn:org.springframework/org.springframework.core/3.0.4.RELEASE</bundle> <bundle>mvn:org.springframework/org.springframework.aop/3.0.4.RELEASE</bundle> <bundle>mvn:org.springframework/org.springframework.transaction/3.0.4.RELEASE</bundle> <bundle>wrap:mvn:postgresql/postgresql/9.1-901.jdbc4</bundle> </feature> </features> -- View this message in context: http://servicemix.396122.n5.nabble.com/activemq-broker-xml-stays-in-GracePeriod-forever-tp5717513p5717516.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
