@Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor", date="2017-05-24T11:37:48+0000") public class JpaLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements JpaLogger, org.jboss.logging.BasicLogger, Serializable
ROOT_LOGGER
Constructor and Description |
---|
JpaLogger_$logger(org.jboss.logging.Logger log) |
Modifier and Type | Method and Description |
---|---|
IllegalStateException |
badSynchronizationTypeCombination(String puScopedName)
Can't use a new unsynchronization persistence context when transaction already has a synchronized persistence context.
|
protected String |
badSynchronizationTypeCombination$str() |
RuntimeException |
cannotAddIntegration(Throwable cause,
String name)
Creates an exception indicating the inability ot add the integration, represented by the
name parameter,
module to the deployment. |
protected String |
cannotAddIntegration$str() |
IllegalStateException |
cannotCloseContainerManagedEntityManager()
Creates an exception indicating the entity manager cannot be closed when it is managed by the container.
|
protected String |
cannotCloseContainerManagedEntityManager$str() |
IllegalStateException |
cannotCloseTransactionContainerEntityManger()
Creates an exception indicating the transactional entity manager cannot be closed when it is managed by the
container.
|
protected String |
cannotCloseTransactionContainerEntityManger$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
cannotCreateAdapter(Throwable cause,
String className)
Creates an exception indicating the inability to create an instance of the adapter class represented by the
className parameter. |
protected String |
cannotCreateAdapter$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
cannotDeployApp(Throwable cause,
String providerName)
Creates an exception indicating the application could not be deployed with the persistence provider, represented
by the
providerName parameter, packaged. |
protected String |
cannotDeployApp$str() |
RuntimeException |
cannotGetSessionFactory(Throwable cause)
Creates an exception indicating a failure to get the Hibernate session factory from the entity manager.
|
protected String |
cannotGetSessionFactory$str() |
String |
cannotInjectResourceLocalEntityManager()
A message indicating the inability to inject a
PersistenceUnitTransactionType.RESOURCE_LOCAL container managed EntityManager
using the PersistenceContext annotation. |
protected String |
cannotInjectResourceLocalEntityManager$str() |
RuntimeException |
cannotLoadFromJpa(Throwable cause,
String injectionTypeName)
Creates an exception indicating the
injectionTypeName could not be loaded from the JPA modules class
loader. |
protected String |
cannotLoadFromJpa$str() |
RuntimeException |
cannotLoadModule(Throwable cause,
org.jboss.modules.ModuleIdentifier moduleId,
String name)
Creates an exception indicating the module, represented by the
moduleId parameter, could not be loaded
for the adapter, represented by the name parameter. |
protected String |
cannotLoadModule$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
cannotLoadPersistenceProviderModule(Throwable cause,
String persistenceProviderModule,
String persistenceProviderClass)
Creates an exception indicating the persistence provider module, represented by the
persistenceProviderModule parameter, had an error loading. |
protected String |
cannotLoadPersistenceProviderModule$str() |
RuntimeException |
cannotReplaceStack()
Creates an exception indicating the top of the stack could not be replaced because the stack is
null . |
protected String |
cannotReplaceStack$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
cannotSpecifyBoth(String key1,
Object value1,
String key2,
Object value2,
String parentTag,
Object object)
Creates an exception indicating that both
key1 and key2 cannot be specified for the object. |
protected String |
cannotSpecifyBoth$str() |
javax.ejb.EJBException |
cannotUseExtendedPersistenceTransaction(String puScopedName,
javax.persistence.EntityManager existingEntityManager,
javax.persistence.EntityManager self)
Creates an exception indicating the extended persistence context for the SFSB already exists.
|
protected String |
cannotUseExtendedPersistenceTransaction$str() |
RuntimeException |
childNotFound(String child,
org.jboss.vfs.VirtualFile parent)
Creates an exception indicating the child could not be found on the parent.
|
protected String |
childNotFound$str() |
String |
classLevelAnnotationParameterRequired(String annotation,
String className,
String parameter)
Creates an exception indicating the class level annotation must provide the parameter specified.
|
protected String |
classLevelAnnotationParameterRequired$str() |
RuntimeException |
classloaderHasMultipleAdapters(String classloader)
Only one persistence provider adapter per (persistence provider or application) classloader is allowed
|
protected String |
classloaderHasMultipleAdapters$str() |
RuntimeException |
couldNotCreateInstanceProvider(Throwable cause,
String providerClassName)
Creates an exception indicating the persistence provider could not be instantiated ,
|
protected String |
couldNotCreateInstanceProvider$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
differentSearchModuleDependencies(String deployment,
String searchModuleName1,
String searchModuleName2) |
protected String |
differentSearchModuleDependencies$str() |
void |
duplicatePersistenceUnitDefinition(String puName,
String ogPuName,
String dupPuName)
Logs a warning message indicating duplicate persistence.xml files were found.
|
protected String |
duplicatePersistenceUnitDefinition$str() |
IllegalStateException |
errorGettingTransaction(Exception cause)
Creates an exception indicating there was an error when trying to get the transaction associated with the
current thread.
|
protected String |
errorGettingTransaction$str() |
IllegalStateException |
errorGettingTransactionListenerRegistry(Throwable cause)
Likely means that the transaction manager does not implement the org.jboss.tm.listener.TransactionListenerRegistry class.
|
protected String |
errorGettingTransactionListenerRegistry$str() |
void |
errorPreloadingDefaultProvider(Throwable cause)
Logs an error message indicating an exception occurred while preloading the default persistence provider module.
|
protected String |
errorPreloadingDefaultProvider$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
failedToAddPersistenceUnit(Throwable cause,
String puName)
Creates an exception indicating a failure to add the persistence unit service.
|
protected String |
failedToAddPersistenceUnit$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
failedToGetAdapter(String className)
Creates an exception indicating a failure to get the adapter for the persistence provider.
|
protected String |
failedToGetAdapter$str() |
void |
failedToGetModuleAttachment(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
Creates an exception indicating a failure to get the module for the deployment unit represented by the
deploymentUnit parameter. |
protected String |
failedToGetModuleAttachment$str() |
String |
failedToParse(org.jboss.vfs.VirtualFile file)
A message indicating a failure to parse the file.
|
protected String |
failedToParse$str() |
void |
failedToStopPUService(Throwable cause,
String name)
Logs an error message indicating the persistence unit was not stopped
|
protected String |
failedToStopPUService$str() |
RuntimeException |
hibernateOnlyEntityManagerFactory()
Creates an exception indicating the entity manager factory implementation can only be a Hibernate version.
|
protected String |
hibernateOnlyEntityManagerFactory$str() |
IllegalArgumentException |
invalidPersistenceUnitName(String persistenceUnitName,
char c)
Creates an exception indicating the persistence unit name contains an invalid character.
|
protected String |
invalidPersistenceUnitName$str() |
IllegalArgumentException |
invalidScopedName(String persistenceUnitName,
char c)
Creates an exception indicating the (custom) scoped persistence unit name is invalid.
|
protected String |
invalidScopedName$str() |
RuntimeException |
invalidUrlConnection(String integrationName,
URLConnection connection)
Creates an exception indicating the inability to integrate the module, represented by the
integrationName
parameter, to the deployment as it expected a JarURLConnection . |
protected String |
invalidUrlConnection$str() |
RuntimeException |
multipleAdapters(String adapterModule)
Creates an exception indicating the persistence provider adapter module, represented by the
adapterModule
parameter, has more than one adapter. |
protected String |
multipleAdapters$str() |
IllegalArgumentException |
noPUnitNameSpecifiedAndMultiplePersistenceUnits(int puCount,
org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
JBoss 4 prevented applications from referencing the persistence unit without specifying the pu name, if there
were multiple persistence unit definitions in the app.
|
protected String |
noPUnitNameSpecifiedAndMultiplePersistenceUnits$str() |
RuntimeException |
nullParameter(String description,
String parameterName)
Creates an exception indicating the
description is null . |
protected String |
nullParameter$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
persistenceProviderAdaptorModuleLoadError(Throwable cause,
String adaptorModule)
persistence provider adaptor module load error
|
protected String |
persistenceProviderAdaptorModuleLoadError$str() |
javax.persistence.PersistenceException |
persistenceProviderNotFound(String providerName)
Creates an exception indicating the persistence provider could not be found.
|
protected String |
persistenceProviderNotFound$str() |
IllegalStateException |
PersistenceUnitNotAvailable(String scopedPuName)
Likely cause is that the application deployment did not complete successfully
|
protected String |
PersistenceUnitNotAvailable$str() |
String |
persistenceUnitNotFound(String puName,
org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
A message indicating that the persistence unit, represented by the
path parameter, could not be found at
the current deployment unit, represented by the deploymentUnit parameter. |
IllegalArgumentException |
persistenceUnitNotFound(String path,
String puName,
org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
Creates an exception indicating that the persistence unit, represented by the
path and puName
parameters, could not be found at the current deployment unit, represented by the deploymentUnit
parameter. |
protected String |
persistenceUnitNotFound2$str() |
protected String |
persistenceUnitNotFound3$str() |
void |
readingPersistenceXml(String puUnitName)
Logs an informational message indicating the persistence.xml file is being read.
|
protected String |
readingPersistenceXml$str() |
RuntimeException |
referenceCountedEntityManagerNegativeCount(int referenceCount,
String scopedPuName)
internal error indicating that the number of stateful session beans associated with a
extended persistence context has reached a negative count.
|
protected String |
referenceCountedEntityManagerNegativeCount$str() |
RuntimeException |
relativePathNotFound(Throwable cause,
String path)
Creates an exception indicating the relative path could not be found.
|
protected String |
relativePathNotFound$str() |
UnsupportedOperationException |
resourcesOfTypeCannotBeRegistered(String key) |
protected String |
resourcesOfTypeCannotBeRegistered$str() |
UnsupportedOperationException |
resourcesOfTypeCannotBeRemoved(String key) |
protected String |
resourcesOfTypeCannotBeRemoved$str() |
String |
setterMethodOnlyAnnotation(String annotation,
org.jboss.jandex.MethodInfo methodInfo)
A message indicating the annotation is only valid on setter method targets.
|
protected String |
setterMethodOnlyAnnotation$str() |
void |
startingPersistenceUnitService(int phase,
String name)
Logs an informational message indicating the persistence unit service is starting phase n of 2.
|
protected String |
startingPersistenceUnitService$str() |
void |
startingService(String serviceName,
String name)
Logs an informational message indicating the service, represented by the
serviceName parameter, is
starting. |
protected String |
startingService$str() |
void |
stoppingPersistenceUnitService(int phase,
String name)
Logs an informational message indicating the service is stopping.
|
protected String |
stoppingPersistenceUnitService$str() |
void |
stoppingService(String serviceName,
String name)
Logs an informational message indicating the service, represented by the
serviceName parameter, is
stopping. |
protected String |
stoppingService$str() |
javax.persistence.TransactionRequiredException |
transactionRequired()
Creates an exception indicating a transaction is required for the operation.
|
protected String |
transactionRequired$str() |
void |
unexpectedStatisticsProblem(IllegalStateException cause)
Logs warning about unexpected problem gathering statistics.
|
protected String |
unexpectedStatisticsProblem$str() |
IllegalStateException |
xpcOnlyFromSFSB(String scopedPuName)
extended persistence context can only be used within a stateful session bean.
|
protected String |
xpcOnlyFromSFSB$str() |
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv
public final void duplicatePersistenceUnitDefinition(String puName, String ogPuName, String dupPuName)
JpaLogger
duplicatePersistenceUnitDefinition
in interface JpaLogger
puName
- the persistence XML file.ogPuName
- the original persistence.xml file.dupPuName
- the duplicate persistence.xml file.protected String duplicatePersistenceUnitDefinition$str()
public final void readingPersistenceXml(String puUnitName)
JpaLogger
readingPersistenceXml
in interface JpaLogger
puUnitName
- the persistence unit name.protected String readingPersistenceXml$str()
public final void startingService(String serviceName, String name)
JpaLogger
serviceName
parameter, is
starting.startingService
in interface JpaLogger
serviceName
- the name of the service.name
- an additional name for the service.protected String startingService$str()
public final void stoppingService(String serviceName, String name)
JpaLogger
serviceName
parameter, is
stopping.stoppingService
in interface JpaLogger
serviceName
- the name of the service.name
- an additional name for the service.protected String stoppingService$str()
public final void errorPreloadingDefaultProvider(Throwable cause)
JpaLogger
errorPreloadingDefaultProvider
in interface JpaLogger
cause
- the cause of the error.protected String errorPreloadingDefaultProvider$str()
public final void failedToStopPUService(Throwable cause, String name)
JpaLogger
failedToStopPUService
in interface JpaLogger
cause
- the cause of the error.name
- name of the persistence unitprotected String failedToStopPUService$str()
public final void failedToGetModuleAttachment(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
JpaLogger
deploymentUnit
parameter.failedToGetModuleAttachment
in interface JpaLogger
deploymentUnit
- the deployment unit that failed.protected String failedToGetModuleAttachment$str()
public final void startingPersistenceUnitService(int phase, String name)
JpaLogger
startingPersistenceUnitService
in interface JpaLogger
phase
- is the phase number (1 or 2)name
- an additional name for the service.protected String startingPersistenceUnitService$str()
public final void stoppingPersistenceUnitService(int phase, String name)
JpaLogger
stoppingPersistenceUnitService
in interface JpaLogger
phase
- is the phase number (1 or 2)name
- an additional name for the service.protected String stoppingPersistenceUnitService$str()
public final void unexpectedStatisticsProblem(IllegalStateException cause)
JpaLogger
unexpectedStatisticsProblem
in interface JpaLogger
cause
- is the cause of the warningprotected String unexpectedStatisticsProblem$str()
protected String cannotAddIntegration$str()
public final RuntimeException cannotAddIntegration(Throwable cause, String name)
JpaLogger
name
parameter,
module to the deployment.cannotAddIntegration
in interface JpaLogger
cause
- the cause of the error.name
- the name of the integration.RuntimeException
for the error.protected String cannotCloseContainerManagedEntityManager$str()
public final IllegalStateException cannotCloseContainerManagedEntityManager()
JpaLogger
cannotCloseContainerManagedEntityManager
in interface JpaLogger
IllegalStateException
for the error.protected String cannotCloseTransactionContainerEntityManger$str()
public final IllegalStateException cannotCloseTransactionContainerEntityManger()
JpaLogger
cannotCloseTransactionContainerEntityManger
in interface JpaLogger
IllegalStateException
for the error.protected String cannotCreateAdapter$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException cannotCreateAdapter(Throwable cause, String className)
JpaLogger
className
parameter.cannotCreateAdapter
in interface JpaLogger
cause
- the cause of the error.className
- the adapter class name.DeploymentUnitProcessingException
for the error.protected String cannotDeployApp$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException cannotDeployApp(Throwable cause, String providerName)
JpaLogger
providerName
parameter, packaged.cannotDeployApp
in interface JpaLogger
cause
- the cause of the error.providerName
- the persistence provider.DeploymentUnitProcessingException
for the error.protected String cannotGetSessionFactory$str()
public final RuntimeException cannotGetSessionFactory(Throwable cause)
JpaLogger
cannotGetSessionFactory
in interface JpaLogger
cause
- the cause of the error.RuntimeException
for the error.protected String cannotInjectResourceLocalEntityManager$str()
public final String cannotInjectResourceLocalEntityManager()
JpaLogger
PersistenceUnitTransactionType.RESOURCE_LOCAL
container managed EntityManager
using the PersistenceContext
annotation.cannotInjectResourceLocalEntityManager
in interface JpaLogger
protected String cannotLoadFromJpa$str()
public final RuntimeException cannotLoadFromJpa(Throwable cause, String injectionTypeName)
JpaLogger
injectionTypeName
could not be loaded from the JPA modules class
loader.cannotLoadFromJpa
in interface JpaLogger
cause
- the cause of the error.injectionTypeName
- the name of the type.RuntimeException
for the error.protected String cannotLoadModule$str()
public final RuntimeException cannotLoadModule(Throwable cause, org.jboss.modules.ModuleIdentifier moduleId, String name)
JpaLogger
moduleId
parameter, could not be loaded
for the adapter, represented by the name
parameter.cannotLoadModule
in interface JpaLogger
cause
- the cause of the error.moduleId
- the module id that was attempting to be loaded.name
- the name of the adapter.RuntimeException
for the error.protected String cannotLoadPersistenceProviderModule$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException cannotLoadPersistenceProviderModule(Throwable cause, String persistenceProviderModule, String persistenceProviderClass)
JpaLogger
persistenceProviderModule
parameter, had an error loading.cannotLoadPersistenceProviderModule
in interface JpaLogger
cause
- the cause of the error.persistenceProviderModule
- the name of the adapter module.persistenceProviderClass
- the persistence provider class.DeploymentUnitProcessingException
for the error.protected String cannotReplaceStack$str()
public final RuntimeException cannotReplaceStack()
JpaLogger
null
.cannotReplaceStack
in interface JpaLogger
RuntimeException
for the error.protected String cannotSpecifyBoth$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException cannotSpecifyBoth(String key1, Object value1, String key2, Object value2, String parentTag, Object object)
JpaLogger
key1
and key2
cannot be specified for the object.cannotSpecifyBoth
in interface JpaLogger
key1
- the first key/tag.value1
- the first value.key2
- the second key/tag.value2
- the second value.parentTag
- the parent tag.object
- the object the values are being specified for.DeploymentUnitProcessingException
for the error.protected String cannotUseExtendedPersistenceTransaction$str()
public final javax.ejb.EJBException cannotUseExtendedPersistenceTransaction(String puScopedName, javax.persistence.EntityManager existingEntityManager, javax.persistence.EntityManager self)
JpaLogger
cannotUseExtendedPersistenceTransaction
in interface JpaLogger
puScopedName
- the persistence unit name.existingEntityManager
- the existing transactional entity manager.self
- the entity manager attempting to be created.EJBException
for the error.protected String childNotFound$str()
public final RuntimeException childNotFound(String child, org.jboss.vfs.VirtualFile parent)
JpaLogger
childNotFound
in interface JpaLogger
child
- the child that could not be found.parent
- the parent.RuntimeException
for the error.protected String classLevelAnnotationParameterRequired$str()
public final String classLevelAnnotationParameterRequired(String annotation, String className, String parameter)
JpaLogger
classLevelAnnotationParameterRequired
in interface JpaLogger
annotation
- the annotation.className
- the class nameparameter
- the parameter.protected String persistenceUnitNotFound2$str()
public final String persistenceUnitNotFound(String puName, org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
JpaLogger
path
parameter, could not be found at
the current deployment unit, represented by the deploymentUnit
parameter.persistenceUnitNotFound
in interface JpaLogger
puName
- the persistence unit name.deploymentUnit
- the deployment unit.protected String persistenceUnitNotFound3$str()
public final IllegalArgumentException persistenceUnitNotFound(String path, String puName, org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
JpaLogger
path
and puName
parameters, could not be found at the current deployment unit, represented by the deploymentUnit
parameter.persistenceUnitNotFound
in interface JpaLogger
path
- the path.puName
- the persistence unit name.deploymentUnit
- the deployment unit.IllegalArgumentException
for the error.protected String errorGettingTransaction$str()
public final IllegalStateException errorGettingTransaction(Exception cause)
JpaLogger
errorGettingTransaction
in interface JpaLogger
cause
- the cause of the error.IllegalStateException
for the error.protected String failedToGetAdapter$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException failedToGetAdapter(String className)
JpaLogger
failedToGetAdapter
in interface JpaLogger
className
- the adapter class name.DeploymentUnitProcessingException
for the error.protected String failedToAddPersistenceUnit$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException failedToAddPersistenceUnit(Throwable cause, String puName)
JpaLogger
failedToAddPersistenceUnit
in interface JpaLogger
cause
- the cause of the error.puName
- the persistence unit name.DeploymentUnitProcessingException
for the error.protected String failedToParse$str()
public final String failedToParse(org.jboss.vfs.VirtualFile file)
JpaLogger
failedToParse
in interface JpaLogger
file
- the file that could not be parsed.protected String hibernateOnlyEntityManagerFactory$str()
public final RuntimeException hibernateOnlyEntityManagerFactory()
JpaLogger
hibernateOnlyEntityManagerFactory
in interface JpaLogger
RuntimeException
for the error.protected String invalidPersistenceUnitName$str()
public final IllegalArgumentException invalidPersistenceUnitName(String persistenceUnitName, char c)
JpaLogger
invalidPersistenceUnitName
in interface JpaLogger
persistenceUnitName
- the persistence unit name.c
- the invalid character.IllegalArgumentException
for the error.protected String invalidScopedName$str()
public final IllegalArgumentException invalidScopedName(String persistenceUnitName, char c)
JpaLogger
invalidScopedName
in interface JpaLogger
RuntimeException
for the error.protected String invalidUrlConnection$str()
public final RuntimeException invalidUrlConnection(String integrationName, URLConnection connection)
JpaLogger
integrationName
parameter, to the deployment as it expected a JarURLConnection
.invalidUrlConnection
in interface JpaLogger
integrationName
- the name of the integration that could not be integrated.connection
- the invalid connection.RuntimeException
for the error.protected String multipleAdapters$str()
public final RuntimeException multipleAdapters(String adapterModule)
JpaLogger
adapterModule
parameter, has more than one adapter.multipleAdapters
in interface JpaLogger
adapterModule
- the adapter module name.RuntimeException
for the error.protected String nullParameter$str()
public final RuntimeException nullParameter(String description, String parameterName)
JpaLogger
description
is null
.nullParameter
in interface JpaLogger
description
- the description of the parameter.parameterName
- the parameter name.RuntimeException
for the error.protected String persistenceProviderNotFound$str()
public final javax.persistence.PersistenceException persistenceProviderNotFound(String providerName)
JpaLogger
persistenceProviderNotFound
in interface JpaLogger
providerName
- the provider name.PersistenceException
for the error.protected String relativePathNotFound$str()
public final RuntimeException relativePathNotFound(Throwable cause, String path)
JpaLogger
relativePathNotFound
in interface JpaLogger
cause
- the cause of the error.path
- the path that could not be found.RuntimeException
for the error.protected String setterMethodOnlyAnnotation$str()
public final String setterMethodOnlyAnnotation(String annotation, org.jboss.jandex.MethodInfo methodInfo)
JpaLogger
setterMethodOnlyAnnotation
in interface JpaLogger
annotation
- the annotation.methodInfo
- the method information.protected String transactionRequired$str()
public final javax.persistence.TransactionRequiredException transactionRequired()
JpaLogger
transactionRequired
in interface JpaLogger
TransactionRequiredException
for the error.protected String noPUnitNameSpecifiedAndMultiplePersistenceUnits$str()
public final IllegalArgumentException noPUnitNameSpecifiedAndMultiplePersistenceUnits(int puCount, org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
JpaLogger
noPUnitNameSpecifiedAndMultiplePersistenceUnits
in interface JpaLogger
puCount
- is number of persistence units defined in applicationdeploymentUnit
- the deployment unit.IllegalArgumentException
for the error.protected String couldNotCreateInstanceProvider$str()
public final RuntimeException couldNotCreateInstanceProvider(Throwable cause, String providerClassName)
JpaLogger
couldNotCreateInstanceProvider
in interface JpaLogger
cause
- the cause of the error.RuntimeException
for the error.protected String referenceCountedEntityManagerNegativeCount$str()
public final RuntimeException referenceCountedEntityManagerNegativeCount(int referenceCount, String scopedPuName)
JpaLogger
referenceCountedEntityManagerNegativeCount
in interface JpaLogger
RuntimeException
for the errorprotected String badSynchronizationTypeCombination$str()
public final IllegalStateException badSynchronizationTypeCombination(String puScopedName)
JpaLogger
badSynchronizationTypeCombination
in interface JpaLogger
puScopedName
- the persistence unit name.IllegalStateException
for the error.protected String resourcesOfTypeCannotBeRegistered$str()
public final UnsupportedOperationException resourcesOfTypeCannotBeRegistered(String key)
resourcesOfTypeCannotBeRegistered
in interface JpaLogger
protected String resourcesOfTypeCannotBeRemoved$str()
public final UnsupportedOperationException resourcesOfTypeCannotBeRemoved(String key)
resourcesOfTypeCannotBeRemoved
in interface JpaLogger
protected String classloaderHasMultipleAdapters$str()
public final RuntimeException classloaderHasMultipleAdapters(String classloader)
JpaLogger
classloaderHasMultipleAdapters
in interface JpaLogger
RuntimeException
for the error.protected String PersistenceUnitNotAvailable$str()
public final IllegalStateException PersistenceUnitNotAvailable(String scopedPuName)
JpaLogger
PersistenceUnitNotAvailable
in interface JpaLogger
protected String persistenceProviderAdaptorModuleLoadError$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException persistenceProviderAdaptorModuleLoadError(Throwable cause, String adaptorModule)
JpaLogger
persistenceProviderAdaptorModuleLoadError
in interface JpaLogger
cause
- the cause of the error.adaptorModule
- name of persistence provider adaptor module that couldn't be loaded.protected String xpcOnlyFromSFSB$str()
public final IllegalStateException xpcOnlyFromSFSB(String scopedPuName)
JpaLogger
xpcOnlyFromSFSB
in interface JpaLogger
protected String differentSearchModuleDependencies$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException differentSearchModuleDependencies(String deployment, String searchModuleName1, String searchModuleName2)
differentSearchModuleDependencies
in interface JpaLogger
protected String errorGettingTransactionListenerRegistry$str()
public final IllegalStateException errorGettingTransactionListenerRegistry(Throwable cause)
JpaLogger
errorGettingTransactionListenerRegistry
in interface JpaLogger
cause
- the cause of the error.Copyright © 2017 JBoss by Red Hat. All rights reserved.