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/10/29 19:47:00 UTC

[jira] [Commented] (KARAF-6444) karaf-maven-plugin:client goal doesn't work due to missing setter

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

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

It's actually a documentation/example issue. As we introduced {{rank}}, now {{command}} should be wrapped in {{command}}. For instance:

{code}
<command>
  <command>bundle:list -t 0</command>
</command>
{code}

> karaf-maven-plugin:client goal doesn't work due to missing setter
> -----------------------------------------------------------------
>
>                 Key: KARAF-6444
>                 URL: https://issues.apache.org/jira/browse/KARAF-6444
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>            Priority: Major
>             Fix For: 4.3.0, 4.2.8
>
>
> When executing {{karaf-maven-plugin:client}} goal, we have the following error:
> {code}
> [ERROR] Failed to execute goal org.apache.karaf.tooling:karaf-maven-plugin:4.2.8-SNAPSHOT:client (client) on project karaf-maven-example-client: Unable to parse configuration of mojo org.apache.karaf.tooling:karaf-maven-plugin:4.2.8-SNAPSHOT:client for parameter command: Cannot find default setter in class org.apache.karaf.tooling.client.CommandDescriptor -> [Help 1]
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)