[JBoss JIRA] (ISPN-7664) Default cache warning always displayed on server startup
by Ryan Emerson (JIRA)
Ryan Emerson created ISPN-7664:
----------------------------------
Summary: Default cache warning always displayed on server startup
Key: ISPN-7664
URL: https://issues.jboss.org/browse/ISPN-7664
Project: Infinispan
Issue Type: Bug
Components: Server
Affects Versions: 9.0.0.CR4
Environment: Standalone and Domain Servers
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Fix For: 9.0.0.Final
The warning "ISPN000435: Cache manager initialized with a default cache configuration but without a name for it. Set it in the GlobalConfiguration." is always displayed on server startup as the GlobalConfiguration::defaultCacheName is never set by the CacheContainerConfiguration.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 9 months
[JBoss JIRA] (ISPN-7663) Make use of Creaper in server test suite
by Martin Gencur (JIRA)
Martin Gencur created ISPN-7663:
-----------------------------------
Summary: Make use of Creaper in server test suite
Key: ISPN-7663
URL: https://issues.jboss.org/browse/ISPN-7663
Project: Infinispan
Issue Type: Enhancement
Components: Test Suite - Server
Reporter: Martin Gencur
Assignee: Martin Gencur
The goal is to get rid of XSLT tranformations and server starts/stops when running test test suite. Creaper uses WildFly management API which makes it possible to add/remove/change every configuration element remotely by connecting to the server on port 9990.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 9 months
[JBoss JIRA] (ISPN-7662) Adding cache configuration with specific indexing properties requires server reload
by Martin Gencur (JIRA)
Martin Gencur created ISPN-7662:
-----------------------------------
Summary: Adding cache configuration with specific indexing properties requires server reload
Key: ISPN-7662
URL: https://issues.jboss.org/browse/ISPN-7662
Project: Infinispan
Issue Type: Bug
Components: Server
Affects Versions: 9.0.0.CR3
Reporter: Martin Gencur
Adding the following cache config requires server reload otherwise the indexing strategy is ignored.
{code}
<local-cache-configuration name="manualIndexingCacheConfig">
<indexing index="LOCAL">
<property name="default.directory_provider">ram</property>
<property name="hibernate.search.jmx_enabled">true</property>
<property name="lucene_version">LUCENE_CURRENT</property>
<property name="hibernate.search.indexing_strategy">manual</property>
</indexing>
</local-cache-configuration>
<local-cache name="manualIndexingCache" configuration="manualIndexingCacheConfig"/>
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 9 months
[JBoss JIRA] (ISPN-7661) Ickle should allow comments in the middle of a query
by Adrian Nistor (JIRA)
Adrian Nistor created ISPN-7661:
-----------------------------------
Summary: Ickle should allow comments in the middle of a query
Key: ISPN-7661
URL: https://issues.jboss.org/browse/ISPN-7661
Project: Infinispan
Issue Type: Enhancement
Components: Embedded Querying, Remote Querying
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Fix For: 9.1.0.Final
Comments like /* a comment in the middle of a query */ can be helpful for turning off a portion of the query when experimenting with queries.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 9 months