@MessageLogger(projectCode="JBAS")
public interface EeLogger
extends org.jboss.logging.BasicLogger
Modifier and Type | Field and Description |
---|---|
static EeLogger |
ROOT_LOGGER
A logger with a category of the package name.
|
static EeLogger |
SERVER_DEPLOYMENT_LOGGER
A logger with a category of
org.jboss.as.server.deployment . |
Modifier and Type | Method and Description |
---|---|
void |
cannotProxyTransactionalDatasource(Throwable cause,
String className)
Logs a warning message indicating the transaction datasource, represented by the
className parameter,
could not be proxied and will not be enlisted in the transactions automatically. |
void |
cannotResolve(String elementName,
String name)
Logs a warning message indicating the resource-env-ref could not be resolved.
|
void |
classPathEntryASubDeployment(org.jboss.vfs.VirtualFile file)
Logs a warning message indicating the class path entry in file may not point to a sub deployment.
|
void |
classPathEntryNotAJar(String entry,
org.jboss.vfs.VirtualFile file)
Logs a warning message indicating the class path entry, represented by the
entry parameter, was not found
in the file. |
void |
classPathEntryNotFound(String entry,
org.jboss.vfs.VirtualFile file)
Logs a warning message indicating the class path entry, represented by the
entry parameter, was not found
in the file. |
void |
componentDestroyFailure(Throwable cause,
ComponentInstance component)
Logs a warning message indicating a failure to destroy the component instance.
|
void |
componentInstallationFailure(Throwable cause,
String name)
Logs a warning message indicating the component is not being installed due to an exception.
|
void |
ignoringProperty(String name,
String methodName,
String parameterType,
String className)
Logs a warning message indicating the property, represented by the
name parameter, is be ignored due to
missing on the setter method on the datasource class. |
void |
invalidManagedBeanAbstractOrFinal(String sectionId,
String className)
Logs a warning message indicating the managed bean implementation class MUST NOT be an interface.
|
void |
invalidManagedBeanInterface(String sectionId,
String className)
Logs a warning message indicating the managed bean implementation class MUST NOT be abstract or final.
|
void |
preDestroyInterceptorFailure(Throwable cause,
Class<?> component)
Logs a warning message indicating an exception occurred while invoking the pre-destroy on the interceptor
component class, represented by the
component parameter. |
void |
transactionSubsystemNotAvailable(String className)
Logs a warning message indicating the transaction datasource, represented by the
className parameter,
will not be enlisted in the transaction as the transaction subsystem is not available. |
debug, debug, debug, debug, 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, 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
static final EeLogger ROOT_LOGGER
static final EeLogger SERVER_DEPLOYMENT_LOGGER
org.jboss.as.server.deployment
.@LogMessage(level=WARN) @Message(id=11000, value="Transactional datasource %s could not be proxied and will not be enlisted in transactions automatically") void cannotProxyTransactionalDatasource(@Cause Throwable cause, String className)
className
parameter,
could not be proxied and will not be enlisted in the transactions automatically.cause
- the cause of the error.className
- the datasource class name.@LogMessage(level=WARN) @Message(id=11001, value="Could not resolve %s %s") void cannotResolve(String elementName, String name)
elementName
- the name of the element.name
- the name resource environment reference.@LogMessage(level=WARN) @Message(id=11002, value="Class Path entry %s in %s does not point to a valid jar for a Class-Path reference.") void classPathEntryNotAJar(String entry, org.jboss.vfs.VirtualFile file)
entry
parameter, was not found
in the file.entry
- the class path entry.file
- the file.@LogMessage(level=WARN) @Message(id=11003, value="Class Path entry in %s may not point to a sub deployment.") void classPathEntryASubDeployment(org.jboss.vfs.VirtualFile file)
file
- the file.@LogMessage(level=WARN) @Message(id=11004, value="Class Path entry %s in %s not found.") void classPathEntryNotFound(String entry, org.jboss.vfs.VirtualFile file)
entry
parameter, was not found
in the file.entry
- the class path entry.file
- the file.@LogMessage(level=WARN) @Message(id=11005, value="Failed to destroy component instance %s") void componentDestroyFailure(@Cause Throwable cause, ComponentInstance component)
cause
- the cause of the error.component
- the component instance.@LogMessage(level=WARN) @Message(id=11006, value="Not installing optional component %s due to exception") void componentInstallationFailure(@Cause Throwable cause, String name)
cause
- the cause of the error.name
- the name of the component.@LogMessage(level=WARN) @Message(id=11007, value="Ignoring property %s due to missing setter method: %s(%s) on datasource class: %s") void ignoringProperty(String name, String methodName, String parameterType, String className)
name
parameter, is be ignored due to
missing on the setter method on the datasource class.name
- the name of the property.methodName
- the name of the method.parameterType
- the name of the parameter type.className
- the name of the datasource class.@LogMessage(level=WARN) @Message(id=11008, value="[Managed Bean spec, section %s] Managed bean implementation class MUST NOT be an interface - %s is an interface, hence won\'t be considered as a managed bean.") void invalidManagedBeanAbstractOrFinal(String sectionId, String className)
sectionId
- the section id of the managed bean spec.className
- the class name@LogMessage(level=WARN) @Message(id=11009, value="[Managed Bean spec, section %s] Managed bean implementation class MUST NOT be abstract or final - %s won\'t be considered as a managed bean, since it doesn\'t meet that requirement.") void invalidManagedBeanInterface(String sectionId, String className)
sectionId
- the section id of the managed bean spec.className
- the class name@LogMessage(level=WARN) @Message(id=11010, value="Exception while invoking pre-destroy interceptor for component class: %s") void preDestroyInterceptorFailure(@Cause Throwable cause, Class<?> component)
component
parameter.cause
- the cause of the error.component
- the component.@LogMessage(level=WARN) @Message(id=11011, value="Transactional datasource %s will not be enlisted in the transaction as the transaction subsystem is not available") void transactionSubsystemNotAvailable(String className)
className
parameter,
will not be enlisted in the transaction as the transaction subsystem is not available.className
- the name of the datasource class.Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.