[infinispan-issues] [JBoss JIRA] (ISPN-3869) Cannot put key with "like" value via CLI

RH Bugzilla Integration (JIRA) issues at jboss.org
Fri Jan 3 04:40:32 EST 2014


     [ https://issues.jboss.org/browse/ISPN-3869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

RH Bugzilla Integration updated ISPN-3869:
------------------------------------------

        Bugzilla Update: Perform
    Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1048142

    
> Cannot put key with "like" value via CLI
> ----------------------------------------
>
>                 Key: ISPN-3869
>                 URL: https://issues.jboss.org/browse/ISPN-3869
>             Project: Infinispan
>          Issue Type: Bug
>          Components: CLI
>    Affects Versions: 6.0.1.Final
>            Reporter: Vitalii Chepeliuk
>            Assignee: Mircea Markus
>
> Run following commands in CLI
> [remoting://localhost:9999/local/default]> put key1 like
> line 1:4 no viable alternative at input 'key1'
> line 1:9 mismatched input 'like' expecting set null
> [remoting://localhost:9999/local/default]> get key1
> null
> [remoting://localhost:9999/local/default]> put key1 like1
> [remoting://localhost:9999/local/default]> get key1
> like1
> [remoting://localhost:9999/local/default]> put key1 LIKE 
> [remoting://localhost:9999/local/default]> get key1
> LIKE
> [remoting://localhost:9999/local/default]> put key1 Like
> [remoting://localhost:9999/local/default]> get key1
> Like

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the infinispan-issues mailing list