@MessageLogger(projectCode="JBAS")
public interface EjbLogger
extends org.jboss.logging.BasicLogger
Modifier and Type | Field and Description |
---|---|
static EjbLogger |
EJB3_INVOCATION_LOGGER
logger use to log EJB invocation errors
|
static EjbLogger |
EJB3_LOGGER |
static EjbLogger |
ROOT_LOGGER
Default root level logger with the package name for he category.
|
Modifier and Type | Method and Description |
---|---|
void |
activationConfigPropertyIgnored(Object propName,
String resourceAdapterName)
Logs an warning message indicating ActivationConfigProperty will be ignored since it is not allowed by resource adapter
|
void |
asyncInvocationFailed(Throwable cause)
Logs an error message indicating an exception occurred while executing an invocation
|
void |
cacheEntryNotFound(Object id)
Logs an warning message indicating the it could not find a EJB for the specific id
|
void |
cacheRemoveFailed(Object id)
Logs an error message indicating an exception occurred while removing the an inactive bean.
|
void |
closingChannel(org.jboss.remoting3.Channel channel,
Throwable t)
Log message indicating that some error caused a channel to be closed
|
void |
closingChannelOnChannelEnd(org.jboss.remoting3.Channel channel)
Log message indicating that a
Channel.Receiver#handleEnd(org.jboss.remoting3.Channel) notification
was received and the channel is being closed |
void |
couldNotFindEjbForLocatorIIOP(org.jboss.ejb.client.EJBLocator locator)
Logs an error message indicating that an ejb client proxy could not be swapped out in a RMI invocation
|
void |
defaultInterceptorClassNotListed(String clazz)
Logs an warning message indicating Default interceptor class is not listed in the
|
void |
discardingEntityComponent(EntityBeanComponentInstance instance,
Throwable t)
Logs an error message indicating it discarding entity component instance
|
void |
discardingStatefulComponent(StatefulSessionComponentInstance component,
Throwable t)
Logs an error message indicating Discarding stateful component instance due to exception
|
void |
dynamicStubCreationFailed(String clazz,
Throwable t)
Logs an error message indicating that dynamic stub creation failed
|
void |
ejbNotExposedOverIIOP(org.jboss.ejb.client.EJBLocator locator)
Logs an error message indicating that an ejb client proxy could not be swapped out in a RMI invocation
|
IllegalStateException |
endpointUnAvailable(String componentName)
Returns a
IllegalStateException indicating that the Endpoint
is not available |
void |
errorDuringRetryTimeout(javax.ejb.Timer timer,
Throwable e)
Logs an error message indicating an error during retyring timeout for timer
|
void |
errorInvokeTimeout(javax.ejb.Timer timer,
Throwable e)
Logs an error message indicating an error invoking timeout for timer
|
void |
exceptionReleasingEntity(Throwable t) |
void |
failedToCreateOptionForProperty(String propertyName,
String reason) |
void |
failedToRemoveBean(String componentName,
org.jboss.ejb.client.SessionID sessionId,
Throwable t)
Logs an error message indicating it failed to remove bean with the specified session id
|
void |
failedToRemovePersistentTimer(File file)
Logs an error message indicating it could not remove persistent timer
|
void |
failToCloseFile(Throwable e)
Logs an error message indicating error closing file
|
void |
failToCreateDirectoryForPersistTimers(File file)
Logs an error message indicating Could not restore timers for specified id
|
void |
failToFindSfsbWithId(org.jboss.ejb.client.SessionID sessionId,
String componentName)
Logs an info message indicating it could not find stateful session bean instance with id
|
void |
failToReadTimerInformation(String componentName)
Logs an warning message indicating could not read timer information for EJB component
|
void |
failToRestoreTimers(File file)
Logs an error message indicating it's not a directory, could not restore timers"
|
void |
failToRestoreTimersForObjectId(String timedObjectId,
Throwable e)
Logs an error message indicating Could not restore timers for specified id
|
void |
failToRestoreTimersFromFile(File timerFile,
Throwable e)
Logs an error message indicating it could not restore timer from file
|
RuntimeException |
failureDuringEndpointDeactivation(String componentName,
javax.resource.ResourceException cause)
Returns a
RuntimeException indicating that the Endpoint
for the message driven component, could not be deactivated |
RuntimeException |
failureDuringLoadOfClusterNodeSelector(String clusterNodeSelectorName,
String clusterName,
Exception e) |
void |
getTxManagerStatusFailed(Throwable cause)
Logs an error message indicating an exception occurred while getting status
|
void |
ignoringException(Throwable e)
Logs an error message indicating Ignoring exception during setRollbackOnly
|
void |
invocationFailed(String component,
Method method,
Throwable t)
Logs an error message indicating that an invocation failed
|
void |
logMDBStart(String mdbName,
String raName)
Logs a message which includes the resource adapter name and the destination on which a message driven bean
is listening
|
void |
nextExpirationIsNull(TimerImpl timer)
Logs an info message indicating the next expiration is null.
|
void |
noMethodFoundOnEjbExcludeList(String methodName,
String ejbName)
Logs an warning message indicating No method found on EJB while processing exclude-list element in ejb-jar.xml
|
void |
noMethodFoundOnEjbPermission(String methodName,
String ejbName)
Logs an warning message indicating no method named found on EJB while processing method-permission element in ejb-jar.xml
|
void |
noMethodFoundOnEjbWithParamExcludeList(String methodName,
String s,
String ejbName)
Logs an warning message indicating No method with param types found on EJB while processing exclude-list element in ejb-jar.xml
|
void |
noMethodFoundWithParamOnEjbMethodPermission(String methodName,
String s,
String ejbName)
Logs an warning message indicating No method with param type found on EJB while processing method-permission element in ejb-jar.xml
|
IllegalArgumentException |
noSuchEndpointException(String resourceAdapterName,
org.jboss.jca.core.spi.rar.NotFoundException notFoundException)
Returns a
IllegalArgumentException indicating that no Endpoint
could be found for a resource adapter named resourceAdapterName |
IllegalStateException |
resourceAdapterRepositoryUnAvailable()
Returns a
IllegalStateException indicating that ResourceAdapterRepository
was unavailable |
void |
retryingTimeout(javax.ejb.Timer timer)
Logs an info message indicating retrying timeout for timer
|
void |
setRollbackOnlyFailed(Throwable se)
Logs an error message indicating an exception occurred while calling setRollBackOnly
|
void |
skipOverlappingInvokeTimeout(String id,
Date scheduledTime)
Logs a waring message indicating an overlapped invoking timeout for timer
|
void |
timerNotActive(javax.ejb.Timer timer)
Logs an info message indicating timer is not active, skipping retry of timer
|
void |
timerPersistenceNotEnable()
Logs an warning message indicating the timer persistence is not enabled, persistent timers will not survive JVM restarts
|
void |
timerRetried(javax.ejb.Timer timer)
Logs an info message indicating timer will be retried
|
void |
unknownTimezoneId(String timezoneId,
String id)
Logs an warning message indicating Unknown timezone id found in schedule expression.
|
void |
UnregisteredRegisteredTimerService(String timedObjectId)
Logs an warning message indicating the unregistered an already registered Timerservice with id %s and a new instance will be registered
|
UnsupportedCallbackException |
unsupportedCallback(Callback current) |
void |
unsupportedClientMarshallingStrategy(String strategy,
org.jboss.remoting3.Channel channel)
Log message indicating that a unsupported client marshalling strategy was received from a remote client
|
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 EjbLogger ROOT_LOGGER
static final EjbLogger EJB3_LOGGER
static final EjbLogger EJB3_INVOCATION_LOGGER
@LogMessage(level=ERROR) @Message(id=14100, value="Failed to remove %s from cache") void cacheRemoveFailed(Object id)
id
- the session id that could not be removed@LogMessage(level=INFO) @Message(id=14101, value="Failed to find SFSB instance with session ID %s in cache") void cacheEntryNotFound(Object id)
id
- the session id that could not be released@LogMessage(level=ERROR) @Message(id=14102, value="Asynchronous invocation failed") void asyncInvocationFailed(@Cause Throwable cause)
cause
- the cause of the error.@LogMessage(level=ERROR) @Message(id=14103, value="failed to get tx manager status; ignoring") void getTxManagerStatusFailed(@Cause Throwable cause)
cause
- the cause of the error.@LogMessage(level=ERROR) @Message(id=14104, value="failed to set rollback only; ignoring") void setRollbackOnlyFailed(@Cause Throwable se)
se
- the cause of the error.@LogMessage(level=WARN) @Message(id=14105, value="ActivationConfigProperty %s will be ignored since it is not allowed by resource adapter: %s") void activationConfigPropertyIgnored(Object propName, String resourceAdapterName)
propName
- resourceAdapterName
- @LogMessage(level=ERROR) @Message(id=14106, value="Discarding stateful component instance: %s due to exception") void discardingStatefulComponent(StatefulSessionComponentInstance component, @Cause Throwable t)
component
- the discarded instancet
- the cause of error@LogMessage(level=ERROR) @Message(id=14107, value="Failed to remove bean: %s with session id %s") void failedToRemoveBean(String componentName, org.jboss.ejb.client.SessionID sessionId, @Cause Throwable t)
componentName
- sessionId
- t
- the cause of error@LogMessage(level=INFO) @Message(id=14108, value="Could not find stateful session bean instance with id: %s for bean: %s during destruction. Probably already removed") void failToFindSfsbWithId(org.jboss.ejb.client.SessionID sessionId, String componentName)
sessionId
- the id of the session beancomponentName
- @LogMessage(level=WARN) @Message(id=14110, value="Default interceptor class %s is not listed in thesection of ejb-jar.xml and will not be applied") void defaultInterceptorClassNotListed(String clazz)
@LogMessage(level=WARN) @Message(id=14111, value="No method named: %s found on EJB: %s while processing exclude-list element in ejb-jar.xml") void noMethodFoundOnEjbExcludeList(String methodName, String ejbName)
@LogMessage(level=WARN) @Message(id=14112, value="No method named: %s with param types: %s found on EJB: %s while processing exclude-list element in ejb-jar.xml") void noMethodFoundOnEjbWithParamExcludeList(String methodName, String s, String ejbName)
@LogMessage(level=WARN) @Message(id=14113, value="No method named: %s found on EJB: %s while processing method-permission element in ejb-jar.xml") void noMethodFoundOnEjbPermission(String methodName, String ejbName)
@LogMessage(level=WARN) @Message(id=14114, value="No method named: %s with param types: %s found on EJB: %s while processing method-permission element in ejb-jar.xml") void noMethodFoundWithParamOnEjbMethodPermission(String methodName, String s, String ejbName)
@LogMessage(level=WARN) @Message(id=14115, value="Unknown timezone id: %s found in schedule expression. Ignoring it and using server\'s timezone: %s") void unknownTimezoneId(String timezoneId, String id)
@LogMessage(level=WARN) @Message(id=14116, value="Timer persistence is not enabled, persistent timers will not survive JVM restarts") void timerPersistenceNotEnable()
@LogMessage(level=INFO) @Message(id=14117, value="Next expiration is null. No tasks will be scheduled for timer %S") void nextExpirationIsNull(TimerImpl timer)
@LogMessage(level=ERROR) @Message(id=14118, value="Ignoring exception during setRollbackOnly") void ignoringException(@Cause Throwable e)
@LogMessage(level=WARN) @Message(id=14119, value="Unregistered an already registered Timerservice with id %s and a new instance will be registered") void UnregisteredRegisteredTimerService(String timedObjectId)
@LogMessage(level=ERROR) @Message(id=14120, value="Error invoking timeout for timer: %s") void errorInvokeTimeout(javax.ejb.Timer timer, @Cause Throwable e)
@LogMessage(level=INFO) @Message(id=14121, value="Timer: %s will be retried") void timerRetried(javax.ejb.Timer timer)
@LogMessage(level=ERROR) @Message(id=14122, value="Error during retrying timeout for timer: %s") void errorDuringRetryTimeout(javax.ejb.Timer timer, @Cause Throwable e)
@LogMessage(level=INFO) @Message(id=14123, value="Retrying timeout for timer: %s") void retryingTimeout(javax.ejb.Timer timer)
@LogMessage(level=INFO) @Message(id=14124, value="Timer is not active, skipping retry of timer: %s") void timerNotActive(javax.ejb.Timer timer)
@LogMessage(level=WARN) @Message(id=14126, value="Could not read timer information for EJB component %s") void failToReadTimerInformation(String componentName)
@LogMessage(level=ERROR) @Message(id=14127, value="Could not remove persistent timer %s") void failedToRemovePersistentTimer(File file)
@LogMessage(level=ERROR) @Message(id=14128, value="%s is not a directory, could not restore timers") void failToRestoreTimers(File file)
@LogMessage(level=ERROR) @Message(id=14129, value="Could not restore timer from %s") void failToRestoreTimersFromFile(File timerFile, @Cause Throwable e)
@LogMessage(level=ERROR) @Message(id=14130, value="error closing file ") void failToCloseFile(@Cause Throwable e)
@LogMessage(level=ERROR) @Message(id=14131, value="Could not restore timers for %s") void failToRestoreTimersForObjectId(String timedObjectId, @Cause Throwable e)
@LogMessage(level=ERROR) @Message(id=14132, value="Could not create directory %s to persist EJB timers.") void failToCreateDirectoryForPersistTimers(File file)
@LogMessage(level=ERROR) @Message(id=14133, value="Discarding entity component instance: %s due to exception") void discardingEntityComponent(EntityBeanComponentInstance instance, @Cause Throwable t)
@LogMessage(level=ERROR) @Message(id=14134, value="EJB Invocation failed on component %s for method %s") void invocationFailed(String component, Method method, @Cause Throwable t)
@LogMessage(level=WARN) @Message(id=14135, value="Could not find EJB for locator %s, EJB client proxy will not be replaced") void couldNotFindEjbForLocatorIIOP(org.jboss.ejb.client.EJBLocator locator)
@LogMessage(level=WARN) @Message(id=14136, value="EJB %s is not being replaced with a Stub as it is not exposed over IIOP") void ejbNotExposedOverIIOP(org.jboss.ejb.client.EJBLocator locator)
@LogMessage(level=ERROR) @Message(id=14137, value="Dynamic stub creation failed for class %s") void dynamicStubCreationFailed(String clazz, @Cause Throwable t)
@LogMessage(level=ERROR) @Message(id=14138, value="Exception releasing entity") void exceptionReleasingEntity(@Cause Throwable t)
@LogMessage(level=INFO) @Message(id=14139, value="Unsupported client marshalling strategy %s received on channel %s ,no further communication will take place") void unsupportedClientMarshallingStrategy(String strategy, org.jboss.remoting3.Channel channel)
strategy
- The client marshalling strategychannel
- The channel on which the client marshalling strategy was received@LogMessage(level=ERROR) @Message(id=14140, value="Closing channel %s due to an error") void closingChannel(org.jboss.remoting3.Channel channel, @Cause Throwable t)
channel
- The channel being closedt
- The cause@LogMessage(level=ERROR) @Message(id=14141, value="Channel end notification received, closing channel %s") void closingChannelOnChannelEnd(org.jboss.remoting3.Channel channel)
Channel.Receiver#handleEnd(org.jboss.remoting3.Channel)
notification
was received and the channel is being closedchannel
- The channel for which the Channel.Receiver#handleEnd(org.jboss.remoting3.Channel)
notification
was received@LogMessage(level=INFO) @Message(id=14142, value="Started message driven bean \'%s\' with \'%s\' resource adapter") void logMDBStart(String mdbName, String raName)
mdbName
- The message driven bean nameraName
- The resource adapter name@LogMessage(level=WARN) @Message(id=14143, value="Timer %s is still active, skipping overlapping scheduled execution at: %s") void skipOverlappingInvokeTimeout(String id, Date scheduledTime)
@Message(id=14144, value="Resource adapter repository is not available") IllegalStateException resourceAdapterRepositoryUnAvailable()
IllegalStateException
indicating that ResourceAdapterRepository
was unavailable@Message(id=14145, value="Could not find an Endpoint for resource adapter %s") IllegalArgumentException noSuchEndpointException(String resourceAdapterName, @Cause org.jboss.jca.core.spi.rar.NotFoundException notFoundException)
IllegalArgumentException
indicating that no Endpoint
could be found for a resource adapter named resourceAdapterName
resourceAdapterName
- The name of the resource adapternotFoundException
- The original exception cause@Message(id=14146, value="Endpoint is not available for message driven component %s") IllegalStateException endpointUnAvailable(String componentName)
IllegalStateException
indicating that the Endpoint
is not availablecomponentName
- The MDB component name@Message(id=14147, value="Could not deactive endpoint for message driven component %s") RuntimeException failureDuringEndpointDeactivation(String componentName, @Cause javax.resource.ResourceException cause)
RuntimeException
indicating that the Endpoint
for the message driven component, could not be deactivatedcomponentName
- The message driven component namecause
- Original cause@Message(id=14148, value="") UnsupportedCallbackException unsupportedCallback(@Param Callback current)
@Message(id=14149, value="Could not create an instance of cluster node selector %s for cluster %s") RuntimeException failureDuringLoadOfClusterNodeSelector(String clusterNodeSelectorName, String clusterName, @Cause Exception e)
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.