This shows you the differences between two versions of the page.
classcastexception_with_apache_karaf_and_amdatu_web [2015/06/17 14:52] mihael created |
classcastexception_with_apache_karaf_and_amdatu_web [2018/06/14 07:25] mihael |
||
---|---|---|---|
Line 43: | Line 43: | ||
The bundle ''karaf.scr.command'' has a ''service.ranking'' value defined without a specific type (which defaults to a type of ''String''). This caused an error when using the felix depenedency manager which expects an Integer. | The bundle ''karaf.scr.command'' has a ''service.ranking'' value defined without a specific type (which defaults to a type of ''String''). This caused an error when using the felix depenedency manager which expects an Integer. | ||
+ | |||
+ | One solution is to stop the bundle (if you don't need it). | ||
<note>Tested with Apache Karaf 3.0.3.</note> | <note>Tested with Apache Karaf 3.0.3.</note> | ||
{{tag>java osgi karaf}} | {{tag>java osgi karaf}} |