@MessageLogger(projectCode="WFLYPOJO",
length=4)
public interface PojoLogger
extends org.jboss.logging.BasicLogger
| Modifier and Type | Field and Description |
|---|---|
static PojoLogger |
ROOT_LOGGER
A logger with a category of the package name.
|
| Modifier and Type | Method and Description |
|---|---|
IllegalArgumentException |
ambiguousMatch(Object info)
Ambiguous match.
|
IllegalArgumentException |
ambiguousMatch(Object info,
String name,
String clazz)
Ambiguous match.
|
IllegalArgumentException |
cannotDetermineInjectedType(String info)
Cannot determine injected type.
|
IllegalArgumentException |
cannotInstantiateCollection(Throwable cause)
Cannot instantiate new collection instance
|
IllegalArgumentException |
cannotInstantiateMap(Throwable cause)
Cannot instantiate new map instance
|
IllegalArgumentException |
ctorNotFound(Object args,
String clazz)
Ctor not found.
|
void |
errorAtIncallback(Object callback,
Throwable cause)
Error at incallback.
|
void |
errorAtUncallback(Object callback,
Throwable cause)
Error at uncallback.
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
failedToParse(org.jboss.vfs.VirtualFile file)
Parsing failure.
|
IllegalArgumentException |
fieldNotFound(String name,
String clazz)
Field not found.
|
IllegalArgumentException |
getterNotFound(Class<?> type,
String clazz)
Getter not found.
|
void |
ignoreUninstallError(Object joinpoint,
Throwable cause)
Error at uninstall.
|
IllegalArgumentException |
illegalParameterLength(Object info)
Illegal parameter length.
|
IllegalArgumentException |
invalidMatchSize(Set set,
Class type)
Invalid match size.
|
void |
invokingCallback(Object callback,
Throwable cause)
Error invoking callback.
|
IllegalArgumentException |
methodNotFound(String name,
Object args,
String clazz)
Method not found.
|
String |
missingBeanInfo(BeanMetaDataConfig beanConfig)
Missing bean info.
|
org.jboss.msc.service.StartException |
missingFactoryMethod(BeanMetaDataConfig beanConfig)
Missing factory method.
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
missingReflectionIndex(org.jboss.as.server.deployment.DeploymentUnit unit)
Missing reflection index.
|
String |
missingValue()
Missing value.
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
noModuleFound(org.jboss.as.server.deployment.DeploymentUnit unit)
No Module instance found in attachments.
|
IllegalArgumentException |
notValueConfig(ConfigVisitorNode previous)
Not a value node.
|
IllegalArgumentException |
nullBeanInfo()
Null bean info.
|
IllegalArgumentException |
nullClassInfo()
Null class info.
|
IllegalArgumentException |
nullFactoryMethod()
Null factory method.
|
IllegalArgumentException |
nullMethodName()
Missing method name.
|
IllegalArgumentException |
nullName()
Missing mode value.
|
IllegalArgumentException |
nullOrEmptyAlias()
Null or empty alias.
|
IllegalArgumentException |
nullOrEmptyDependency()
Null or empty dependency.
|
IllegalArgumentException |
nullValue()
Missing mode value.
|
void |
oldNamespace(Object namespace)
Log old namespace usage.
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
parsingException(org.jboss.vfs.VirtualFile beansXml,
Throwable cause)
Parsing exception.
|
IllegalArgumentException |
setterNotFound(Class<?> type,
String clazz)
Setter not found.
|
IllegalArgumentException |
tooDynamicFromDependency()
Too dynamic to determine type.
|
IllegalArgumentException |
tooDynamicFromFactory()
Too dynamic to determine type.
|
IllegalArgumentException |
unknownType(Object type)
Unknown type.
|
IllegalArgumentException |
wrongTypeSize()
Wrong type size.
|
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, warnvstatic final PojoLogger ROOT_LOGGER
@LogMessage(level=INFO)
@Message(id=1,
value="Found legacy bean/pojo namespace: %s - might be missing some xml features (potential exceptions).")
void oldNamespace(Object namespace)
namespace - the namespace@LogMessage(level=WARN)
@Message(id=2,
value="Ignoring uninstall action on target: %s")
void ignoreUninstallError(Object joinpoint,
@Cause
Throwable cause)
joinpoint - the joinpointcause - the cause of the error.@LogMessage(level=WARN)
@Message(id=3,
value="Error invoking callback: %s")
void invokingCallback(Object callback,
@Cause
Throwable cause)
callback - the callbackcause - the cause of the error.@LogMessage(level=WARN)
@Message(id=4,
value="Error invoking incallback: %s")
void errorAtIncallback(Object callback,
@Cause
Throwable cause)
callback - the callbackcause - the cause of the error.@LogMessage(level=WARN)
@Message(id=5,
value="Error invoking uncallback: %s")
void errorAtUncallback(Object callback,
@Cause
Throwable cause)
callback - the callbackcause - the cause of the error.@Message(id=6,
value="Failed to get module attachment for %s")
org.jboss.as.server.deployment.DeploymentUnitProcessingException noModuleFound(org.jboss.as.server.deployment.DeploymentUnit unit)
unit - the current deployment unitDeploymentUnitProcessingException for the error.@Message(id=7,
value="Missing deployment reflection index for %s")
org.jboss.as.server.deployment.DeploymentUnitProcessingException missingReflectionIndex(org.jboss.as.server.deployment.DeploymentUnit unit)
unit - the current deployment unitDeploymentUnitProcessingException for the error.@Message(id=8,
value="Failed to parse POJO xml [ %s ]")
org.jboss.as.server.deployment.DeploymentUnitProcessingException failedToParse(org.jboss.vfs.VirtualFile file)
file - the beans xml fileDeploymentUnitProcessingException for the error.@Message(id=10,
value="Cannot instantiate new collection instance.")
IllegalArgumentException cannotInstantiateCollection(@Cause
Throwable cause)
cause - the causeIllegalArgumentException for the error.@Message(id=11,
value="Cannot instantiate new map instance.")
IllegalArgumentException cannotInstantiateMap(@Cause
Throwable cause)
cause - the causeIllegalArgumentException for the error.@Message(id=12,
value="Too dynamic to determine injected type from factory!")
IllegalArgumentException tooDynamicFromFactory()
IllegalArgumentException for the error.@Message(id=13,
value="Too dynamic to determine injected type from dependency!")
IllegalArgumentException tooDynamicFromDependency()
IllegalArgumentException for the error.@Message(id=14,
value="Previous node is not a value config: %s")
IllegalArgumentException notValueConfig(ConfigVisitorNode previous)
previous - previous nodeIllegalArgumentException for the error.@Message(id=15,
value="Null factory method!")
IllegalArgumentException nullFactoryMethod()
IllegalArgumentException for the error.@Message(id=16,
value="Null bean info!")
IllegalArgumentException nullBeanInfo()
IllegalArgumentException for the error.@Message(id=17,
value="Invalid number of type instances match: %s, type: %s")
IllegalArgumentException invalidMatchSize(Set set,
Class type)
set - whole settype - the type to matchIllegalArgumentException for the error.@Message(id=18,
value="Cannot determine injected type: %s, try setting class attribute (if available).")
IllegalArgumentException cannotDetermineInjectedType(String info)
info - the infoIllegalArgumentException for the error.@Message(id=19,
value="Null or empty alias.")
IllegalArgumentException nullOrEmptyAlias()
IllegalArgumentException for the error.@Message(id=20,
value="Null or empty dependency.")
IllegalArgumentException nullOrEmptyDependency()
IllegalArgumentException for the error.@Message(id=21,
value="Missing value")
String missingValue()
@Message(id=22,
value="Null value")
IllegalArgumentException nullValue()
IllegalArgumentException for the error.@Message(id=23,
value="Null name")
IllegalArgumentException nullName()
IllegalArgumentException for the error.@Message(id=24,
value="Null method name!")
IllegalArgumentException nullMethodName()
IllegalArgumentException for the error.@Message(id=25,
value="Unknown type: %s")
IllegalArgumentException unknownType(Object type)
type - the typeIllegalArgumentException for the error.@Message(id=26,
value="Illegal parameter length: %s")
IllegalArgumentException illegalParameterLength(Object info)
info - the infoIllegalArgumentException for the error.@Message(id=27,
value="Missing factory method in ctor configuration: %s")
org.jboss.msc.service.StartException missingFactoryMethod(BeanMetaDataConfig beanConfig)
beanConfig - bean configIllegalArgumentException for the error.@Message(id=28,
value="Missing bean info, set bean\'s class attribute: %s")
String missingBeanInfo(BeanMetaDataConfig beanConfig)
beanConfig - bean configIllegalArgumentException for the error.@Message(id=29,
value="Wrong types size, doesn\'t match parameters!")
IllegalArgumentException wrongTypeSize()
IllegalArgumentException for the error.@Message(id=30,
value="Null ClassInfo!")
IllegalArgumentException nullClassInfo()
IllegalArgumentException for the error.@Message(id=31,
value="No such constructor: %s for class %s.")
IllegalArgumentException ctorNotFound(Object args,
String clazz)
args - the argsclazz - the classIllegalArgumentException for the error.@Message(id=32,
value="Method not found %s%s for class %s.")
IllegalArgumentException methodNotFound(String name,
Object args,
String clazz)
name - the method nameargs - the argsclazz - the classIllegalArgumentException for the error.@Message(id=33,
value="No such getter: %s on class %s.")
IllegalArgumentException getterNotFound(Class<?> type,
String clazz)
type - the typeclazz - the classIllegalArgumentException for the error.@Message(id=34,
value="No such setter: %s on class %s.")
IllegalArgumentException setterNotFound(Class<?> type,
String clazz)
type - the typeclazz - the classIllegalArgumentException for the error.@Message(id=35,
value="Ambiguous match %s.")
IllegalArgumentException ambiguousMatch(Object info)
info - the infoIllegalArgumentException for the error.@Message(id=36,
value="Ambiguous match of %s for name %s on class %s.")
IllegalArgumentException ambiguousMatch(Object info,
String name,
String clazz)
info - the infoname - the nameclazz - the classIllegalArgumentException for the error.@Message(id=37,
value="Field not found %s for class %s.")
IllegalArgumentException fieldNotFound(String name,
String clazz)
name - the method nameclazz - the classIllegalArgumentException for the error.@Message(id=38,
value="Exception while parsing POJO descriptor file: %s")
org.jboss.as.server.deployment.DeploymentUnitProcessingException parsingException(org.jboss.vfs.VirtualFile beansXml,
@Cause
Throwable cause)
beansXml - the beans xml filecause - the causeDeploymentUnitProcessingException for the error.Copyright © 2019 JBoss by Red Hat. All rights reserved.