@MessageLogger(projectCode="WFLYWELD",
length=4)
public interface WeldLogger
extends org.jboss.logging.BasicLogger
| Modifier and Type | Field and Description |
|---|---|
static WeldLogger |
DEPLOYMENT_LOGGER
A logger with the category
org.jboss.weld. |
static WeldLogger |
ROOT_LOGGER
A logger with a category of the package name.
|
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 WeldLogger ROOT_LOGGER
static final WeldLogger DEPLOYMENT_LOGGER
org.jboss.weld.@LogMessage(level=ERROR)
@Message(id=1,
value="Failed to setup Weld contexts")
void failedToSetupWeldContexts(@Cause
Throwable throwable)
@LogMessage(level=ERROR)
@Message(id=2,
value="Failed to tear down Weld contexts")
void failedToTearDownWeldContexts(@Cause
Throwable throwable)
@LogMessage(level=INFO)
@Message(id=3,
value="Processing weld deployment %s")
void processingWeldDeployment(String deployment)
@LogMessage(level=ERROR)
@Message(id=5,
value="Could not find BeanManager for deployment %s")
void couldNotFindBeanManagerForDeployment(String beanManager)
@LogMessage(level=DEBUG)
@Message(id=6,
value="Starting Services for CDI deployment: %s")
void startingServicesForCDIDeployment(String deploymentName)
@LogMessage(level=WARN)
@Message(id=7,
value="Could not load portable extension class %s")
void couldNotLoadPortableExceptionClass(String className,
@Cause
Throwable throwable)
@LogMessage(level=WARN)
@Message(id=8,
value="@Resource injection of type %s is not supported for non-ejb components. Injection point: %s")
void injectionTypeNotValue(String type,
Member injectionPoint)
@LogMessage(level=DEBUG)
@Message(id=9,
value="Starting weld service for deployment %s")
void startingWeldService(String deploymentName)
@LogMessage(level=DEBUG)
@Message(id=10,
value="Stopping weld service for deployment %s")
void stoppingWeldService(String deploymentName)
@LogMessage(level=WARN)
@Message(id=11,
value="Warning while parsing %s:%s %s")
void beansXmlValidationWarning(URL file,
int line,
String message)
@LogMessage(level=WARN)
@Message(id=12,
value="Warning while parsing %s:%s %s")
void beansXmlValidationError(URL file,
int line,
String message)
@LogMessage(level=WARN)
@Message(id=13,
value="Deployment %s contains CDI annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).")
void cdiAnnotationsButNotBeanArchive(String deploymentUnit)
@LogMessage(level=ERROR)
@Message(id=14,
value="Exception tearing down thread state")
void exceptionClearingThreadState(@Cause
Exception e)
@LogMessage(level=ERROR)
@Message(id=16,
value="Could not read entries")
void couldNotReadEntries(@Cause
IOException ioe)
@LogMessage(level=WARN)
@Message(id=17,
value="URL scanner does not understand the URL protocol %s, CDI beans will not be scanned.")
void doNotUnderstandProtocol(URL url)
@LogMessage(level=WARN)
@Message(id=18,
value="Found both WEB-INF/beans.xml and WEB-INF/classes/META-INF/beans.xml. It is not portable to use both locations at the same time. Weld is going to use the former location for this deployment.")
void duplicateBeansXml()
@Message(id=19,
value="Could get beans.xml file as URL when processing file: %s")
org.jboss.as.server.deployment.DeploymentUnitProcessingException couldNotGetBeansXmlAsURL(String beansXml,
@Cause
Throwable cause)
@Message(id=20,
value="Could not load interceptor class : %s")
org.jboss.as.server.deployment.DeploymentUnitProcessingException couldNotLoadInterceptorClass(String interceptorClass,
@Cause
Throwable cause)
@Message(id=21,
value="Service %s didn\'t implement the javax.enterprise.inject.spi.Extension interface")
org.jboss.as.server.deployment.DeploymentUnitProcessingException extensionDoesNotImplementExtension(Class<?> clazz)
@Message(id=22,
value="View of type %s not found on EJB %s")
IllegalArgumentException viewNotFoundOnEJB(String viewType,
String ejb)
@Message(id=30,
value="Unknown interceptor class for CDI injection %s")
IllegalArgumentException unknownInterceptorClassForCDIInjection(Class<?> interceptorClass)
@Message(id=31,
value="%s cannot be null")
IllegalArgumentException parameterCannotBeNull(String param)
@Message(id=32,
value="Injection point represents a method which doesn\'t follow JavaBean conventions (must have exactly one parameter) %s")
IllegalArgumentException injectionPointNotAJavabean(Method method)
@Message(id=33,
value="%s annotation not found on %s")
IllegalArgumentException annotationNotFound(Class<? extends Annotation> type,
Member member)
@Message(id=34,
value="Could not resolve @EJB injection for %s on %s")
IllegalStateException ejbNotResolved(Object ejb,
Member member)
@Message(id=35,
value="Resolved more than one EJB for @EJB injection of %s on %s. Found %s")
IllegalStateException moreThanOneEjbResolved(Object ejb,
Member member,
Set<org.jboss.as.ee.component.ViewDescription> viewService)
@Message(id=36,
value="Could not determine bean class from injection point type of %s")
IllegalArgumentException couldNotDetermineUnderlyingType(Type type)
@Message(id=37,
value="Error injecting persistence unit into CDI managed bean. Can\'t find a persistence unit named \'%s\' in deployment %s for injection point %s")
IllegalArgumentException couldNotFindPersistenceUnit(String unitName,
String deployment,
Member injectionPoint)
@Message(id=38,
value="Could not inject SecurityManager, security is not enabled")
IllegalStateException securityNotEnabled()
@Message(id=39,
value="Singleton not set for %s. This means that you are trying to access a weld deployment with a Thread Context ClassLoader that is not associated with the deployment.")
IllegalStateException singletonNotSet(ClassLoader classLoader)
@Message(id=40,
value="%s is already running")
IllegalStateException alreadyRunning(String object)
@Message(id=41,
value="%s is not started")
IllegalStateException notStarted(String object)
@Message(id=43,
value="BeanDeploymentArchive with id %s not found in deployment")
IllegalArgumentException beanDeploymentNotFound(String beanDeploymentId)
@Message(id=44,
value="Error injecting resource into CDI managed bean. Can\'t find a resource named %s")
IllegalArgumentException couldNotFindResource(String resourceName,
@Cause
Throwable cause)
@Message(id=45,
value="Cannot determine resource name. Both jndiName and mappedName are null")
IllegalArgumentException cannotDetermineResourceName()
@Message(id=46,
value="Cannot inject injection point %s")
IllegalArgumentException cannotInject(javax.enterprise.inject.spi.InjectionPoint ip)
@Message(id=47,
value="%s cannot be used at runtime")
IllegalStateException cannotUseAtRuntime(String description)
@Message(id=48,
value="These attributes must be \'true\' for use with CDI 1.0 \'%s\'")
String rejectAttributesMustBeTrue(Set<String> keySet)
@Message(id=49,
value="Error injecting resource into CDI managed bean. Can\'t find a resource named %s defined on %s")
IllegalArgumentException couldNotFindResource(String resourceName,
String member,
@Cause
Throwable cause)
@LogMessage(level=DEBUG) @Message(value="Discovered %s") void beanArchiveDiscovered(org.jboss.weld.bootstrap.spi.BeanDeploymentArchive bda)
@Message(id=50,
value="%s was not found in composite index")
org.jboss.weld.resources.spi.ClassFileInfoException nameNotFoundInIndex(String name)
@LogMessage(level=DEBUG)
@Message(id=0,
value="Unable to load annotation %s")
void unableToLoadAnnotation(String annotationClassName)
@Message(id=51,
value="Cannot load %s")
org.jboss.weld.resources.spi.ClassFileInfoException cannotLoadClass(String name,
@Cause
Throwable throwable)
@LogMessage(level=WARN)
@Message(id=52,
value="Using deployment classloader to load proxy classes for module %s. Package-private access will not work. To fix this the module should declare dependencies on %s")
void loadingProxiesUsingDeploymentClassLoader(org.jboss.modules.ModuleIdentifier moduleIdentifier,
String dependencies)
@Message(id=53,
value="Component interceptor support not available for: %s")
IllegalStateException componentInterceptorSupportNotAvailable(Object componentClass)
@LogMessage(level=WARN)
@Message(id=54,
value="Could not read provided index of an external bean archive: %s")
void cannotLoadAnnotationIndexOfExternalBeanArchive(Object indexUrl)
@LogMessage(level=WARN)
@Message(id=55,
value="Could not index class [%s] from an external bean archive: %s")
void cannotIndexClassName(Object name,
Object bda)
@Message(id=56,
value="Weld is not initialized yet")
IllegalStateException weldNotInitialized()
Copyright © 2019 JBoss by Red Hat. All rights reserved.