You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2019/05/11 14:52:00 UTC

[jira] [Commented] (KARAF-6275) Karaf Scripting examples from manual 5.2.8 doesn't work

    [ https://issues.apache.org/jira/browse/KARAF-6275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16837877#comment-16837877 ] 

Jean-Baptiste Onofré commented on KARAF-6275:
---------------------------------------------

Couple of comments:

1. it's not {{dev:watch}} but {{bundle:watch}}
2. the problem is that the shell doesn't identify the actual {{ServiceTracker}} constructor method it should use. I'm fixing the example.

> Karaf Scripting examples from manual 5.2.8 doesn't work
> -------------------------------------------------------
>
>                 Key: KARAF-6275
>                 URL: https://issues.apache.org/jira/browse/KARAF-6275
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf
>    Affects Versions: 4.2.3
>            Reporter: Johnson Hsu
>            Assignee: Jean-Baptiste Onofré
>            Priority: Major
>              Labels: example, script
>             Fix For: 4.3.0, 4.2.6
>
>
> Copy paste [https://karaf.apache.org/manual/latest/#_examples] second example to etc/scripts execute failed.
> {code}
> karaf@root()> wait-for-command dev watch
> Error executing command: can't coerce [org.apache.felix.framework.BundleContextImpl@19bb07ed, (&(objectClass=org.apache.felix.service.command.Function)(osgi.command.scope=dev)(osgi.command.function=watch)), null] to any of [public org.osgi.util.tracker.ServiceTracker(org.osgi.framework.BundleContext,org.osgi.framework.Filter,org.osgi.util.tracker.ServiceTrackerCustomizer), public org.osgi.util.tracker.ServiceTracker(org.osgi.framework.BundleContext,java.lang.String,org.osgi.util.tracker.ServiceTrackerCustomizer), public org.osgi.util.tracker.ServiceTracker(org.osgi.framework.BundleContext,org.osgi.framework.ServiceReference,org.osgi.util.tracker.ServiceTrackerCustomizer), public org.osgi.util.tracker.ServiceTracker(org.osgi.framework.BundleContext,java.lang.Class,org.osgi.util.tracker.ServiceTrackerCustomizer)]
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)