Hi all,
I'm trying to upgrade to karaf 4.3.2. In the process, I try to install
xmlbeans with:
bundle:install -s
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xmlbeans/5.0.1_1
and it gives me this error:
Error starting bundle 241: Unable to resolve
org.apache.servicemix.bundles.xmlbeans [241](R 241.0): missing requirement
[org.apache.servicemix.bundles.xmlbeans [241](R 241.0)]
osgi.wiring.package;
(osgi.wiring.package=com.sun.org.apache.xml.internal.resolver) Unresolved
requirements: [[org.apache.servicemix.bundles.xmlbeans [241](R 241.0)]
osgi.wiring.package; (
*osgi.wiring.package=com.sun.org.apache.xml.internal.resolver*)]
I added this package in $KARAF_HOME/etc/jre.properties, under jre-1.8
variable. It looks something like:
jre-1.8= \
${jre-base}, \
java.time, \
...
com.sun.nio.sctp, \
com.sun.org.apache.xml.internal.resolver
jre-9= \
${jre-base}, \
...
But still no luck.
Do you have any suggestions on this?
Thanks,
Andrei