[JBoss JIRA] (ISPN-3013) CLI not supports slashes in name as "defaultx/xx"
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/ISPN-3013?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration updated ISPN-3013:
------------------------------------------
Bugzilla Update: Perform
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=952294
> CLI not supports slashes in name as "defaultx/xx"
> --------------------------------------------------
>
> Key: ISPN-3013
> URL: https://issues.jboss.org/browse/ISPN-3013
> Project: Infinispan
> Issue Type: Bug
> Components: CLI
> Affects Versions: 5.2.4.Final
> Reporter: Vitalii Chepeliuk
> Assignee: Tristan Tarrant
> Priority: Minor
> Labels: cli
>
> When we connect from CLI to server. And configure our cache name to use / in names then name with slashes is correctly shown when we press <TAB> to autocomplete but If we choose this name of cache and press <ENTER> we get exception
> [remoting://localhost:9999/default/]> cache defaultx/xx
> java.lang.NullPointerException
> [remoting://localhost:9999/default/]> cache defaultx/xx
> java.lang.NullPointerException
> [remoting://localhost:9999/default/]> cache defaultx/xx
> java.lang.NullPointerException
> [remoting://localhost:9999/default/]> cache defaultx/xx
--
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
11 years, 8 months
[JBoss JIRA] (ISPN-3013) CLI not supports slashes in name as "defaultx/xx"
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/ISPN-3013?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on ISPN-3013:
-----------------------------------------------
Vitalii Chepeliuk <vchepeli(a)redhat.com> made a comment on [bug 952294|https://bugzilla.redhat.com/show_bug.cgi?id=952294]
When we connect from CLI to server. And configure our cache name to use / in names then name with slashes is correctly shown when we press <TAB> to autocomplete but If we choose this name of cache and press <ENTER> we get exception
[remoting://localhost:9999/default/]> cache defaultx/xx
java.lang.NullPointerException
[remoting://localhost:9999/default/]> cache defaultx/xx
java.lang.NullPointerException
[remoting://localhost:9999/default/]> cache defaultx/xx
java.lang.NullPointerException
[remoting://localhost:9999/default/]> cache defaultx/xx
Special symbols should be escaped
Expected results:
Additional info: server.log added in attachment
> CLI not supports slashes in name as "defaultx/xx"
> --------------------------------------------------
>
> Key: ISPN-3013
> URL: https://issues.jboss.org/browse/ISPN-3013
> Project: Infinispan
> Issue Type: Bug
> Components: CLI
> Affects Versions: 5.2.4.Final
> Reporter: Vitalii Chepeliuk
> Assignee: Tristan Tarrant
> Priority: Minor
> Labels: cli
>
> When we connect from CLI to server. And configure our cache name to use / in names then name with slashes is correctly shown when we press <TAB> to autocomplete but If we choose this name of cache and press <ENTER> we get exception
> [remoting://localhost:9999/default/]> cache defaultx/xx
> java.lang.NullPointerException
> [remoting://localhost:9999/default/]> cache defaultx/xx
> java.lang.NullPointerException
> [remoting://localhost:9999/default/]> cache defaultx/xx
> java.lang.NullPointerException
> [remoting://localhost:9999/default/]> cache defaultx/xx
--
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
11 years, 8 months
[JBoss JIRA] (ISPN-3013) CLI not supports slashes in name as "defaultx/xx"
by Vitalii Chepeliuk (JIRA)
Vitalii Chepeliuk created ISPN-3013:
---------------------------------------
Summary: CLI not supports slashes in name as "defaultx/xx"
Key: ISPN-3013
URL: https://issues.jboss.org/browse/ISPN-3013
Project: Infinispan
Issue Type: Bug
Components: CLI
Affects Versions: 5.2.4.Final
Reporter: Vitalii Chepeliuk
Assignee: Tristan Tarrant
Priority: Minor
When we connect from CLI to server. And configure our cache name to use / in names then name with slashes is correctly shown when we press <TAB> to autocomplete but If we choose this name of cache and press <ENTER> we get exception
[remoting://localhost:9999/default/]> cache defaultx/xx
java.lang.NullPointerException
[remoting://localhost:9999/default/]> cache defaultx/xx
java.lang.NullPointerException
[remoting://localhost:9999/default/]> cache defaultx/xx
java.lang.NullPointerException
[remoting://localhost:9999/default/]> cache defaultx/xx
--
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
11 years, 8 months
[JBoss JIRA] (ISPN-3011) NullPointerException when creating JCacheManager instances with named caches
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-3011?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-3011:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> NullPointerException when creating JCacheManager instances with named caches
> ----------------------------------------------------------------------------
>
> Key: ISPN-3011
> URL: https://issues.jboss.org/browse/ISPN-3011
> Project: Infinispan
> Issue Type: Bug
> Components: JCache
> Affects Versions: 5.3.0.Alpha1
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Fix For: 5.3.0.Beta1
>
>
> Passing a configuration file to JCacheManager with named caches defined in them throws NullPointerException:
> {code}java.lang.NullPointerException
> at javax.cache.SimpleConfiguration.<init>(SimpleConfiguration.java:175)
> at org.infinispan.jcache.JCache.<init>(JCache.java:95)
> at org.infinispan.jcache.JCacheManager.<init>(JCacheManager.java:109)
> at jcache.ReplicatedCacheTest.beforeClass(ReplicatedCacheTest.java:36){code}
--
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
11 years, 8 months
[JBoss JIRA] (ISPN-3011) NullPointerException when creating JCacheManager instances with named caches
by Galder Zamarreño (JIRA)
Galder Zamarreño created ISPN-3011:
--------------------------------------
Summary: NullPointerException when creating JCacheManager instances with named caches
Key: ISPN-3011
URL: https://issues.jboss.org/browse/ISPN-3011
Project: Infinispan
Issue Type: Bug
Components: JCache
Affects Versions: 5.3.0.Alpha1
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Fix For: 5.3.0.Beta1
Passing a configuration file to JCacheManager with named caches defined in them throws NullPointerException:
{code}java.lang.NullPointerException
at javax.cache.SimpleConfiguration.<init>(SimpleConfiguration.java:175)
at org.infinispan.jcache.JCache.<init>(JCache.java:95)
at org.infinispan.jcache.JCacheManager.<init>(JCacheManager.java:109)
at jcache.ReplicatedCacheTest.beforeClass(ReplicatedCacheTest.java:36){code}
--
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
11 years, 8 months
[JBoss JIRA] (ISPN-694) Create Expiration Notification
by Paul Ferraro (JIRA)
[ https://issues.jboss.org/browse/ISPN-694?page=com.atlassian.jira.plugin.s... ]
Paul Ferraro reopened ISPN-694:
-------------------------------
Assignee: (was: Trustin Lee)
I'm going to reopen this issue. Just because the proposed patch was incomplete and task was deferred doesn't mean that the feature request itself isn't valid.
I'm in the process of rewriting/redesigning web session to more fully leverage Infinispan features and have concluded that it would be incredibly useful if Infinispan would trigger some kind of notification for cache entry expiration - even if the timing is not precise.
> Create Expiration Notification
> ------------------------------
>
> Key: ISPN-694
> URL: https://issues.jboss.org/browse/ISPN-694
> Project: Infinispan
> Issue Type: Feature Request
> Components: Eviction
> Environment: any
> Reporter: Edouard Boily
> Attachments: 01.patch
>
>
> Create a CacheEntryExpired notification and make EvictionManager send this notification when a cache entry is evicted because it is expired.
> Also mage sure the cache entry value is sent over in the event.
> CacheEntryEvicted notification should also send the entry value in the event.
--
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
11 years, 9 months