[ https://issues.apache.org/jira/browse/KARAF-712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061163#comment-13061163
]
Andreas Pieber commented on KARAF-712:
--------------------------------------
Committing to https://svn.apache.org/repos/asf/karaf/branches/karaf-2.2.x ...
M shell/osgi/src/main/java/org/apache/karaf/shell/osgi/Util.java
Committed r1143722
Let's see if it also affects the master before calling this done
> Karaf's ls command does not represent URL objects correctly
> -----------------------------------------------------------
>
> Key: KARAF-712
> URL: https://issues.apache.org/jira/browse/KARAF-712
> Project: Karaf
> Issue Type: Bug
> Components: console
> Affects Versions: 2.2.2, 3.0.0
> Reporter: Andreas Pieber
> Assignee: Andreas Pieber
> Fix For: 2.2.3, 3.0.0
>
>
> This problem is quite simple to reproduce:
> 1) start empty karaf-2.2.2
> 2) features:install jpa
> 3) ls BUNDLE_ID_OF_Aries_JPA_Container
> this outputs:
> Aries JPA Container blueprint integration for Aries blueprint (45) provides:
> ----------------------------------------------------------------------------
> objectClass = org.apache.aries.blueprint.NamespaceHandler
> osgi.service.blueprint.compname = namespaceHandler
> osgi.service.blueprint.namespace = [Ljava.net.URI;@24e1fb6c
> service.id = 96
> ----
> objectClass = org.osgi.service.blueprint.container.BlueprintContainer
> osgi.blueprint.container.symbolicname = org.apache.aries.jpa.blueprint.aries
> osgi.blueprint.container.version = 0.3.0
> service.id = 108
> I assume this is one .toString() too much :)
> (for 3.x I assume so; have to validate though)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|