Interface InfinispanMessageLogger

All Superinterfaces:
org.jboss.logging.BasicLogger
All Known Implementing Classes:
InfinispanMessageLogger_$logger

@MessageLogger(projectCode="HHH") public interface InfinispanMessageLogger extends org.jboss.logging.BasicLogger
The jboss-logging MessageLogger for the hibernate-infinispan module. It reserves message ids ranging from 25001 to 30000 inclusively.
Author:
Radim Vansa <rvansa@redhat.com>
  • Method Details

    • pendingPutsMustNotBeClustered

      @Message(value="Pending-puts cache must not be clustered!", id=25001) org.hibernate.cache.CacheException pendingPutsMustNotBeClustered()
    • pendingPutsMustNotBeTransactional

      @Message(value="Pending-puts cache must not be transactional!", id=25002) org.hibernate.cache.CacheException pendingPutsMustNotBeTransactional()
    • pendingPutsShouldBeTemplate

      @LogMessage(level=WARN) @Message(value="Pending-puts cache configuration should be a template.", id=25003) void pendingPutsShouldBeTemplate()
    • pendingPutsMustHaveMaxIdle

      @Message(value="Pending-puts cache must have expiration.max-idle set", id=25004) org.hibernate.cache.CacheException pendingPutsMustHaveMaxIdle()
    • propertyUseSynchronizationDeprecated

      @LogMessage(level=WARN) @Message(value="Property \'hibernate.cache.infinispan.use_synchronization\' is deprecated; 2LC with transactional cache must always use synchronizations.", id=25005) void propertyUseSynchronizationDeprecated()
    • customConfigForTypeNotFound

      @LogMessage(level=ERROR) @Message(value="Custom cache configuration \'%s\' was requested for type %s but it was not found!", id=25006) void customConfigForTypeNotFound(String cacheName, String type)
    • customConfigForRegionNotFound

      @LogMessage(level=ERROR) @Message(value="Custom cache configuration \'%s\' was requested for region %s but it was not found - using configuration by type (%s).", id=25007) void customConfigForRegionNotFound(String templateCacheName, String regionName, String type)
    • timestampsMustNotUseEviction

      @Message(value="Timestamps cache must not use eviction!", id=25008) org.hibernate.cache.CacheException timestampsMustNotUseEviction()
    • unableToStart

      @Message(value="Unable to start region factory", id=25009) org.hibernate.cache.CacheException unableToStart(@Cause Throwable t)
    • unableToCreateCacheManager

      @Message(value="Unable to create default cache manager", id=25010) org.hibernate.cache.CacheException unableToCreateCacheManager(@Cause Throwable t)
    • cannotInstallCommandFactory

      @Message(value="Infinispan custom cache command factory not installed (possibly because the classloader where Infinispan lives couldn\'t find the Hibernate Infinispan cache provider)", id=25011) org.hibernate.cache.CacheException cannotInstallCommandFactory()
    • transactionalStrategyNonTransactionalCache

      @LogMessage(level=WARN) @Message(value="Requesting TRANSACTIONAL cache concurrency strategy but the cache is not configured as transactional.", id=25012) void transactionalStrategyNonTransactionalCache()
    • readWriteStrategyTransactionalCache

      @LogMessage(level=WARN) @Message(value="Requesting READ_WRITE cache concurrency strategy but the cache was configured as transactional.", id=25013) void readWriteStrategyTransactionalCache()
    • evictionWithTombstones

      @LogMessage(level=WARN) @Message(value="Setting eviction on cache using tombstones can introduce inconsistencies!", id=25014) void evictionWithTombstones()
    • failureInAfterCompletion

      @LogMessage(level=ERROR) @Message(value="Failure updating cache in afterCompletion, will retry", id=25015) void failureInAfterCompletion(@Cause Throwable e)
    • failedEndInvalidating

      @LogMessage(level=ERROR) @Message(value="Failed to end invalidating pending putFromLoad calls for key %s from region %s; the key won\'t be cached until invalidation expires.", id=25016) void failedEndInvalidating(Object key, org.infinispan.util.ByteString name)
    • unableToRetrieveCmFromJndi

      @Message(value="Unable to retrieve CacheManager from JNDI [%s]", id=25017) org.hibernate.cache.CacheException unableToRetrieveCmFromJndi(String jndiNamespace)
    • unableToReleaseContext

      @LogMessage(level=WARN) @Message(value="Unable to release initial context", id=25018) void unableToReleaseContext(@Cause NamingException ne)
    • useNonTransactionalQueryCache

      @LogMessage(level=WARN) @Message(value="Use non-transactional query caches for best performance!", id=25019) void useNonTransactionalQueryCache()
    • unableToRollbackInvalidationsDuringPrepare

      @LogMessage(level=ERROR) @Message(value="Unable to broadcast invalidations as a part of the prepare phase. Rolling back.", id=25020) void unableToRollbackInvalidationsDuringPrepare(@Cause Throwable t)
    • cannotSuspendTx

      @Message(value="Could not suspend transaction", id=25021) org.hibernate.cache.CacheException cannotSuspendTx(@Cause jakarta.transaction.SystemException se)
    • cannotResumeTx

      @Message(value="Could not resume transaction", id=25022) org.hibernate.cache.CacheException cannotResumeTx(@Cause Exception e)
    • cannotGetCurrentTx

      @Message(value="Unable to get current transaction", id=25023) org.hibernate.cache.CacheException cannotGetCurrentTx(@Cause jakarta.transaction.SystemException e)
    • failedInvalidatePendingPut

      @Message(value="Failed to invalidate pending putFromLoad calls for key %s from region %s", id=25024) org.hibernate.cache.CacheException failedInvalidatePendingPut(Object key, String regionName)
    • failedInvalidateRegion

      @LogMessage(level=ERROR) @Message(value="Failed to invalidate pending putFromLoad calls for region %s", id=25025) void failedInvalidateRegion(String regionName)
    • propertyCacheManagerResourceNotSet

      @Message(value="Property \'hibernate.cache.infinispan.cachemanager\' not set", id=25026) org.hibernate.cache.CacheException propertyCacheManagerResourceNotSet()
    • timestampsMustNotUseInvalidation

      @Message(value="Timestamp cache cannot be configured with invalidation", id=25027) org.hibernate.cache.CacheException timestampsMustNotUseInvalidation()
    • ignoringDeprecatedProperty

      @LogMessage(level=WARN) @Message(value="Ignoring deprecated property \'%s\'", id=25028) void ignoringDeprecatedProperty(String deprecated)
    • deprecatedProperty

      @LogMessage(level=WARN) @Message(value="Property \'%s\' is deprecated, please use \'%s\' instead", id=25029) void deprecatedProperty(String deprecated, String alternative)
    • transactionalConfigurationIgnored

      @LogMessage(level=WARN) @Message(value="Transactional caches are not supported. The configuration option will be ignored; please unset.", id=25030) void transactionalConfigurationIgnored()
    • pendingPutsCacheAlreadyDefined

      @LogMessage(level=WARN) @Message(value="Configuration for pending-puts cache \'%s\' is already defined - another instance of SessionFactory was not closed properly.", id=25031) void pendingPutsCacheAlreadyDefined(String pendingPutsName)
    • regionNameMatchesCacheName

      @LogMessage(level=WARN) @Message(value="Cache configuration \'%s\' is present but the use has not been defined through hibernate.cache.infinispan.%s.cfg=%s", id=25032) void regionNameMatchesCacheName(String regionName, String regionName2, String regionName3)
    • usingUnqualifiedNameInConfiguration

      @LogMessage(level=WARN) @Message(value="Configuration properties contain record for unqualified region name \'%s\' but it should contain qualified region name \'%s\'", id=25033) void usingUnqualifiedNameInConfiguration(String unqualifiedRegionName, String cacheName)
    • configurationWithUnqualifiedName

      @LogMessage(level=WARN) @Message(value="Configuration for unqualified region name \'%s\' is defined but the cache will use qualified name \'%s\'", id=25034) void configurationWithUnqualifiedName(String unqualifiedRegionName, String cacheName)
    • failureBeforeTransactionCompletion

      @LogMessage(level=ERROR) @Message(value="Operation #%d scheduled to complete before transaction completion failed", id=25035) void failureBeforeTransactionCompletion(int index, @Cause Exception e)
    • failureAfterTransactionCompletion

      @LogMessage(level=ERROR) @Message(value="Operation #%d scheduled after transaction completion failed (transaction successful? %s)", id=25036) void failureAfterTransactionCompletion(int index, boolean successful, @Cause Exception e)