[JBoss JIRA] (ISPN-6528) broken layout of backup site name in cache container
by Jiří Holuša (JIRA)
[ https://issues.jboss.org/browse/ISPN-6528?page=com.atlassian.jira.plugin.... ]
Jiří Holuša updated ISPN-6528:
------------------------------
Summary: broken layout of backup site name in cache container (was: broken layout of backup site name in cache continer)
> broken layout of backup site name in cache container
> ----------------------------------------------------
>
> Key: ISPN-6528
> URL: https://issues.jboss.org/browse/ISPN-6528
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 8.2.1.Final
> Reporter: Martin Vrabel
> Assignee: Vladimir Blagojevic
> Attachments: Screenshot from 2016-04-21 16-31-42.png, Screenshot from 2016-04-27 15-42-56.png
>
>
> <backups>
> <backup site="TestBackupNameOne" strategy="SYNC"/>
> <backup site="TestBackupNameTwo" strategy="SYNC"/>
> </backups>
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (ISPN-6563) If Infinispan is used as a provider for JCache using the remote approach it will not pick up the hotrod-client.properties
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/ISPN-6563?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on ISPN-6563:
-----------------------------------------------
wfink(a)redhat.com changed the Status of [bug 1332936|https://bugzilla.redhat.com/show_bug.cgi?id=1332936] from NEW to POST
> If Infinispan is used as a provider for JCache using the remote approach it will not pick up the hotrod-client.properties
> -------------------------------------------------------------------------------------------------------------------------
>
> Key: ISPN-6563
> URL: https://issues.jboss.org/browse/ISPN-6563
> Project: Infinispan
> Issue Type: Bug
> Components: Remote Protocols
> Affects Versions: 8.2.1.Final, 9.0.0.Alpha1
> Reporter: Wolf-Dieter Fink
> Assignee: Galder Zamarreño
> Fix For: 9.0.0.Alpha2, 8.2.2.Final, 9.0.0.Final
>
>
> If an application use the javax.cache JCache API together with the infinispan-jcache-remote library the CacheManager is created with defaults.
> But it is expected that the hotrod-client.properties are used to configure the remote connection.
> The code is like this:
> {
> import javax.cache.*;
> ...
> CachingProvider jcacheProvider = Caching.getCachingProvider();
> CacheManager cacheManager = jcacheProvider.getCacheManager();
> }
> The org.infinispan.jcache.AbstractJCachingProvider use the org.infinispan.jcache.remote.CacheManger but does not provide properties.
> Therefor the CacheManager is constructed with the default of localhost:11222 as the configuration is not loaded from the properties file.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (ISPN-6614) [8.2.x] JCacheConfigurationPropertiesFileTest.testPropertiesConfiguration always fails
by Dan Berindei (JIRA)
Dan Berindei created ISPN-6614:
----------------------------------
Summary: [8.2.x] JCacheConfigurationPropertiesFileTest.testPropertiesConfiguration always fails
Key: ISPN-6614
URL: https://issues.jboss.org/browse/ISPN-6614
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Core
Affects Versions: 8.2.1.Final
Reporter: Dan Berindei
Assignee: Galder Zamarreño
Fix For: 8.2.2.Final
Class {{SomeCustomConsistentHashV2}} appears to be missing on the 8.2.x branch:
{noformat}
org.infinispan.commons.CacheConfigurationException: Unable to instantiate class org.infinispan.client.hotrod.SomeCustomConsistentHashV2
at org.infinispan.commons.util.Util.loadClass(Util.java:103)
at org.infinispan.client.hotrod.configuration.ConfigurationBuilder.consistentHashImpl(ConfigurationBuilder.java:171)
at org.infinispan.client.hotrod.configuration.ConfigurationBuilder.withProperties(ConfigurationBuilder.java:291)
at org.infinispan.jcache.remote.JCacheManager.getConfigurationBuilder(JCacheManager.java:60)
at org.infinispan.jcache.remote.JCacheManager.<init>(JCacheManager.java:38)
at org.infinispan.jcache.remote.JCachingProvider.createCacheManager(JCachingProvider.java:37)
at org.infinispan.jcache.AbstractJCachingProvider.getCacheManager(AbstractJCachingProvider.java:67)
at org.infinispan.jcache.AbstractJCachingProvider.getCacheManager(AbstractJCachingProvider.java:80)
at org.infinispan.jcache.remote.JCacheConfigurationPropertiesFileTest.testPropertiesConfiguration(JCacheConfigurationPropertiesFileTest.java:24)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (ISPN-6613) Rename SequentialInterceptor to AsyncInterceptor
by Dan Berindei (JIRA)
Dan Berindei created ISPN-6613:
----------------------------------
Summary: Rename SequentialInterceptor to AsyncInterceptor
Key: ISPN-6613
URL: https://issues.jboss.org/browse/ISPN-6613
Project: Infinispan
Issue Type: Task
Components: Core
Affects Versions: 9.0.0.Alpha1
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 9.0.0.Alpha2
We also need to rename the related classes and interfaces, e.g. {{SequentialInterceptorChain}} and {{SequentialInvocationContext}}.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (ISPN-6612) Rename internal Hibernate Search slot
by Gustavo Fernandes (JIRA)
Gustavo Fernandes created ISPN-6612:
---------------------------------------
Summary: Rename internal Hibernate Search slot
Key: ISPN-6612
URL: https://issues.jboss.org/browse/ISPN-6612
Project: Infinispan
Issue Type: Feature Request
Components: WildFly modules
Affects Versions: 9.0.0.Alpha1, 8.2.1.Final
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
The currently distributed modules zip contains Hibernate Search engine, that in turn has an optional dependency to {{for-hibernate-search-5.6}} in order to link with the Infinispan Directory Provider, also provided.
Since this slot is also used by Wildfly's internal hibernate search engine that expects a self contained module to provide Infinispan storage for Lucene only, the internal hibernate search engine module should be renamed in order to avoid conflicts.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months