@LogMessage(level=INFO)
@Message(id=25,
value="org.jboss.naming.remote.client.InitialContextFactory is deprecated; new applications should use org.wildfly.naming.client.WildFlyInitialContextFactory instead")
voidoldContextDeprecated()
@Message(id=40,
value="Unsupported protocol version [ %d ]")
IllegalArgumentExceptionunsupportedProtocolVersion(int version)
failedToDetermineClientVersion
@LogMessage(level=ERROR)
@Message(id=41,
value="Error determining version selected by client")
voidfailedToDetermineClientVersion(@Cause
Throwable t)
failedToLoadCallbackHandlerClass
@Message(id=43,
value="Unable to load callback handler class \"%s\"")
RuntimeExceptionfailedToLoadCallbackHandlerClass(@Cause
Exception cause,
String callbackHandlerClass)
failedToInstantiateCallbackHandlerInstance
@Message(id=44,
value="Unable to instantiate callback handler instance of type \"%s\"")
NamingExceptionfailedToInstantiateCallbackHandlerInstance(@Cause
Exception cause,
String callbackHandlerClass)
deprecatedProperties
@Once
@LogMessage(level=INFO)
@Message(id=49,
value="Usage of the legacy \"remote.connections\" property is deprecated; please use javax.naming.Context#PROVIDER_URL instead")
voiddeprecatedProperties()
ignoringLegacyProperties
@LogMessage(level=WARN)
@Message(id=51,
value="Provider URLs already given via standard mechanism; ignoring legacy property-based connection configuration")
voidignoringLegacyProperties()
invalidNumericProperty
@Message(id=52,
value="Invalid value given for property \"%s\": \"%s\" is not numeric")
ConfigurationExceptioninvalidNumericProperty(@Cause
Throwable e,
String propertyName,
String resultStr)
invalidProviderGenerated
@Message(id=53,
value="Failed to synthesize a valid provider URL")
ConfigurationExceptioninvalidProviderGenerated(@Cause
Throwable e)
ignoringDuplicateDestination
@LogMessage(level=WARN)
@Message(id=54,
value="Ignoring duplicate destination URI \"%s\"")
voidignoringDuplicateDestination(URI uri)
noMoreDestinations
@Message(id=55,
value="No more destinations are available to attempt the operation (%d blocklisted, %d transiently failed). See suppressed exceptions for details")
ExhaustedDestinationsExceptionnoMoreDestinations(int blocklisted,
int transientlyFailed)
noMoreDestinations
@Message(id=56,
value="No more destinations are available to attempt the operation.")
ExhaustedDestinationsExceptionnoMoreDestinations()
oldClientPropertyFileDeprecated
@LogMessage(level=INFO)
@Message(id=57,
value="jboss-naming-client.properties is deprecated; new applications should use org.wildfly.naming.client.WildFlyInitialContextFactory instead")
voidoldClientPropertyFileDeprecated()
cannotResolveFilteredClass
@Message(id=58,
value="Exception resolving class %s for unmarshalling; it has either been blocklisted or not allowlisted")
InvalidClassExceptioncannotResolveFilteredClass(String clazz)
@LogMessage(level=DEBUG)
@Message(id=59,
value="JavaEE to JakartaEE backward compatibility layer have been installed")
voidjavaeeToJakartaeeBackwardCompatibilityLayerInstalled()