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 2014/01/18 07:43:19 UTC

[jira] [Commented] (KARAF-2692) The jdbc and jms completers shows jndi names for the delete command

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

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

Fixed jdbc module on master: https://git-wip-us.apache.org/repos/asf?p=karaf.git;a=commitdiff;h=d5dbcaa5c556e3a1646e65667a63f4745495ac1c

> The jdbc and jms completers shows jndi names for the delete command
> -------------------------------------------------------------------
>
>                 Key: KARAF-2692
>                 URL: https://issues.apache.org/jira/browse/KARAF-2692
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-feature
>    Affects Versions: 3.0.0
>            Reporter: Krzysztof Sobkowiak
>            Assignee: Jean-Baptiste Onofré
>            Priority: Minor
>              Labels: datasource, jdbc
>             Fix For: 3.0.1
>
>         Attachments: 0001-KARAF-2692.patch
>
>
> I have created a derby data source using
> {code}
> karaf@root()> jdbc:create -t derby -u test -i test
> karaf@root()> jdbc:create -t derby -u test -i test1
> karaf@root()> jdbc:datasources
> Name       | Product      | Version              | URL           
> ------------------------------------------------------------------
> /jdbc/test | Apache Derby | 10.8.2.2 - (1181258) | jdbc:derby:test
> /jdbc/test1 | Apache Derby | 10.8.2.2 - (1181258) | jdbc:derby:test1
> {code}
> When I try to delete the data source using jdbc:delete, the completer shows me the available data sources as jndi names
> {code}
> karaf@root()> jdbc:delete /jdbc/test
> /jdbc/test    /jdbc/test1 
> {code}
> But che command does not accept the jndi names only names used when creating the data source
> {code}
> karaf@root()> jdbc:delete /jdbc/test
> Error executing command: The JDBC datasource file /home/kso/work/projects/asf/karaf/assemblies/apache-karaf/target/apache-karaf-3.0.1-SNAPSHOT/deploy/datasource-/jdbc/test.xml doesn't exist
> karaf@root()> jdbc:delete test
> {code}
> The completer should display the names or the command should be able to handle correctly the jndi name.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)