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 2020/10/09 04:06:00 UTC

[jira] [Assigned] (KARAF-2788) Karaf WRAP deployer

     [ https://issues.apache.org/jira/browse/KARAF-2788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré reassigned KARAF-2788:
-------------------------------------------

    Assignee:     (was: Jean-Baptiste Onofré)

> Karaf WRAP deployer
> -------------------
>
>                 Key: KARAF-2788
>                 URL: https://issues.apache.org/jira/browse/KARAF-2788
>             Project: Karaf
>          Issue Type: Documentation
>          Components: karaf
>    Affects Versions: 2.2.11, 2.3.4
>            Reporter: Julio Carlos Barrera
>            Priority: Minor
>              Labels: deployer, documentation
>
> The documentation page of [Karaf User Guide - Deployer|http://karaf.apache.org/manual/latest-2.2.x/users-guide/deployer.html] version 2.2.x (the same for [version 2.3.x|http://karaf.apache.org/manual/latest-2.3.x/users-guide/deployer.html]) has a bad description of the wrap deployer usage.
> {noformat}
> When defined in a features.xml file, it's necessary to escape any ampersands and quotes, or use a CDATA tag.
> <bundle>wrap:mvn:jboss/jbossall-client/4.3.2.GA/$Bundle-SymbolicName=jbossall-client&undle-Version=4.3.2.GA&xport-Package=org.jboss.remoting;version=".3.2.GA"!*</bundle>
> {noformat}
> It should be something like:
> {noformat}
> When defined in a features.xml file, it's necessary to escape any ampersands and quotes, or use a CDATA tag.
> <bundle>wrap:mvn:jboss/jbossall-client/4.3.2.GA/$Bundle-SymbolicName=jbossall-client&Bundle-Version=4.3.2.GA&Export-Package=org.jboss.remoting;version=".3.2.GA"!*</bundle>
> {noformat}
> Moreover it should be escaped as it is said. With a real escaped example it would be easy to understand the whole process.



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