
af.core.8.5.0.source-code.Messages_rb.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
JRebirth Application Framework Reference Implementation
###################################################################################################
###################################################################################################
## Application Package
###################################################################################################
##
#### AbstractApplication
##
jrebirth.application.startApplication=Starting {0}
jrebirth.application.startedSuccessfully={0} has started successfully
jrebirth.application.initError=Error while initializing the application {0} :
jrebirth.application.startError=Error while starting the application {0} :
jrebirth.application.stopApplication=Stopping {0}"
jrebirth.application.stoppedSuccessfully={0} has stopped successfully
jrebirth.application.stopError=Error while stopping the application {0} :
jrebirth.application.cssLoadingError=Impossible to load CSS: {0} using folder: {1}/
jrebirth.application.noCssDefined=No style sheet has been added to the scene, will link the default.css
jrebirth.application.attachJatUeh=Attach JAT Uncaught Exception Handler
jrebirth.application.attachJitUeh=Attach JIT Uncaught Exception Handler
##
### DefaultApplication
##
jrebirth.application.overrideFirstModelClass=You must override getFirstModelClass without calling super.
##
###################################################################################################
## Parameter Package
###################################################################################################
##
#### ParameterBuilder
##
jrebirth.parameter.skipConfLoading=Configuration Loading is skipped
jrebirth.parameter.configFound={0} configuration file{1} found.
jrebirth.parameter.readConfFile=Read configuration file : {0}
jrebirth.parameter.updateParameter=Update key {0} with value= {1}
jrebirth.parameter.storeParameter=Store key {0} with value= {1}
jrebirth.parameter.confReadingError=Impossible to read the properties file : {0}
jrebirth.parameter.undefinedEnvVar=Undefined Environment Variable : {0}
##
###################################################################################################
## Exception Handler Package
###################################################################################################
##
#### AbstractJrbUncaughtExceptionHandler
##
jrebirth.exception.handler.uncaughtException=Uncaught Exception: {0}||Error||UNCAUGHT
jrebirth.exception.handler.unknownUncaughtException=Uncaught Exception: {0} - {1}||Error||UNCAUGHT
##
###################################################################################################
## Concurrent Package
###################################################################################################
##
#### JRebirthThread
##
jrebirth.concurrent.jtpQueued=Runnable submitted to JTP with hashCode={0}
jrebirth.concurrent.hptpQueued=Runnable submitted to HPTP with hashCode={0}
jrebirth.concurrent.bootUpError=An exception occurred during JRebirth BootUp
jrebirth.concurrent.jitError=An exception occurred into the JRebirth Thread
jrebirth.concurrent.shutdownError=An error occurred while shutting down the application \
##
#### AbstractJrbRunnable
##
jrebirth.concurrent.runIt=Run> {0}
jrebirth.concurrent.threadError=Thread error : {0}
##
#### JRebirthThreadPoolExecutor
##
jrebirth.concurrent.jtpError=JTP returned an error
jrebirth.concurrent.jtpErrorExplanation=JTP returned an error with rootCause =>
jrebirth.concurrent.futureDone=Future (hashcode={0}) returned object : {1}
##
###################################################################################################
## Facade Package
###################################################################################################
##
#### DefaultComponentFactory
##
jrebirth.facade.componentBuildError=Impossible to build the the component {0}
##
#### GlobalFacadeBase
##
jrebirth.facade.jtpCreation=Create the JRebirth Thread Pool
jrebirth.facade.jrebirthEvent=JREvent>>{0}
##
#### AbstractFacade
##
jrebirth.facade.componentRetrievalError=Component Retrieval Error
jrebirth.facade.unlistenAllError=Error while unlistening all WaveType for {0}.||Error||FACADE
##
###################################################################################################
## Key Package
###################################################################################################
##
#### MultitonKey
##
jrebirth.key.noKeyGeneratorMethod=No KeyGenerator method found ({0}) for type {1}||Error||KEY
jrebirth.key.keyGeneratorFailure=Fail to generate the key for method: {0} of {1}||Error||KEY
jrebirth.key.methodKeyGeneratorFailure=Fail to generate the method key for method: {0} of type {1}||Error||KEY
jrebirth.key.methodNotFound=Method not found: {0} for type {1}||Error||KEY
jrebirth.key.nullMethodKey=The method key returned is null for method: {0} of type {1}||Warn||KEY
jrebirth.key.noToStringKeyMethod=No toString method found for the returned object of ({0}) of type {1}||Error||KEY
jrebirth.key.methodKeyToStringFailure=Fail to stringify the returned key of the method {0} of type {1}||Error||KEY
jrebirth.key.nullMethodKeyString=The string of the method key returned is null for method: {0} of type {1}||Warn||KEY
##
###################################################################################################
## Link Package
###################################################################################################
##
#### DefaultUnprocessedWaveHandler
##
jrebirth.link.waveLost=Wave Lost : {0}
jrebirth.link.waveLostContext=Wave Lost [{1}]: {0}
##
#### AbstractComponent
##
jrebirth.link.customMethodNotFound=Custom method not found {0}
jrebirth.link.waveDispatchError=Error while dispatching a wave
jrebirth.link.listenWaveType=Listen {0} by {1}
jrebirth.link.unlistenWaveType=UnListen {0} by {1}
jrebirth.link.sendWave=Send Wave {0}
jrebirth.link.callAnnotatedMethodError=Error while trying to call annoated method {0} for component {1}||Error||LINK
jrebirth.link.componentReleaseError=Error while trying to release the component {0}||Error||LINK
##
#### NotifierBase
##
jrebirth.link.waveSendingError=Failed to send Wave
jrebirth.link.commandNotFoundError=Cannot get the right Command to process the wave : {0}
jrebirth.link.commandNotFoundMessage=Cannot get the right Command to process the wave
jrebirth.link.serviceNotFoundError=Cannot get the right Service to process the wave : {0}
jrebirth.link.serviceNotFoundMessage=Cannot get the right Service to process the wave
jrebirth.link.modelNotFoundError=Cannot get the right Model to process the wave : {0}
jrebirth.link.modelNotFoundMessage=Cannot get the right Model to process the wave
jrebirth.link.noWaveListener=No Listener attached for wave type : {0}
jrebirth.link.notifierConsumes=NB consumes : {0}
jrebirth.link.notifierHandles=NB handles : {0}
jrebirth.link.waveHandlingError=Error while handling a wave
##
#### Wave
##
jrebirth.link.waveBeanCreationError=Impossible to build WaveBean instance : {0}
##
### ComponentEnhancer
jrebirth.link.componentInjectionFailure=Component {0} injection has failed
##
###################################################################################################
## Service Package
###################################################################################################
##
#### AbstractService
##
jrebirth.service.noWaveTypeDefined=Wave processed without any wave type for service {0}||Error||SERVICE
##
#### ServiceTaskReturnWaveListener
##
jrebirth.service.serviceTaskReturnConsumes={0} Consumes wave {1}||Trace||SERVICE
jrebirth.service.serviceTaskReturnHandles={0} Handles wave {1}||Trace||SERVICE
##
#### ServiceTask
##
jrebirth.service.noReturnedWaveConsumed={0} Consumes wave (noReturn) {1}||Trace||SERVICE
jrebirth.service.noReturnedWaveItem=The Return WaveType must contain at least one WaveItem to wrap the service return||Error||SERVICE
jrebirth.service.serviceTaskError=Unable to perform the Service Task {0}||Error||SERVICE
jrebirth.service.serviceTaskException={0} - thrown by the Service Task {1}||Warn||SERVICE
jrebirth.service.serviceTaskHandleException={0} - thrown by the Service Task {1} and handled with a Wave
jrebirth.service.serviceTaskNotManagedException={0} - thrown by the Service Task {1} and not managed||Warn||SERVICE
jrebirth.service.serviceTaskHasFailed={0} experience a service task failure for wave {1}
##
### ServiceUtility
##
jrebirth.service.countLinesError=Impossible to count lines for file: {0}||Error||SERVICE
##
###################################################################################################
## UI Package
###################################################################################################
##
#### AbstractView
##
jrebirth.ui.creationFailure={0} creation has failed||Error||UI
jrebirth.ui.viewAnnoProcessingFailure=Impossible to process annotation for root node : {0}||Warn||UI
jrebirth.ui.nodeAnnoProcessingFailure=Impossible to process annotation for Node property : {0}-{1}||Warn||UI
jrebirth.ui.animAnnoProcessingFailure=Impossible to process annotation for Animation property : {0}-{1}||Warn||UI
##
#### AnnotationEventHandler
##
jrebirth.ui.noEventCallback={0} must have a method => void {1} ({2} event)\{\}
jrebirth.ui.eventHandlingImpossible=Impossible to handle the event||Error||UI
##
##
###################################################################################################
## UI FXML Package
###################################################################################################
##
#### FXMLUtils
##
jrebirth.ui.fxml.fxmlControllerFactoryError=Impossible to load the custom FXMLControllerFactory, will use the default one||Error||FXML
jrebirth.ui.fxml.missingResourceBundle=Resource Bundle is missing: {0}||Error||FXML
jrebirth.ui.fxml.fxmlErrorNodeLabel=FXML Error : {0}
jrebirth.ui.fxml.fxmlNodeDoesntExist=The FXML node doesn't exist : {0}
jrebirth.ui.fxml.badFxmlControllerAncestor=The FXML controller must extends the FXMLController class : {0}
##
#### AbstractFXMLController
##
jrebirth.ui.fxml.initFxmlNode=Initialize fxml node : {0}||Trace||FXML
##
#### DefaultFXMLControllerBuilder
##
jrebirth.ui.fxml.defaultCtrlrCreationError=Initialize fxml node : {0}||Trace||FXML
##
##
##
###################################################################################################
## UI Adapter Package
###################################################################################################
##
#### EventAdapter
##
jrebirth.ui.adapter.notImplementedYet=The class {0} shall implement the method : {1}
##
###################################################################################################
## Util Package
###################################################################################################
##
#### CheckerUtility
##
jrebirth.util.waveHandlerMethodRequired={0} must have a method => void {1} ({2}, Wave wave)'{}'
jrebirth.util.brokenApiNoMethod={0} API is broken, no method {1} is available
jrebirth.util.brokenApiWrongParameters={0} API is broken, the method {1} has wrong parameters, expected:{2} provided:{3}
jrebirth.util.brokenWaveSent=Broken Wave sent : {0}||Error||UTIL
jrebirth.util.brokenWaveBadItemList=This wave must provide these items: {0}
##
#### ClasspathUtility
##
jrebirth.util.resourceIgnored=The resource {0} is ignored from classpath search engine (not a zip|jar|directory)
jrebirth.util.badCanonicalPath=Impossible to get the resource canonical path
jrebirth.util.fileUnreadable=Impossible to read the file
jrebirth.util.useJNLPClassLoader=Use JNLPClassLoader to search properties files
jrebirth.util.parseCachedJarFile=Parse Cached Jar File [{0}] for resource [{1}]
jrebirth.util.cantReadCachedJarFile=Can not read Cached Jar File : {0}
jrebirth.util.useDefaultClassLoader=Use Default ClassLoader to search properties files
##
#### ClassUtility
##
jrebirth.util.genericTypeError1=Impossible to build the object assignable to {0} for the class {1}
jrebirth.util.genericTypeError2=Impossible to build the {0} object for the class {1}
jrebirth.util.argumentList=Arguments are :
jrebirth.util.argumentDetail={0} = {1}
jrebirth.util.noConstructor=Impossible to retrieve the constructor due to security
jrebirth.util.noAnnotationProperty=Impossible to find the annotation property : {0}
jrebirth.util.noAnnotationPropertyValue=Impossible to retrieve value for the annotation property : {0}
##
### Parameter Utility
##
jrebirth.util.customClassLoadingError=Impossible to load the custom {0}, will use the default one
##
###################################################################################################
## Module Package
###################################################################################################
##
#### AbstractModuleStarter
##
jrebirth.module.bootComponentError=Impossible to boot component {0}
jrebirth.module.classNotFound=The class {0} cannot be loaded"
##
© 2015 - 2025 Weber Informatics LLC | Privacy Policy