All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.oschina.j2cache.hibernate4.log.J2CacheMessageLogger_$logger Maven / Gradle / Ivy

There is a newer version: 2.8.0-release
Show newest version
/**
 * Copyright (c) 2015-2017.
 * 

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

* http://www.apache.org/licenses/LICENSE-2.0 *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package net.oschina.j2cache.hibernate4.log; import org.hibernate.LockMode; import org.hibernate.cache.CacheException; import org.hibernate.dialect.Dialect; import org.hibernate.engine.jdbc.dialect.spi.DialectResolver; import org.hibernate.engine.jndi.JndiNameException; import org.hibernate.engine.loading.internal.CollectionLoadContext; import org.hibernate.engine.loading.internal.EntityLoadContext; import org.hibernate.engine.spi.CollectionKey; import org.hibernate.id.IntegralDataTypeHolder; import org.hibernate.internal.CoreMessageLogger; import org.hibernate.type.BasicType; import org.hibernate.type.SerializationException; import org.hibernate.type.Type; import org.jboss.logging.BasicLogger; import org.jboss.logging.DelegatingBasicLogger; import org.jboss.logging.Logger; import javax.annotation.Generated; import javax.naming.NameNotFoundException; import javax.transaction.SystemException; import java.io.File; import java.io.FileNotFoundException; import java.io.Serializable; import java.lang.reflect.Method; import java.net.URL; import java.sql.SQLWarning; import java.util.Hashtable; @Generated(value = "org.jboss.logging.processor.generator.model.MessageLoggerImplementor", date = "2015-01-06T12:13:01-0800") public class J2CacheMessageLogger_$logger extends DelegatingBasicLogger implements Serializable, J2CacheMessageLogger, CoreMessageLogger, BasicLogger { private final static long serialVersionUID = 1L; private final static String FQCN = J2CacheMessageLogger_$logger.class.getName(); private final static String jdbcAutoCommitFalseBreaksEjb3Spec = "HHH000144: %s = false breaks the EJB3 specification"; private final static String illegalPropertyGetterArgument = "HHH000122: IllegalArgumentException in class: %s, getter method of property: %s"; private final static String unableToMarkForRollbackOnPersistenceException = "HHH000337: Unable to mark for rollback on PersistenceException: "; private final static String unableToLoadConfiguration = "HHH020004: A configurationResourceName was set to %s but the resource could not be loaded from the classpath. J2Cache will configure itself using defaults."; private final static String hql = "HHH000117: HQL: %s, time: %sms, rows: %s"; private final static String logicalConnectionReleasingPhysicalConnection = "HHH000163: Logical connection releasing its physical connection"; private final static String unexpectedLiteralTokenType = "HHH000380: Unexpected literal token type [%s] passed for numeric processing"; private final static String logicalConnectionClosed = "HHH000162: *** Logical connection closed ***"; private final static String unableToAccessSessionFactory = "HHH000272: Error while accessing session factory with JNDI name %s"; private final static String factoryBoundToJndiName = "HHH000094: Bound factory to JNDI name: %s"; private final static String unregisteredStatement = "HHH000387: ResultSet's statement was not registered"; private final static String unableToUpdateHiValue = "HHH000375: Could not update hi value in: %s"; private final static String naturalIdCacheHits = "HHH000439: NaturalId cache hits: %s"; private final static String unableToBindFactoryToJndi = "HHH000277: Could not bind factory to JNDI"; private final static String usingUuidHexGenerator = "HHH000409: Using %s which does not generate IETF RFC 4122 compliant UUID values; consider using %s instead"; private final static String unableToLocateConfigFile = "HHH000330: Unable to locate config file: %s"; private final static String unableToGetDatabaseMetadata = "HHH000319: Could not get database metadata"; private final static String unableToCloseSessionDuringRollback = "HHH000295: Could not close session during rollback"; private final static String entityAnnotationOnNonRoot = "HHH000081: @org.hibernate.annotations.Entity used on a non root entity: ignored for %s"; private final static String duplicateGeneratorTable = "HHH000070: Duplicate generator table: %s"; private final static String unableToReleaseCacheLock = "HHH000353: Could not release a cache lock : %s"; private final static String exceptionInSubResolver = "HHH000089: Sub-resolver threw unexpected exception, continuing to next : %s"; private final static String compositeIdClassDoesNotOverrideEquals = "HHH000038: Composite-id class does not override equals(): %s"; private final static String unableToRetrieveTypeInfoResultSet = "HHH000362: Unable to retrieve type info result set : %s"; private final static String deprecatedOracle9Dialect = "HHH000063: The Oracle9Dialect dialect has been deprecated; use either Oracle9iDialect or Oracle10gDialect instead"; private final static String guidGenerated = "HHH000113: GUID identifier generated: %s"; private final static String providerClassDeprecated = "HHH000208: %s has been deprecated in favor of %s; that provider will be used instead."; private final static String unableToUpdateQueryHiValue = "HHH000376: Could not updateQuery hi value in: %s"; private final static String unableToCloseIterator = "HHH000289: Unable to close iterator"; private final static String readingCachedMappings = "HHH000219: Reading mappings from cache file: %s"; private final static String disablingContextualLOBCreationSinceConnectionNull = "HHH000422: Disabling contextual LOB creation as connection was null"; private final static String schemaUpdateComplete = "HHH000232: Schema update complete"; private final static String entityManagerFactoryAlreadyRegistered = "HHH000436: Entity manager factory name (%s) is already registered. If entity manager will be clustered or passivated, specify a unique value for property '%s'"; private final static String unableToCleanUpCallableStatement = "HHH000281: Unable to clean up callable statement"; private final static String entitiesInserted = "HHH000078: Entities inserted: %s"; private final static String namedQueryError = "HHH000177: Error in named query: %s"; private final static String usingStreams = "HHH000407: Using java.io streams to persist binary types"; private final static String alreadySessionBound = "HHH000002: Already session bound on call to bind(); make sure you clean up your sessions!"; private final static String ignoringUnrecognizedQueryHint = "HHH000121: Ignoring unrecognized query hint [%s]"; private final static String duplicateJoins = "HHH000072: Duplicate joins for class: %s"; private final static String unableToResolveMappingFile = "HHH000360: Unable to resolve mapping file [%s]"; private final static String disallowingInsertStatementComment = "HHH000067: Disallowing insert statement comment for select-identity due to Oracle driver bug"; private final static String loggingStatistics = "HHH000161: Logging statistics...."; private final static String unableToClosePooledConnection = "HHH000293: Problem closing pooled connection"; private final static String noPersistentClassesFound = "HHH000183: no persistent classes found for query class: %s"; private final static String rollbackFromBackgroundThread = "HHH000451: Transaction afterCompletion called by a background thread; delaying afterCompletion processing until the original thread can handle it. [status=%s]"; private final static String resolvedSqlTypeDescriptorForDifferentSqlCode = "HHH000419: Resolved SqlTypeDescriptor is for a different SQL code. %s has sqlCode=%s; type override %s has sqlCode=%s"; private final static String unableToReleaseIsolatedConnection = "HHH000356: Unable to release isolated connection [%s]"; private final static String unableToCloseJar = "HHH000290: Could not close jar: %s"; private final static String unableToCreateProxyFactory = "HHH000305: Could not create proxy factory for:%s"; private final static String unableToDetermineLockModeValue = "HHH000311: Unable to determine lock mode value : %s -> %s"; private final static String duplicateMetadata = "HHH000074: Found more than one , subsequent ignored"; private final static String orderByAnnotationIndexedCollection = "HHH000189: @OrderBy not allowed for an indexed collection, annotation ignored."; private final static String schemaExportComplete = "HHH000230: Schema export complete"; private final static String configuredSessionFactory = "HHH000041: Configured SessionFactory: %s"; private final static String settersOfLazyClassesCannotBeFinal = "HHH000243: Setters of lazy classes cannot be final: %s.%s"; private final static String unableToCreateSchema = "HHH000306: Error creating schema "; private final static String overridingTransactionStrategyDangerous = "HHH000193: Overriding %s is dangerous, this might break the EJB3 specification implementation"; private final static String deprecatedManyToManyOuterJoin = "HHH000454: The outer-join attribute on has been deprecated. Instead of outer-join=\"false\", use lazy=\"extra\" with , , , , or , which will only initialize entities (not as a proxy) as needed."; private final static String unableToReadColumnValueFromResultSet = "HHH000349: Could not read column value from result set: %s; %s"; private final static String unableToLocateConfiguredSchemaNameResolver = "HHH000331: Unable to locate configured schema name resolver class [%s] %s"; private final static String collectionsUpdated = "HHH000036: Collections updated: %s"; private final static String writeLocksNotSupported = "HHH000416: Write locks via update not supported for non-versioned entities [%s]"; private final static String unsuccessfulCreate = "HHH000389: Unsuccessful: %s"; private final static String invalidOnDeleteAnnotation = "HHH000136: Inapropriate use of @OnDelete on entity, annotation ignored: %s"; private final static String jndiInitialContextProperties = "HHH000154: JNDI InitialContext properties:%s"; private final static String secondLevelCacheMisses = "HHH000238: Second level cache misses: %s"; private final static String exceptionInAfterTransactionCompletionInterceptor = "HHH000087: Exception in interceptor afterTransactionCompletion()"; private final static String readOnlyCacheConfiguredForMutableEntity = "HHH020007: read-only cache configured for mutable entity [%s]"; private final static String unableToPerformJdbcCommit = "HHH000345: JDBC commit failed"; private final static String unableToExecuteBatch = "HHH000315: Exception executing batch [%s]"; private final static String javassistEnhancementFailed = "HHH000142: Javassist Enhancement failed: %s"; private final static String naturalIdCacheMisses = "HHH000440: NaturalId cache misses: %s"; private final static String entityManagerClosedBySomeoneElse = "HHH000082: Entity Manager closed by someone else (%s must not be used)"; private final static String propertiesLoaded = "HHH000205: Loaded properties from resource hibernate.properties: %s"; private final static String unableToCloseStream = "HHH000296: IOException occurred closing stream"; private final static String invalidDiscriminatorAnnotation = "HHH000133: Discriminator column has to be defined in the root entity, it will be ignored in subclass: %s"; private final static String jdbcUrlNotSpecified = "HHH000152: JDBC URL was not specified by property %s"; private final static String entityMappedAsNonAbstract = "HHH000084: Entity [%s] is abstract-class/interface explicitly mapped as non-abstract; be sure to supply entity-names"; private final static String duplicateListener = "HHH000073: entity-listener duplication, first event definition will be used: %s"; private final static String processingPersistenceUnitInfoName = "HHH000204: Processing PersistenceUnitInfo [\n\tname: %s\n\t...]"; private final static String statementsClosed = "HHH000252: Statements closed: %s"; private final static String hibernateConnectionPoolSize = "HHH000115: Hibernate connection pool size: %s (min=%s)"; private final static String unableToInstantiateConfiguredSchemaNameResolver = "HHH000320: Unable to instantiate configured schema name resolver [%s] %s"; private final static String unableToObtainInitialContext = "HHH000343: Could not obtain initial context"; private final static String collectionsFetched = "HHH000032: Collections fetched (minimize this): %s"; private final static String pooledOptimizerReportedInitialValue = "HHH000201: Pooled optimizer source reported [%s] as the initial value; use of 1 or greater highly recommended"; private final static String factoryUnboundFromJndiName = "HHH000097: Unbound factory from JNDI name: %s"; private final static String naturalIdMaxQueryTime = "HHH000441: Max NaturalId query time: %sms"; private final static String statementsPrepared = "HHH000253: Statements prepared: %s"; private final static String unableToStopService = "HHH000369: Error stopping service [%s] : %s"; private final static String unregisteredResultSetWithoutStatement = "HHH000386: ResultSet had no statement associated with it, but was not yet registered"; private final static String unableToRollbackConnection = "HHH000363: Unable to rollback connection on exception [%s]"; private final static String transactions = "HHH000266: Transactions: %s"; private final static String forcingTableUse = "HHH000107: Forcing table use for sequence-style generator due to pooled optimizer selection where db does not support pooled sequences"; private final static String cacheProvider = "HHH000024: Cache provider: %s"; private final static String unableToLogSqlWarnings = "HHH000335: Unable to log SQLWarnings : %s"; private final static String unableToCompleteSchemaUpdate = "HHH000299: Could not complete schema update"; private final static String unableToReleaseBatchStatement = "HHH000352: Unable to release batch statement..."; private final static String sqlWarning = "HHH000247: SQL Error: %s, SQLState: %s"; private final static String unexpectedRowCounts = "HHH000381: JDBC driver did not return the expected number of row counts"; private final static String stoppingService = "HHH000255: Stopping service"; private final static String invalidTableAnnotation = "HHH000139: Illegal use of @Table in a subclass of a SINGLE_TABLE hierarchy: %s"; private final static String containsJoinFetchedCollection = "HHH000051: Ignoring bag join fetch [%s] due to prior collection join fetch"; private final static String unableToRunSchemaUpdate = "HHH000366: Error running schema update"; private final static String unableToAccessEjb3Configuration = "HHH000271: Naming exception occurred accessing Ejb3Configuration"; private final static String readingMappingsFromResource = "HHH000221: Reading mappings from resource: %s"; private final static String unableToObjectConnectionMetadata = "HHH000339: Could not obtain connection metadata: %s"; private final static String definingFlushBeforeCompletionIgnoredInHem = "HHH000059: Defining %s=true ignored in HEM"; private final static String unableToCloseConnection = "HHH000284: Error closing connection"; private final static String foundMappingDocument = "HHH000109: Found mapping document in jar: %s"; private final static String deprecatedForceDescriminatorAnnotation = "HHH000062: @ForceDiscriminator is deprecated use @DiscriminatorOptions instead."; private final static String unableToWrapResultSet = "HHH000377: Error wrapping result set"; private final static String unableToReleaseContext = "HHH000354: Unable to release initial context: %s"; private final static String tableFound = "HHH000261: Table found: %s"; private final static String setManagerLookupClass = "HHH000426: You should set hibernate.transaction.jta.platform if cache is enabled"; private final static String version = "HHH000412: Hibernate Core {%s}"; private final static String unableToQueryDatabaseMetadata = "HHH000347: Unable to query java.sql.DatabaseMetaData"; private final static String bytecodeProvider = "HHH000021: Bytecode provider name : %s"; private final static String writingGeneratedSchemaToFile = "HHH000417: Writing generated schema to file: %s"; private final static String noAppropriateConnectionProvider = "HHH000181: No appropriate connection provider encountered, assuming application will be supplying connections"; private final static String unableToConstructCurrentSessionContext = "HHH000302: Unable to construct current session context [%s]"; private final static String honoringOptimizerSetting = "HHH000116: Config specified explicit optimizer of [%s], but [%s=%s; honoring optimizer setting"; private final static String unableToCloseInitialContext = "HHH000285: Error closing InitialContext [%s]"; private final static String hsqldbSupportsOnlyReadCommittedIsolation = "HHH000118: HSQLDB supports only READ_UNCOMMITTED isolation"; private final static String noDefaultConstructor = "HHH000182: No default (no-argument) constructor for class: %s (class must be instantiated by Interceptor)"; private final static String unableToCloseInputFiles = "HHH000286: Error closing input files: %s"; private final static String synchronizationAlreadyRegistered = "HHH000259: Synchronization [%s] was already registered"; private final static String invalidEditOfReadOnlyItem = "HHH000134: Application attempted to edit read only item: %s"; private final static String connectionsObtained = "HHH000048: Connections obtained: %s"; private final static String scopingTypesToSessionFactoryAfterAlreadyScoped = "HHH000233: Scoping types to session factory %s after already scoped %s"; private final static String deprecatedManyToManyFetch = "HHH000455: The fetch attribute on has been deprecated. Instead of fetch=\"select\", use lazy=\"extra\" with , , , , or , which will only initialize entities (not as a proxy) as needed."; private final static String sessionsClosed = "HHH000241: Sessions closed: %s"; private final static String entitiesUpdated = "HHH000080: Entities updated: %s"; private final static String runningSchemaValidator = "HHH000229: Running schema validator"; private final static String jdbcRollbackFailed = "HHH000151: JDBC rollback failed"; private final static String namingExceptionAccessingFactory = "HHH000178: Naming exception occurred accessing factory: %s"; private final static String runningHbm2ddlSchemaExport = "HHH000227: Running hbm2ddl schema export"; private final static String startingUpdateTimestampsCache = "HHH000250: Starting update timestamps cache at region: %s"; private final static String alternateServiceRole = "HHH000450: Encountered request for Service by non-primary service role [%s -> %s]; please update usage"; private final static String unableToLocateMBeanServer = "HHH000332: Unable to locate MBeanServer on JMX service shutdown"; private final static String connectionProperties = "HHH000046: Connection properties: %s"; private final static String batchContainedStatementsOnRelease = "HHH000010: On release of batch it still contained JDBC statements"; private final static String usingReflectionOptimizer = "HHH000406: Using bytecode reflection optimizer"; private final static String unableToLoadScannedClassOrResource = "HHH000452: Exception while loading a class or resource found during scanning"; private final static String unableToCloseOutputFile = "HHH000291: Error closing output file: %s"; private final static String invalidSubStrategy = "HHH000138: Mixing inheritance strategy in a entity hierarchy is not allowed, ignoring sub strategy in: %s"; private final static String callingJoinTransactionOnNonJtaEntityManager = "HHH000027: Calling joinTransaction() on a non JTA EntityManager"; private final static String attemptToRestartAlreadyStartedJ2CacheProvider = "HHH020001: Attempt to restart an already started J2CacheRegionFactory. Use sessionFactory.close() between repeated calls to buildSessionFactory. Using previously created J2CacheRegionFactory. If this behaviour is required, consider using org.hibernate.cache.j2cache.SingletonJ2CacheRegionFactory."; private final static String maxQueryTime = "HHH000173: Max query time: %sms"; private final static String unableToSetTransactionToRollbackOnly = "HHH000367: Could not set transaction to rollback only"; private final static String propertyNotFound = "HHH000207: Property %s not found in class but described in (possible typo error)"; private final static String duplicateImport = "HHH000071: Duplicate import: %s -> %s"; private final static String firstOrMaxResultsSpecifiedWithCollectionFetch = "HHH000104: firstResult/maxResults specified with collection fetch; applying in memory!"; private final static String unableToToggleAutoCommit = "HHH000372: Could not toggle autocommit"; private final static String nonCompliantMapConversion = "HHH000449: @Convert annotation applied to Map attribute [%s] did not explicitly specify attributeName using 'key'/'value' as required by spec; attempting to DoTheRightThing"; private final static String immutableAnnotationOnNonRoot = "HHH000124: @Immutable used on a non root entity: ignored for %s"; private final static String noColumnsSpecifiedForIndex = "HHH000432: There were not column names specified for index %s on table %s"; private final static String usingFollowOnLocking = "HHH000444: Encountered request for locking however dialect reports that database prefers locking be done in a separate select (follow-on locking); results will be locked after initial query executes"; private final static String unableToAccessTypeInfoResultSet = "HHH000273: Error accessing type info result set : %s"; private final static String optimisticLockFailures = "HHH000187: Optimistic lock failures: %s"; private final static String lazyPropertyFetchingAvailable = "HHH000157: Lazy property fetching available for: %s"; private final static String unsupportedNamedParameters = "HHH000456: Named parameters are used for a callable statement, but database metadata indicates named parameters are not supported."; private final static String failSafeEntitiesCleanup = "HHH000101: Fail-safe cleanup (entities) : %s"; private final static String unableToDeserializeCache = "HHH000307: Could not deserialize cache file: %s : %s"; private final static String factoryUnboundFromName = "HHH000098: A factory was unbound from name: %s"; private final static String legacyTransactionManagerStrategy = "HHH000428: Encountered legacy TransactionManagerLookup specified; convert to newer %s contract specified via %s setting"; private final static String unsupportedAfterStatement = "HHH000390: Overriding release mode as connection provider does not support 'after_statement'"; private final static String packageNotFound = "HHH000194: Package not found or wo package-info.java: %s"; private final static String embedXmlAttributesNoLongerSupported = "HHH000446: embed-xml attributes were intended to be used for DOM4J entity mode. Since that entity mode has been removed, embed-xml attributes are no longer supported and should be removed from mappings."; private final static String parsingXmlError = "HHH000196: Error parsing XML (%s) : %s"; private final static String illegalPropertySetterArgument = "HHH000123: IllegalArgumentException in class: %s, setter method of property: %s"; private final static String expired = "HHH000092: An item was expired by the cache while it was locked (increase your cache timeout): %s"; private final static String indexes = "HHH000126: Indexes: %s"; private final static String containerProvidingNullPersistenceUnitRootUrl = "HHH000050: Container is providing a null PersistenceUnitRootUrl: discovery impossible"; private final static java.lang.String logUnexpectedSessionInCollectionNotConnected = "HHH000470: An unexpected session is defined for a collection, but the collection is not connected to that session. A persistent collection may only be associated with one session at a time. Overwriting session. %s"; private final static String tooManyInExpressions = "HHH000443: Dialect [%s] limits the number of elements in an IN predicate to %s entries. However, the given parameter list [%s] contained %s entries, which will likely cause failures to execute the query in the database"; private final static String timestampCacheHits = "HHH000434: update timestamps cache hits: %s"; private final static String unableToSynchronizeDatabaseStateWithSession = "HHH000371: Could not synchronize database state with session: %s"; private final static String foreignKeys = "HHH000108: Foreign keys: %s"; private final static String entitiesDeleted = "HHH000076: Entities deleted: %s"; private final static String splitQueries = "HHH000245: Manipulation query [%s] resulted in [%s] split queries"; private final static String usingDriver = "HHH000401: using driver [%s] at URL [%s]"; private final static String hydratingEntitiesCount = "HHH000119: On EntityLoadContext#clear, hydratingEntities contained [%s] entries"; private final static String successfulTransactions = "HHH000258: Successful transactions: %s"; private final static String renamedProperty = "HHH000225: Property [%s] has been renamed to [%s]; update your properties appropriately"; private final static String runningHbm2ddlSchemaUpdate = "HHH000228: Running hbm2ddl schema update"; private final static String unableToCloseOutputStream = "HHH000292: IOException occurred closing output stream"; private final static String unableToExecuteResolver = "HHH000316: Error executing resolver [%s] : %s"; private final static String unableToConfigureSqlExceptionConverter = "HHH000301: Unable to configure SQLExceptionConverter : %s"; private final static String unableToDestroyQueryCache = "HHH000309: Unable to destroy query cache: %s: %s"; private final static String synchronizationFailed = "HHH000260: Exception calling user Synchronization [%s] : %s"; private final static String unableToLocateUuidGenerationStrategy = "HHH000334: Unable to locate requested UUID generation strategy class : %s"; private final static String disablingContextualLOBCreationSinceOldJdbcVersion = "HHH000423: Disabling contextual LOB creation as JDBC driver reported JDBC version [%s] less than 4"; private final static String autoFlushWillNotWork = "HHH000008: JTASessionContext being used with JDBCTransactionFactory; auto-flush will not operate correctly with getCurrentSession()"; private final static String usingTimestampWorkaround = "HHH000408: Using workaround for JVM bug in java.sql.Timestamp"; private final static String parsingXmlWarning = "HHH000198: Warning parsing XML (%s) : %s"; private final static String processEqualityExpression = "HHH000203: processEqualityExpression() : No expression to process!"; private final static String startTime = "HHH000251: Start time: %s"; private final static String unableToReleaseTypeInfoResultSet = "HHH000357: Unable to release type info result set"; private final static String unableToRetrieveCache = "HHH000361: Unable to retreive cache from JNDI [%s]: %s"; private final static String rdmsOs2200Dialect = "HHH000218: RDMSOS2200Dialect version: 1.0"; private final static String unableToParseMetadata = "HHH000344: Could not parse the package-level metadata [%s]"; private final static String unableToLocateCustomOptimizerClass = "HHH000321: Unable to interpret specified optimizer [%s], falling back to noop"; private final static String unableToDetermineTransactionStatus = "HHH000312: Could not determine transaction status"; private final static String sortAnnotationIndexedCollection = "HHH000244: @Sort not allowed for an indexed collection, annotation ignored."; private final static String unknownOracleVersion = "HHH000384: Unknown Oracle major version [%s]"; private final static String unableToJoinTransaction = "HHH000326: Cannot join transaction: do not override %s"; private final static String unableToStopHibernateService = "HHH000368: Exception while stopping service"; private final static String instantiatingExplicitConnectionProvider = "HHH000130: Instantiating explicit connection provider: %s"; private final static String readOnlyCacheConfiguredForMutableCollection = "HHH000222: read-only cache configured for mutable collection [%s]"; private final static String loadingCollectionKeyNotFound = "HHH000159: In CollectionLoadContext#endLoadingCollections, localLoadingCollectionKeys contained [%s], but no LoadingCollectionEntry was found in loadContexts"; private final static String multipleValidationModes = "HHH000448: 'javax.persistence.validation.mode' named multiple values : %s"; private final static String unableToUnbindFactoryFromJndi = "HHH000374: Could not unbind factory from JNDI"; private final static String unableToTransformClass = "HHH000373: Unable to transform class: %s"; private final static String unableToCloseInputStream = "HHH000287: Could not close input stream"; private final static String typeRegistrationOverridesPrevious = "HHH000270: Type registration [%s] overrides previous : %s"; private final static String jdbcIsolationLevel = "HHH000149: JDBC isolation level: %s"; private final static String persistenceProviderCallerDoesNotImplementEjb3SpecCorrectly = "HHH000200: Persistence provider caller does not implement the EJB3 spec correctly.PersistenceUnitInfo.getNewTempClassLoader() is null."; private final static String queryCacheMisses = "HHH000214: Query cache misses: %s"; private final static String collectionsRecreated = "HHH000034: Collections recreated: %s"; private final static String unableToBuildSessionFactoryUsingMBeanClasspath = "HHH000280: Could not build SessionFactory using the MBean classpath - will try again using client classpath: %s"; private final static String incompleteMappingMetadataCacheProcessing = "HHH000125: Mapping metadata cache was not completely processed"; private final static String unableToConstructSqlExceptionConverter = "HHH000303: Unable to construct instance of specified SQLExceptionConverter : %s"; private final static String collectionsRemoved = "HHH000035: Collections removed: %s"; private final static String invalidArrayElementType = "HHH000132: Array element type error\n%s"; private final static String unableToObtainConnectionMetadata = "HHH000341: Could not obtain connection metadata : %s"; private final static String unableToReadHiValue = "HHH000350: Could not read a hi value - you need to populate the table: %s"; private final static String schemaExportUnsuccessful = "HHH000231: Schema export unsuccessful"; private final static String undeterminedH2Version = "HHH000431: Unable to determine H2 database version, certain features may not work"; private final static String deprecatedOracleDialect = "HHH000064: The OracleDialect dialect has been deprecated; use Oracle8iDialect instead"; private final static String applyingExplicitDiscriminatorColumnForJoined = "HHH000457: Joined inheritance hierarchy [%1$s] defined explicit @DiscriminatorColumn. Legacy Hibernate behavior was to ignore the @DiscriminatorColumn. However, as part of issue HHH-6911 we now apply the explicit @DiscriminatorColumn. If you would prefer the legacy behavior, enable the `%2$s` setting (%2$s=true)"; private final static String unableToLoadDerbyDriver = "HHH000328: Unable to load/access derby driver class sysinfo to check versions : %s"; private final static String queryCachePuts = "HHH000215: Query cache puts: %s"; private final static String unableToCloseSessionButSwallowingError = "HHH000425: Could not close session; swallowing exception[%s] as transaction completed"; private final static String unableToInstantiateOptimizer = "HHH000322: Unable to instantiate specified optimizer [%s], falling back to noop"; private final static String configuringFromFile = "HHH000042: Configuring from file: %s"; private final static String noSessionFactoryWithJndiName = "HHH000184: No session factory with JNDI name %s"; private final static java.lang.String logCannotUnsetUnexpectedSessionInCollection = "HHH000471: Cannot unset session in a collection because an unexpected session is defined. A persistent collection may only be associated with one session at a time. %s"; private final static String closing = "HHH000031: Closing"; private final static String preparedStatementAlreadyInBatch = "HHH000202: PreparedStatement was already in the batch, [%s]."; private final static String cannotResolveNonNullableTransientDependencies = "HHH000437: Attempting to save one or more entities that have a non-nullable association with an unsaved transient entity. The unsaved transient entity must be saved in an operation prior to saving these dependent entities.\n\tUnsaved transient entity: (%s)\n\tDependent entities: (%s)\n\tNon-nullable association(s): (%s)"; private final static String unableToDetermineTransactionStatusAfterCommit = "HHH000313: Could not determine transaction status after commit"; private final static String unableToRollbackJta = "HHH000365: JTA rollback failed"; private final static String unknownSqlServerVersion = "HHH000385: Unknown Microsoft SQL Server major version [%s] using SQL Server 2000 dialect"; private final static String localLoadingCollectionKeysCount = "HHH000160: On CollectionLoadContext#cleanup, localLoadingCollectionKeys contained [%s] entries"; private final static String unableToCloseStreamError = "HHH000297: Could not close stream on hibernate.properties: %s"; private final static String jdbcDriverNotSpecified = "HHH000148: No JDBC Driver class was specified by property %s"; private final static String subResolverException = "HHH000257: sub-resolver threw unexpected exception, continuing to next : %s"; private final static String cachedFileNotFound = "HHH000023: I/O reported cached file could not be found : %s : %s"; private final static String unableToInstantiateUuidGenerationStrategy = "HHH000325: Unable to instantiate UUID generation strategy class : %s"; private final static String transactionStartedOnNonRootSession = "HHH000267: Transaction started on non-root session"; private final static String jaccContextId = "HHH000140: JACC contextID: %s"; private final static String gettersOfLazyClassesCannotBeFinal = "HHH000112: Getters of lazy classes cannot be final: %s.%s"; private final static String entitiesLoaded = "HHH000079: Entities loaded: %s"; private final static String unsuccessful = "HHH000388: Unsuccessful: %s"; private final static String unsupportedOracleVersion = "HHH000394: Oracle 11g is not yet fully supported; using Oracle 10g dialect"; private final static String serviceProperties = "HHH000240: Service properties: %s"; private final static String unsupportedMultiTableBulkHqlJpaql = "HHH000393: The %s.%s.%s version of H2 implements temporary table creation such that it commits current transaction; multi-table, bulk hql/jpaql will not work properly"; private final static String entityIdentifierValueBindingExists = "HHH000429: Setting entity-identifier value binding where one already existed : %s."; private final static String unableToLoadCommand = "HHH000327: Error performing load command : %s"; private final static String unableToPerformManagedFlush = "HHH000346: Error during managed flush [%s]"; private final static String secondLevelCacheHits = "HHH000237: Second level cache hits: %s"; private final static String usingDialect = "HHH000400: Using dialect: %s"; private final static String unableToDropTemporaryIdTable = "HHH000314: Unable to drop temporary id table after use [%s]"; private final static String unableToFindJ2CacheConfiguration = "HHH020003: Could not find a specific j2cache configuration for cache named [%s]; using defaults."; private final static String usingAstQueryTranslatorFactory = "HHH000397: Using ASTQueryTranslatorFactory"; private final static String unableToReleaseCreatedMBeanServer = "HHH000355: Unable to release created MBeanServer : %s"; private final static String invalidJndiName = "HHH000135: Invalid JNDI name: %s"; private final static String failSafeCollectionsCleanup = "HHH000100: Fail-safe cleanup (collections) : %s"; private final static String needsLimit = "HHH000180: FirstResult/maxResults specified on polymorphic query; applying in memory!"; private final static String fetchingDatabaseMetadata = "HHH000102: Fetching database metadata"; private final static String configuringFromUrl = "HHH000044: Configuring from URL: %s"; private final static String timestampCachePuts = "HHH000433: update timestamps cache puts: %s"; private final static String explicitSkipLockedLockCombo = "HHH000447: Explicit use of UPGRADE_SKIPLOCKED in lock() calls is not recommended; use normal UPGRADE locking instead"; private final static String forcingContainerResourceCleanup = "HHH000106: Forcing container resource cleanup on transaction completion"; private final static String deprecatedUuidGenerator = "HHH000065: DEPRECATED : use [%s] instead with custom [%s] implementation"; private final static String unableToFindConfiguration = "HHH020002: Could not find configuration [%s]; using defaults."; private final static String autoCommitMode = "HHH000006: Autocommit mode: %s"; private final static String willNotRegisterListeners = "HHH000414: Property hibernate.search.autoregister_listeners is set to false. No attempt will be made to register Hibernate Search event listeners."; private final static String tableNotFound = "HHH000262: Table not found: %s"; private final static String unableToLoadProperties = "HHH000329: Problem loading properties from hibernate.properties"; private final static String queryCacheHits = "HHH000213: Query cache hits: %s"; private final static String unableToCommitJta = "HHH000298: JTA commit failed"; private final static String unableToDestroyUpdateTimestampsCache = "HHH000310: Unable to destroy update timestamps cache: %s: %s"; private final static String unableToCloseInputStreamForResource = "HHH000288: Could not close input stream for %s"; private final static String unableToReadClass = "HHH000348: Unable to read class: %s"; private final static String deprecatedDerbyDialect = "HHH000430: The DerbyDialect dialect has been deprecated; use one of the version-specific dialects instead"; private final static String addingOverrideFor = "HHH000418: Adding override for %s: %s"; private final static String unableToCopySystemProperties = "HHH000304: Could not copy system properties, system properties will be ignored"; private final static String incompatibleCacheValueMode = "HHH020005: The default cache value mode for this Ehcache configuration is \"identity\". This is incompatible with clustered Hibernate caching - the value mode has therefore been switched to \"serialization\""; private final static String secondLevelCachePuts = "HHH000239: Second level cache puts: %s"; private final static String ignoringTableGeneratorConstraints = "HHH000120: Ignoring unique constraints specified on table generator [%s]"; private final static String exceptionHeaderFound = "HHH000085: %s %s found"; private final static String columns = "HHH000037: Columns: %s"; private final static String validatorNotFound = "HHH000410: Hibernate Validator not found: ignoring"; private final static String startingQueryCache = "HHH000248: Starting query cache at region: %s"; private final static String usingDefaultIdGeneratorSegmentValue = "HHH000398: Explicit segment value for id generator [%s.%s] suggested; using default [%s]"; private final static String unableToRemoveBagJoinFetch = "HHH000358: Unable to erase previously added bag join fetch"; private final static String expectedType = "HHH000091: Expected type: %s, actual value: %s"; private final static String failed = "HHH000099: an assertion failure occured (this may indicate a bug in Hibernate, but is more likely due to unsafe use of the session): %s"; private final static String entitiesFetched = "HHH000077: Entities fetched (minimize this): %s"; private final static String parsingXmlErrorForFile = "HHH000197: Error parsing XML: %s(%s) %s"; private final static String queriesExecuted = "HHH000210: Queries executed to database: %s"; private final static String invalidPrimaryKeyJoinColumnAnnotation = "HHH000137: Root entity should not hold an PrimaryKeyJoinColum(s), will be ignored"; private final static String proxoolProviderClassNotFound = "HHH000209: proxool properties were encountered, but the %s provider class was not found on the classpath; these properties are going to be ignored."; private final static String naturalIdCachePuts = "HHH000438: NaturalId cache puts: %s"; private final static String handlingTransientEntity = "HHH000114: Handling transient entity in delete processing"; private final static String creatingSubcontextInfo = "HHH000053: Creating subcontext: %s"; private final static String startingServiceAtJndiName = "HHH000249: Starting service at JNDI name: %s"; private final static String aliasSpecificLockingWithFollowOnLocking = "HHH000445: Alias-specific lock modes requested, which is not currently supported with follow-on locking; all acquired locks will be [%s]"; private final static String configuringFromResource = "HHH000043: Configuring from resource: %s"; private final static String sessionsOpened = "HHH000242: Sessions opened: %s"; private final static String unableToLogWarnings = "HHH000336: Could not log warnings"; private final static String configurationResource = "HHH000040: Configuration resource: %s"; private final static String unableToRollbackIsolatedTransaction = "HHH000364: Unable to rollback isolated transaction on error [%s] : [%s]"; private final static String parsingXmlWarningForFile = "HHH000199: Warning parsing XML: %s(%s) %s"; private final static String typeDefinedNoRegistrationKeys = "HHH000269: Type [%s] defined no registration keys; ignoring"; private final static String jndiNameDoesNotHandleSessionFactoryReference = "HHH000155: JNDI name %s does not handle a session factory reference"; private final static String unableToCleanUpPreparedStatement = "HHH000282: Unable to clean up prepared statement"; private final static String unableToSwitchToMethodUsingColumnIndex = "HHH000370: Exception switching from method: [%s] to a method using the column index. Reverting to using: [%





© 2015 - 2024 Weber Informatics LLC | Privacy Policy