##################################################################################################### # # This file is for reference only, changes have no effect on the generated interface implementations. # ##################################################################################################### # Id: 2000 # Level: org.jboss.logging.Logger.Level.ERROR # Message: Error resuming failed async operation errorResumingFailedAsynchOperation=Error resuming failed async operation # Id: 2005 # Level: org.jboss.logging.Logger.Level.ERROR # Message: Failed executing {0} {1} # @param 1: method - # @param 2: path - failedExecutingError=Failed executing {0} {1} # Id: 2010 # Level: org.jboss.logging.Logger.Level.ERROR # Message: Failed to execute failedToExecute=Failed to execute # Id: 2015 # Level: org.jboss.logging.Logger.Level.ERROR # Message: Failed to invoke asynchronously failedToInvokeAsynchronously=Failed to invoke asynchronously # Id: 2020 # Level: org.jboss.logging.Logger.Level.ERROR # Message: Unhandled asynchronous exception, sending back 500 unhandledAsynchronousException=Unhandled asynchronous exception, sending back 500 # Id: 2025 # Level: org.jboss.logging.Logger.Level.ERROR # Message: Unknown exception while executing {0} {1} # @param 1: method - # @param 2: path - unknownException=Unknown exception while executing {0} {1} # Id: 2100 # Level: org.jboss.logging.Logger.Level.WARN # Message: Accept extensions not supported. acceptExtensionsNotSupported=Accept extensions not supported. # Id: 2105 # Level: org.jboss.logging.Logger.Level.WARN # Message: Ambiguity constructors are found in %s. More details please refer to http://jsr311.java.net/nonav/releases/1.1/spec/spec.html # @param 1: clazz - ambiguousConstructorsFound=Ambiguity constructors are found in %s. More details please refer to http://jsr311.java.net/nonav/releases/1.1/spec/spec.html # Id: 2110 # Level: org.jboss.logging.Logger.Level.WARN # Message: Attempting to register empty contracts for %s # @param 1: className - attemptingToRegisterEmptyContracts=Attempting to register empty contracts for %s # Id: 2115 # Level: org.jboss.logging.Logger.Level.WARN # Message: Attempting to register unassignable contract for %s # @param 1: className - attemptingToRegisterUnassignableContract=Attempting to register unassignable contract for %s # Id: 2120 # Level: org.jboss.logging.Logger.Level.WARN # Message: ClassNotFoundException: Unable to load builtin provider: %s # @param 1: line - classNotFoundException=ClassNotFoundException: Unable to load builtin provider: %s # Id: 2125 # Level: org.jboss.logging.Logger.Level.WARN # Message: Could not delete file '%s' for request: # @param 1: path - couldNotDeleteFile=Could not delete file '%s' for request: # Id: 2130 # Level: org.jboss.logging.Logger.Level.WARN # Message: Failed to parse request. failedToParseRequest=Failed to parse request. # Id: 2135 # Level: org.jboss.logging.Logger.Level.WARN # Message: Ignoring unsupported locale: %s # @param 1: locale - ignoringUnsupportedLocale=Ignoring unsupported locale: %s # Id: 2140 # Level: org.jboss.logging.Logger.Level.WARN # Message: JAX-RS annotations found at non-public method: {0}.{1}(); Only public methods may be exposed as resource methods. # @param 1: className - # @param 2: method - JAXRSAnnotationsFoundAtNonPublicMethod=JAX-RS annotations found at non-public method: {0}.{1}(); Only public methods may be exposed as resource methods. # Id: 2145 # Level: org.jboss.logging.Logger.Level.WARN # Message: NoClassDefFoundError: Unable to load builtin provider: %s # @param 1: line - noClassDefFoundErrorError=NoClassDefFoundError: Unable to load builtin provider: %s # Id: 2150 # Level: org.jboss.logging.Logger.Level.WARN # Message: %s is no longer supported. Use a servlet 3.0 container and the ResteasyServletInitializer # @param 1: param - noLongerSupported=%s is no longer supported. Use a servlet 3.0 container and the ResteasyServletInitializer # Id: 2155 # Level: org.jboss.logging.Logger.Level.WARN # Message: Provider class {0} is already registered. 2nd registration is being ignored. # @param 1: className - providerClassAlreadyRegistered=Provider class {0} is already registered. 2nd registration is being ignored. # Id: 2160 # Level: org.jboss.logging.Logger.Level.WARN # Message: Provider instance {0} is already registered. 2nd registration is being ignored. # @param 1: className - providerInstanceAlreadyRegistered=Provider instance {0} is already registered. 2nd registration is being ignored. # Id: 2165 # Level: org.jboss.logging.Logger.Level.WARN # Message: No valueOf() method available for %s, trying constructor... # @param 1: className - noValueOfMethodAvailable=No valueOf() method available for %s, trying constructor... # Id: 2170 # Level: org.jboss.logging.Logger.Level.WARN # Message: A reader for {0} was not found. This provider is currently configured to handle only {1} # @param 1: mediaType - # @param 2: availableTypes - readerNotFound=A reader for {0} was not found. This provider is currently configured to handle only {1} # Id: 2175 # Level: org.jboss.logging.Logger.Level.WARN # Message: The use of %s is deprecated, please use javax.ws.rs.Application as a context-param instead # @param 1: className - useOfApplicationClass=The use of %s is deprecated, please use javax.ws.rs.Application as a context-param instead # Id: 2200 # Level: org.jboss.logging.Logger.Level.INFO # Message: Adding class resource {0} from Application {1} # @param 1: className - # @param 2: clazz - addingClassResource=Adding class resource {0} from Application {1} # Id: 2205 # Level: org.jboss.logging.Logger.Level.INFO # Message: Adding provider class {0} from Application {1} # @param 1: className - # @param 2: clazz - addingProviderClass=Adding provider class {0} from Application {1} # Id: 2210 # Level: org.jboss.logging.Logger.Level.INFO # Message: Adding provider singleton {0} from Application {1} # @param 1: className - # @param 2: application - addingProviderSingleton=Adding provider singleton {0} from Application {1} # Id: 2215 # Level: org.jboss.logging.Logger.Level.INFO # Message: Adding singleton provider {0} from Application {1} # @param 1: className - # @param 2: application - addingSingletonProvider=Adding singleton provider {0} from Application {1} # Id: 2220 # Level: org.jboss.logging.Logger.Level.INFO # Message: Adding singleton resource {0} from Application {1} # @param 1: className - # @param 2: application - addingSingletonResource=Adding singleton resource {0} from Application {1} # Id: 2225 # Level: org.jboss.logging.Logger.Level.INFO # Message: Deploying {0}: {1} # @param 1: className - # @param 2: clazz - deployingApplication=Deploying {0}: {1} # Id: 2230 # Level: org.jboss.logging.Logger.Level.INFO # Message: unable to close entity stream unableToCloseEntityStream=unable to close entity stream # Id: 2300 # Level: org.jboss.logging.Logger.Level.DEBUG # Message: Creating context object <{0} : {1}> # @param 1: key - # @param 2: value - creatingContextObject=Creating context object <{0} : {1}> # Id: 2305 # Level: org.jboss.logging.Logger.Level.DEBUG # Message: Failed executing {0} {1} # @param 1: method - # @param 2: path - failedExecutingDebug=Failed executing {0} {1} # Id: 2310 # Level: org.jboss.logging.Logger.Level.DEBUG # Message: IN ONE WAY!!!!! inOneWay=IN ONE WAY!!!!! # Id: 2315 # Level: org.jboss.logging.Logger.Level.DEBUG # Message: PathInfo: %s # @param 1: path - pathInfo=PathInfo: %s # Id: 2320 # Level: org.jboss.logging.Logger.Level.DEBUG # Message: RUNNING JOB!!!! runningJob=RUNNING JOB!!!! # Id: 2325 # Level: org.jboss.logging.Logger.Level.DEBUG # Message: Unable to retrieve config: disableDTDs defaults to true unableToRetrieveConfigDTDs=Unable to retrieve config: disableDTDs defaults to true # Id: 2330 # Level: org.jboss.logging.Logger.Level.DEBUG # Message: Unable to retrieve config: expandEntityReferences defaults to false unableToRetrieveConfigExpand=Unable to retrieve config: expandEntityReferences defaults to false # Id: 2335 # Level: org.jboss.logging.Logger.Level.DEBUG # Message: Unable to retrieve config: enableSecureProcessingFeature defaults to true unableToRetrieveConfigSecure=Unable to retrieve config: enableSecureProcessingFeature defaults to true