Hi JB,

I found the problem.
The new hibernate-osgi feature, see hibernate-osgi-5.3.14.Final-karaf.xml
has changed compare with 5.2.x

If I remove these two lines, everything is ok.
<feature>aries-blueprint</feature>
<bundle>mvn:org.osgi/org.osgi.compendium/5.0.0</bundle>

How can I pragmatically remove these dependency?
We use this dependency since 4.2.7
                <dependency>
                        <groupId>org.hibernate</groupId>
                        <artifactId>hibernate-osgi</artifactId>
                        <classifier>karaf</classifier>
                        <version>5.3.14.Final</version>
                        <type>xml</type>
                        <scope>runtime</scope>
                </dependency>

Best,
Zhendong 



--
Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html

Reply via email to