Here is the error output without the patch
src/main/java/org/jclouds/scriptbuilder/functionloader/osgi/BundleFunctionLoader.java:103:
error: no suitable method found for
registerService(String,BundleFunctionLoader,Properties)
registration =
bundleContext.registerService(FunctionLoader.class.getName(), this, properties);
^
method BundleContext.registerService(String[],Object,Dictionary<String,?>)
is not applicable
(argument mismatch; String cannot be converted to String[])
method BundleContext.registerService(String,Object,Dictionary<String,?>) is
not applicable
(argument mismatch; Properties cannot be converted to
Dictionary<String,?>)
method
BundleContext.<S#1>registerService(Class<S#1>,S#1,Dictionary<String,?>) is not
applicable
(cannot infer type-variable(s) S#1
(argument mismatch; String cannot be converted to Class<S#1>))
method
BundleContext.<S#2>registerService(Class<S#2>,ServiceFactory<S#2>,Dictionary<String,?>)
is not applicable
(cannot infer type-variable(s) S#2
(argument mismatch; String cannot be converted to Class<S#2>))
where S#1,S#2 are type-variables:
S#1 extends Object declared in method
<S#1>registerService(Class<S#1>,S#1,Dictionary<String,?>)
S#2 extends Object declared in method
<S#2>registerService(Class<S#2>,ServiceFactory<S#2>,Dictionary<String,?>)
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1033#issuecomment-258054217